Changeset 6068
- Timestamp:
- 01/28/05 09:49:02 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6067 r6068 31 31 * mtemp/mpadova/macros/trainsubsample.C 32 32 - added # of events to be written in the output (instead of 33 fraction of total). 33 fraction of total). Moved MSrcPosCam in output from RunHeaders 34 to Events tree. 34 35 35 36 2005/01/27 Daniel Mazin and Markus Gaug -
trunk/MagicSoft/Mars/mtemp/mpadova/macros/trainsubsample.C
r6066 r6068 42 42 plist.AddToList(&tlist); 43 43 44 MReadMarsFile read("Events", "star_2004091 5_CrabNebulaW2.root");44 MReadMarsFile read("Events", "star_20040918_CrabNebulaW2.root"); 45 45 46 46 MFEventSelector evsel; … … 58 58 plist.AddToList(mcevt); 59 59 60 MWriteRootFile write("star_train_2004091 5_CrabNebulaW2.root", "recreate");60 MWriteRootFile write("star_train_20040918_CrabNebulaW2.root", "recreate"); 61 61 62 62 write.AddContainer("MMcEvt", "Events", kFALSE); … … 66 66 write.AddContainer("MNewImagePar", "Events"); 67 67 write.AddContainer("MHillasSrc", "Events"); 68 write.AddContainer("MSrcPosCam", "Events"); 68 69 write.AddContainer("MConcentration", "Events", kFALSE); 69 70 write.AddContainer("MPointingPos", "Events", kFALSE); … … 77 78 78 79 write.AddContainer("MRawRunHeader", "RunHeaders"); 79 write.AddContainer("MSrcPosCam", "RunHeaders");80 80 write.AddContainer("MMcRunHeader", "RunHeaders", kFALSE); 81 81
Note:
See TracChangeset
for help on using the changeset viewer.