Ignore:
Timestamp:
07/27/05 17:41:28 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmuon/MHSingleMuon.h

    r7135 r7225  
    55#include "MH.h"
    66#endif
    7 #ifndef ROOT_TH1
    8 #include <TH1.h>
     7#ifndef ROOT_TProfile
     8#include <TProfile.h>
    99#endif
    1010
     
    2424    Double_t fMargin;               //!
    2525
    26     TH1F fHistPhi;   // Histogram of photon distribution along the arc.
    27     TH1F fHistWidth; // Histogram of radial photon distribution of the arc.
     26    TH1F     fHistPhi;   // Histogram of photon distribution along the arc.
     27    TProfile fHistWidth; // Histogram of radial photon distribution of the arc.
    2828
    29     Bool_t FindRangeAboveThreshold(const TH1F &h, Float_t thres, Int_t &first, Int_t &last) const;
     29    Bool_t FindRangeAboveThreshold(const TH1 &h, Float_t thres, Int_t &first, Int_t &last) const;
    3030
    3131public:
     
    3939
    4040    const TH1F &GetHistPhi() const { return fHistPhi; }
    41     const TH1F &GetHistWidth() const { return fHistWidth; }
     41    const TProfile &GetHistWidth() const { return fHistWidth; }
    4242
    4343    void Draw(Option_t *o="");
Note: See TracChangeset for help on using the changeset viewer.