Changeset 8075 for trunk/MagicSoft/Mars/mfileio
- Timestamp:
- 10/16/06 20:14:15 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MWriteAsciiFile.cc
r4889 r8075 54 54 55 55 #include "MDataList.h" // MDataList 56 #include "MData Chain.h" // MDataChain56 #include "MDataPhrase.h" // MDataPhrase 57 57 #include "MDataValue.h" // MDataValue 58 58 #include "MDataMember.h" // MDataMember … … 247 247 // 248 248 // Add a rule to be written as a column to the ascii file. 249 // For more information about rules see MData Chain.249 // For more information about rules see MDataPhrase. 250 250 // 251 251 // eg: MWriteAsciiFile::AddColumn("log10(MHillas.fEnergy)/2") … … 253 253 void MWriteAsciiFile::AddColumn(const TString rule) 254 254 { 255 MData Chain *chain = new MDataChain(rule);255 MDataPhrase *chain = new MDataPhrase(rule); 256 256 fList.Add(chain); 257 257 }
Note:
See TracChangeset
for help on using the changeset viewer.