Ignore:
Timestamp:
02/02/07 13:50:45 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreflector/MRflSinglePhoton.h

    r8270 r8288  
    88class TH1;
    99class TH2;
     10class TH3;
    1011
    1112class MRflSinglePhoton : public MParContainer
     
    1920    Float_t fHeight; // [cm] production height
    2021    Float_t fPhi;    // [rad] camera inc. angle (rad)
     22
    2123public:
    2224    MRflSinglePhoton() { }
     
    3739
    3840    void FillRad(TH1 &hist, Float_t scale=1) const;
     41    void FillRad(TH2 &hist, Double_t z, Float_t scale=1) const;
    3942    void Fill(TH2 &hist, Float_t scale=1) const;
     43    void Fill(TH3 &hist, Double_t z, Float_t scale=1) const;
    4044
    4145    void Print(Option_t *o="") const;
Note: See TracChangeset for help on using the changeset viewer.