Changeset 8213
- Timestamp:
- 11/03/06 20:57:24 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8212 r8213 25 25 - improved grouping 26 26 - added comments 27 28 * mjobs/MJCalibrateSignal.cc: 29 - do not write MPedestalFundamental -- this only wasts space 27 30 28 31 -
trunk/MagicSoft/Mars/NEWS
r8209 r8213 34 34 of very late pulses in single pixels or of huge hadron showers. 35 35 36 - callisto: To gain obsolete space we do not write the 37 MPedestalFundamental anymore 38 36 39 - optim: fixed a problem with the optim-macros which was due to a bug 37 40 in the new phrase parsing -
trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.cc
r8154 r8213 641 641 // Data tree 642 642 write.AddContainer("MSignalCam", "Events"); 643 write.AddContainer("MPedPhotFundamental", "Events");643 // write.AddContainer("MPedPhotFundamental", "Events"); 644 644 write.AddContainer("MPedPhotFromExtractor", "Events"); 645 645 write.AddContainer("MPedPhotFromExtractorRndm", "Events");
Note:
See TracChangeset
for help on using the changeset viewer.