Ignore:
Timestamp:
02/15/05 15:36:45 (20 years ago)
Author:
rico
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mtemp/mifae/library/MEffAreaAndCoeffCalc.h

    r6465 r6486  
    1919
    2020  TF1* fSpec;        // function used to parametrize the spectrum
    21   TH1F* fHorig;      // histogram with the original sample energy spectrum
    2221
    23   Double_t fEmin;    // Minimum energy in GeV
    24   Double_t fEmax;    // Maximum energy in GeV
     22  Float_t fEmin;    // Minimum energy in GeV
     23  Float_t fEmax;    // Maximum energy in GeV
    2524  Int_t fEbins;      // number of bins to build spectrum
    2625  Int_t fEsubbins;   // number of subbins per big bin (to compute weights, eff areas...)
     26
     27  Float_t fLogEWmin; // Log Minimum energy for weights (in GeV)
     28  Float_t fLogEWmax; // Log Maximum energy for weights (in GeV)
     29  Int_t    fEWbins;   // Number of bins for weights
     30
     31  Int_t fNTbins;      // Number of bins in zenith angle
     32  Double_t* fTbin;     // array containing bin boundaries (size must be fNTbins+)
    2733
    2834  Double_t* fWeight; // array containing weights
     
    5864  void SetEmax(Float_t x)   {fEmax=x;}
    5965
     66  void SetThetaBinning(Int_t n, const Double_t* binlist);
     67
    6068  void AddFile(const Char_t* name) {fCini->Add(name); fCcut->Add(name);}
    6169
Note: See TracChangeset for help on using the changeset viewer.