Ignore:
Timestamp:
06/28/05 13:39:15 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhflux/MMcSpectrumWeight.h

    r7142 r7174  
    88class TF1;
    99class TH1;
     10class TH1D;
     11class TSpline3;
    1012class MParList;
    1113class MMcEvt;
     14class MHillas;
    1215class MParameterD;
    1316class MPointingPos;
     
    1720{
    1821private:
    19     const MMcEvt *fMcEvt;   // Pointer to the container with the MC energy
    20     MParameterD  *fWeight;  // Pointer to the output MWeight container
    21     MPointingPos *fPointing;
     22    const MMcEvt  *fMcEvt;   // Pointer to the container with the MC energy
     23    const MHillas *fHillas;
     24    MParameterD   *fWeight;  // Pointer to the output MWeight container
     25    MPointingPos  *fPointing;
    2226
    2327    TString fNameWeight;    // Name of the MWeight container
    2428    TString fNameMcEvt;     // Name of the MMcEvt container
    2529
    26     TF1 *fFunc;             // Function calculating the weights
    27     TH1 *fZdWeights;        // Set additional ZA weights
     30    TF1      *fFunc;        // Function calculating the weights
     31    TH1      *fWeightsZd;   // Set additional ZA weights
     32    TH1      *fWeightsSize; // Set additional ZA weights
     33//    TSpline3 *fWeightsSize;
    2834
    2935    Double_t fOldSlope;     // Slope of energy spectrum generated with Corsika
     
    6369    void SetEnergyRange(Double_t min=-2, Double_t max=-1) { fEnergyMin=min; fEnergyMax=max; }
    6470    void SetOldSlope(Double_t s=-2.6) { fOldSlope=s; }
    65     void SetZdWeights(TH1 *h=0) { fZdWeights = h; }
     71    void SetWeightsZd(TH1 *h=0) { fWeightsZd = h; }
     72    void SetWeightsSize(TH1D *h=0);
    6673    Bool_t Set(const MMcCorsikaRunHeader &h);
    6774
Note: See TracChangeset for help on using the changeset viewer.