Changeset 2001 for trunk/MagicSoft/Mars/mhistmc
- Timestamp:
- 04/24/03 11:58:50 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhistmc/MHMcTriggerLvl2.h
r1997 r2001 12 12 class MHMcTriggerLvl2 : public MH 13 13 { 14 public:15 16 17 14 private: 18 15 … … 24 21 TH1F *fHistSizeBiggerCellNorm; // Histogram of fSizeBiggerCell normalized on integral of distribution 25 22 26 TF1* fFNorm; 23 TF1* fFNorm; // Function used to normalize histograms 27 24 28 25 static Int_t fColorLps; 29 26 static Int_t fColorSbc; 30 27 static Int_t fColorPs; 28 29 TObject *DrawHist(TH1 &hist, TH1 &histNorm, const TString &canvasname, Int_t &colore) const; 31 30 32 31 public: … … 38 37 TH1 *GetHistByName(const TString name); 39 38 40 TH1F *GetHist fLutPseudoSize() const { return fHistLutPseudoSize; }41 TH1F *GetHist fLutPseudoSizeNorm() const { return fHistLutPseudoSizeNorm; }42 TH1F *GetHist fPseudoSize() const { return fHistPseudoSize; }43 TH1F *GetHist fPseudoSizeNorm() const { return fHistPseudoSizeNorm; }44 TH1F *GetHist fSizeBiggerCell() const { return fHistSizeBiggerCell; }45 TH1F *GetHist fSizeBiggerCellNorm() const { return fHistSizeBiggerCellNorm; }39 TH1F *GetHistLutPseudoSize() const { return fHistLutPseudoSize; } 40 TH1F *GetHistLutPseudoSizeNorm() const { return fHistLutPseudoSizeNorm; } 41 TH1F *GetHistPseudoSize() const { return fHistPseudoSize; } 42 TH1F *GetHistPseudoSizeNorm() const { return fHistPseudoSizeNorm; } 43 TH1F *GetHistSizeBiggerCell() const { return fHistSizeBiggerCell; } 44 TH1F *GetHistSizeBiggerCellNorm() const { return fHistSizeBiggerCellNorm; } 46 45 47 46 void Draw(Option_t *opt=NULL); … … 51 50 52 51 ClassDef(MHMcTriggerLvl2, 1) // Container which holds histograms for the Trigger Level2 image parameters 53 54 private:55 56 TObject *DrawHist(TH1 &hist, TH1 &histNorm, const TString &canvasname, Int_t &colore) const;57 58 52 }; 59 53
Note:
See TracChangeset
for help on using the changeset viewer.