Changeset 4101
- Timestamp:
- 05/19/04 05:22:13 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r4081 r4101 18 18 19 19 -*-*- END OF LINE -*-*- 20 21 2004/05/19: Abelardo Moralejo 22 23 * macros/starmc2.C 24 - added third argument in adding MPointingPos to the output: 25 write.AddContainer("MPointingPos", "Events", kFALSE); 26 If not exisiting in the input file, it is simply ignored. 20 27 21 28 2004/05/15: Thomas Bretz -
trunk/MagicSoft/Mars/macros/starmc2.C
r3852 r4101 88 88 write.AddContainer("MSrcPosCam", "RunHeaders"); 89 89 write.AddContainer("MMcEvt", "Events", kFALSE); 90 write.AddContainer("MPointingPos", "Events" );90 write.AddContainer("MPointingPos", "Events", kFALSE); 91 91 write.AddContainer("MHillas", "Events"); 92 92 write.AddContainer("MHillasExt", "Events");
Note:
See TracChangeset
for help on using the changeset viewer.