Ignore:
Timestamp:
02/27/03 14:56:53 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhist
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHMcRate.cc

    r1789 r1800  
    6262    fTriggerRateError= -1.0; // Estimated error for the trigger rate in Hz
    6363
    64     fMultiplicity = -1;
    65     fMeanThreshold = -1.;
     64    fMultiplicity = -1;      // Multiplicity of the trigger condition
     65    fMeanThreshold = -1.;    // Discr. threshold of the trigger condition
     66    fTriggerCondNum = 0;     // Trigger condition number within camera file
    6667
    6768}
  • trunk/MagicSoft/Mars/mhist/MHMcRate.h

    r1789 r1800  
    4343    Short_t fMultiplicity;      // L1 trigger multiplicity.
    4444
     45    Short_t fTriggerCondNum;    // Trigger condition number, for the case of
     46                                // running over camra files containing several.
    4547
    4648    void Init(const char *name, const char *title);
     
    7476    void SetMeanThreshold(Float_t thresh) {fMeanThreshold = thresh;}
    7577
     78    void SetTriggerCondNum(Short_t num) {fTriggerCondNum = num;}
     79
    7680    void UpdateBoundaries(Float_t energy, Float_t theta, Float_t phi, Float_t impact);
    7781
     
    8084
    8185    Short_t GetMultiplicity() {return fMultiplicity;}
    82     Float_t  GetMeanThreshold() {return fMeanThreshold;}
     86    Float_t GetMeanThreshold() {return fMeanThreshold;}
     87    Short_t GetTriggerCondNum() {return fTriggerCondNum;}
     88
    8389
    8490    void CalcRate(Float_t trig, Float_t anal, Float_t simu);
Note: See TracChangeset for help on using the changeset viewer.