- Timestamp:
- 04/25/02 11:23:33 (23 years ago)
- Location:
- trunk/MagicSoft
- Files:
-
- 4 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 -
trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
r1299 r1301 140 140 UInt_t GetNumSimulatedShowers() const { return fNumSimulatedShowers; } 141 141 UInt_t GetCorsikaVersion() const { return fCorsikaVersion; } 142 Bool_t GetAllEvtsTriggered() const { return fAllEvtsTriggered ? kTRUE : kFALSE; } 142 143 143 144 ClassDef(MMcRunHeader, 2) // storage container for general info
Note:
See TracChangeset
for help on using the changeset viewer.