Ignore:
Timestamp:
02/03/15 14:08:30 (10 years ago)
Author:
ghughes
Message:
Added Scaled Width and Length Parameters to output
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Mars_McMismatchStudy/manalysis/MEnergyTable.h

    r18101 r18102  
    3434private:
    3535
     36    MParameterD   *fParameterW;
     37    MParameterD   *fParameterL;
    3638    MParameterD   *fParameter;
    3739    MHillasSrc    *fHillasSrc;
     
    4547    TString   fNameMC;
    4648    TString   fNameParameter;
     49    TString   fNameParameterW;
     50    TString   fNameParameterL;
    4751
    4852    Double_t fMm2Deg;
     
    5559    char sHistDir[500];
    5660    char sHistName[500];
     61    char sHistNameL[500];
     62    char sHistNameLS[500];
     63    char sHistNameW[500];
     64    char sHistNameWS[500];
    5765    int iZen[3];
    5866    int iThr[3];
    5967
    60     vector<TH2F *> htemp;
     68    vector<TH2F *> htempE;
     69    vector<TH2F *> htempL;
     70    vector<TH2F *> htempLS;
     71    vector<TH2F *> htempW;
     72    vector<TH2F *> htempWS;
     73
    6174    vector< vector<TH2F *> > hEnergy;
     75    vector< vector<TH2F *> > hLength;
     76    vector< vector<TH2F *> > hLengthSigma;
     77    vector< vector<TH2F *> > hWidth;
     78    vector< vector<TH2F *> > hWidthSigma;
    6279
    6380    Float_t fZenith;
     
    7087    float fEnergy2;
    7188    float fEnergyRecon;
     89
     90    float fLength;
     91    float fWidth;
     92    float fLengthSigma;
     93    float fWidthSigma;
     94
     95    float fLength1;
     96    float fLength2;
     97    float fWidth1;
     98    float fWidth2;
     99    float fLengthSigma1;
     100    float fLengthSigma2;
     101    float fWidthSigma1;
     102    float fWidthSigma2;
     103
     104    float RSW,RSL;
    72105
    73106public:
Note: See TracChangeset for help on using the changeset viewer.