Changeset 1301 for trunk/MagicSoft/Mars
- Timestamp:
- 04/25/02 11:23:33 (23 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r1300 r1301 17 17 - changed the first argument in SetBinning (according to the number 18 18 of axis) to TH2 or TH3 19 20 * macros/collarea.C: 21 - replaces MReadTree by MReadMarsFile 22 23 * mmc/MMcRunHeader.hxx: 24 - added GetAllEvtsTriggered 19 25 20 26 -
trunk/MagicSoft/Mars/NEWS
r1299 r1301 7 7 this versions we substract 0.5 from the pedestal mean. 8 8 WARNING: This may effect your results, so don't wonder... 9 10 - First implementation of an algorithm using only triggered events 11 for the collection area calculation 9 12 10 13 - Ascii Output can now also be used for parameter containers which -
trunk/MagicSoft/Mars/macros/collarea.C
r1007 r1301 38 38 // - Then we can fill the efficiency histograms 39 39 // 40 MRead Tree reader("Events", filename);40 MReadMarsFile reader("Events", filename); 41 41 MMcCollectionAreaCalc effi; 42 42
Note:
See TracChangeset
for help on using the changeset viewer.