Changeset 969 for trunk/MagicSoft
- Timestamp:
- 10/16/01 16:40:35 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MWriteRootFile.h
r961 r969 28 28 void SetWriteFlag() { fWriteFlag = kTRUE; } 29 29 void DelWriteFlag() { fWriteFlag = kFALSE; } 30 31 ClassDef(MRootFileTree, 0) // Storage container for MWriteRootFile to store Tree informations 30 32 }; 31 33 … … 68 70 void SetTree(MRootFileTree *tree) { fTree = tree; } 69 71 72 ClassDef(MRootFileBranch, 0) // Storage container for MWriteRootFile to store TBranch informations 70 73 }; 71 74 -
trunk/MagicSoft/Mars/merpp.cc
r966 r969 50 50 gLog << " input file: Magic DAQ binary file." << endl; 51 51 gLog << " ouput file: Merpped root file." << endl; 52 gLog << " compr. level: 1..9 [9]" << endl << e dnl;52 gLog << " compr. level: 1..9 [9]" << endl << endl; 53 53 return -1; 54 54 } … … 92 92 MTaskList tasks; 93 93 plist.AddToList(&tasks); 94 /* 94 95 // 96 // ---- Tho following is only necessary to supress some output ---- 97 // 95 98 MRawRunHeader runheader; 96 99 plist.AddToList(&runheader); … … 107 110 MTime evttime("MRawEvtTime"); 108 111 plist.AddToList(&evttime); 109 */ 112 110 113 // 111 114 // create the tasks which should be executed and add them to the list
Note:
See TracChangeset
for help on using the changeset viewer.