Changeset 1301 for trunk


Ignore:
Timestamp:
04/25/02 11:23:33 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1300 r1301  
    1717     - changed the first argument in SetBinning (according to the number
    1818       of axis) to TH2 or TH3
     19
     20   * macros/collarea.C:
     21     - replaces MReadTree by MReadMarsFile
     22
     23   * mmc/MMcRunHeader.hxx:
     24     - added GetAllEvtsTriggered
    1925
    2026
  • trunk/MagicSoft/Mars/NEWS

    r1299 r1301  
    77     this versions we substract 0.5 from the pedestal mean.
    88     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
    912
    1013   - Ascii Output can now also be used for parameter containers which
  • trunk/MagicSoft/Mars/macros/collarea.C

    r1007 r1301  
    3838    //  - Then we can fill the efficiency histograms
    3939    //
    40     MReadTree reader("Events", filename);
     40    MReadMarsFile reader("Events", filename);
    4141    MMcCollectionAreaCalc effi;
    4242
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx

    r1299 r1301  
    140140  UInt_t   GetNumSimulatedShowers() const { return fNumSimulatedShowers; }
    141141  UInt_t   GetCorsikaVersion() const      { return fCorsikaVersion; }
     142  Bool_t   GetAllEvtsTriggered() const    { return fAllEvtsTriggered ? kTRUE : kFALSE; }
    142143
    143144  ClassDef(MMcRunHeader, 2)     // storage container for general info
Note: See TracChangeset for help on using the changeset viewer.