Changeset 2953 for trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
- Timestamp:
- 01/29/04 15:14:17 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
r2509 r2953 19 19 TH1F *fHistPseudoSize; // Histogram of fPseudoSize 20 20 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 21 23 TH1F *fHistSizeBiggerCell; // Histogram of fSizeBiggerCell 22 24 TH1F *fHistSizeBiggerCellNorm; // Histogram of fSizeBiggerCell normalized on integral of distribution 23 25 TH2D *fHistPseudoSizeEnergy; // 2D-Histogram of fPseudoSize vs. Energy 24 26 TH2D *fHistLutPseudoSizeEnergy; // 2D-Histogram of fLutPseudoSize vs. Energy 27 TH2D *fHistCellPseudoSizeEnergy; // 2D-Histogram of fCellPseudoSize vs. Energy 25 28 TH2D *fHistSizeBiggerCellEnergy; // 2D-Histogram of fSizeBiggerCell vs. Energy 26 29 TF1* fFNorm; // Function used to normalize histograms … … 29 32 static Int_t fColorSbc; 30 33 static Int_t fColorPs; 34 static Int_t fColorCps; 31 35 static Int_t fColorPsE; 32 36 static Int_t fColorLPsE; 37 static Int_t fColorCPsE; 33 38 static Int_t fColorSBCE; 34 39 … … 49 54 TH1F *GetHistPseudoSize() const { return fHistPseudoSize; } 50 55 TH1F *GetHistPseudoSizeNorm() const { return fHistPseudoSizeNorm; } 56 TH1F *GetHistCellPseudoSize() const { return fHistCellPseudoSize; } 57 TH1F *GetHistCellPseudoSizeNorm() const { return fHistCellPseudoSizeNorm; } 51 58 TH1F *GetHistSizeBiggerCell() const { return fHistSizeBiggerCell; } 52 59 TH1F *GetHistSizeBiggerCellNorm() const { return fHistSizeBiggerCellNorm; } … … 59 66 TObject *DrawClone(Option_t *opt=NULL) const; 60 67 61 TH1 *NormalizeHist(TH1 *histNorm, TH1 *hist) const;68 TH1 *NormalizeHist(TH1 &histNorm, TH1 *hist) const; 62 69 63 70 ClassDef(MHMcTriggerLvl2, 1) // Container which holds histograms for the Trigger Level2 image parameters
Note:
See TracChangeset
for help on using the changeset viewer.