Ignore:
Timestamp:
01/29/04 15:14:17 (21 years ago)
Author:
galante
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h

    r2509 r2953  
    1919    TH1F *fHistPseudoSize;           // Histogram of fPseudoSize
    2020    TH1F *fHistPseudoSizeNorm;       // Histogram of fPseudoSize normalized on integral of distribution
     21    TH1F *fHistCellPseudoSize;           // Histogram of fCellPseudoSize
     22    TH1F *fHistCellPseudoSizeNorm;       // Histogram of fCellPseudoSize normalized on integral of distribution
    2123    TH1F *fHistSizeBiggerCell;       // Histogram of fSizeBiggerCell
    2224    TH1F *fHistSizeBiggerCellNorm;   // Histogram of fSizeBiggerCell normalized on integral of distribution
    2325    TH2D *fHistPseudoSizeEnergy;     // 2D-Histogram of fPseudoSize vs. Energy
    2426    TH2D *fHistLutPseudoSizeEnergy;  // 2D-Histogram of fLutPseudoSize vs. Energy
     27    TH2D *fHistCellPseudoSizeEnergy;  // 2D-Histogram of fCellPseudoSize vs. Energy
    2528    TH2D *fHistSizeBiggerCellEnergy; // 2D-Histogram of fSizeBiggerCell vs. Energy
    2629    TF1* fFNorm;                     // Function used to normalize histograms
     
    2932    static Int_t fColorSbc;
    3033    static Int_t fColorPs;
     34    static Int_t fColorCps;
    3135    static Int_t fColorPsE;
    3236    static Int_t fColorLPsE;
     37    static Int_t fColorCPsE;
    3338    static Int_t fColorSBCE;
    3439   
     
    4954    TH1F *GetHistPseudoSize()  const { return fHistPseudoSize; }
    5055    TH1F *GetHistPseudoSizeNorm()  const { return fHistPseudoSizeNorm; }
     56    TH1F *GetHistCellPseudoSize()  const { return fHistCellPseudoSize; }
     57    TH1F *GetHistCellPseudoSizeNorm()  const { return fHistCellPseudoSizeNorm; }
    5158    TH1F *GetHistSizeBiggerCell()  const { return fHistSizeBiggerCell; }
    5259    TH1F *GetHistSizeBiggerCellNorm()  const { return fHistSizeBiggerCellNorm; }
     
    5966    TObject *DrawClone(Option_t *opt=NULL) const;
    6067
    61     TH1 *NormalizeHist(TH1 *histNorm, TH1 *hist) const;
     68    TH1 *NormalizeHist(TH1 &histNorm, TH1 *hist) const;
    6269
    6370    ClassDef(MHMcTriggerLvl2, 1) // Container which holds histograms for the Trigger Level2 image parameters
Note: See TracChangeset for help on using the changeset viewer.