Ignore:
Timestamp:
04/24/03 11:58:50 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1997 r2001  
    1212class MHMcTriggerLvl2 : public MH
    1313{
    14  public:
    15  
    16 
    1714private:
    1815
     
    2421    TH1F *fHistSizeBiggerCellNorm;   // Histogram of fSizeBiggerCell normalized on integral of distribution
    2522
    26     TF1* fFNorm;                      // Function used to normalize histograms
     23    TF1* fFNorm;                     // Function used to normalize histograms
    2724
    2825    static Int_t fColorLps;
    2926    static Int_t fColorSbc;
    3027    static Int_t fColorPs;
     28
     29    TObject *DrawHist(TH1 &hist, TH1 &histNorm, const TString &canvasname, Int_t &colore) const;
    3130   
    3231public:
     
    3837    TH1 *GetHistByName(const TString name);
    3938
    40     TH1F *GetHistfLutPseudoSize() const { return fHistLutPseudoSize; }
    41     TH1F *GetHistfLutPseudoSizeNorm() const { return fHistLutPseudoSizeNorm; }
    42     TH1F *GetHistfPseudoSize()  const { return fHistPseudoSize; }
    43     TH1F *GetHistfPseudoSizeNorm()  const { return fHistPseudoSizeNorm; }
    44     TH1F *GetHistfSizeBiggerCell()  const { return fHistSizeBiggerCell; }
    45     TH1F *GetHistfSizeBiggerCellNorm()  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; }
    4645
    4746    void Draw(Option_t *opt=NULL);
     
    5150
    5251    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 
    5852};
    5953
Note: See TracChangeset for help on using the changeset viewer.