Changeset 1301 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
04/25/02 11:23:33 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 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
Note: See TracChangeset for help on using the changeset viewer.