Ignore:
Timestamp:
03/01/02 15:40:22 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMcEfficiency.h

    r1227 r1228  
    1010
    1111class MMcEvt;
     12class MHMcEnergyImpact;
    1213
    1314class MHMcEfficiency : public MParContainer
     
    3233    TObject *DrawClone(Option_t* option = "") const;
    3334
    34     void Calc(TH2D *hsel, TH2D *hall);
     35    void Calc(const TH2D &hsel, const TH2D &hall);
     36    void Calc(const MHMcEnergyImpact &mcsel, const MHMcEnergyImpact &mcall);
    3537
    3638    ClassDef(MHMcEfficiency, 1)  // Histogram container for montecarlo energy threshold
Note: See TracChangeset for help on using the changeset viewer.