Ignore:
Timestamp:
12/03/07 17:46:31 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7009 r8776  
    2626    Float_t fPeakPhi;       // The angle which indicates the peak position in the estimated circle
    2727
     28    Float_t fRelTimeMean;      // [ns] Result of the gaus fit to the arrival time
     29    Float_t fRelTimeSigma;     // [ns] Result of the gaus fit to the arrival time
     30
    2831public:
    2932    MMuonCalibPar(const char *name=NULL, const char *title=NULL);
     
    4144    //Bool_t  IsUseUnmap()        const { return fUseUnmap; }
    4245    Float_t GetPeakPhi()        const { return fPeakPhi; }
     46    Float_t GetRelTimeMean()    const { return fRelTimeMean; }
     47    Float_t GetRelTimeSigma()   const { return fRelTimeSigma; }
    4348
    4449//    void    SetArcLength(Float_t len)       { fArcLength = len; }
     
    5156    //void    SetUseUnmap()                   { fUseUnmap = kTRUE; }
    5257    void    SetPeakPhi(Float_t phi)         { fPeakPhi = phi; }
     58    void    SetTime(Float_t mean, Float_t sigma) { fRelTimeMean=mean; fRelTimeSigma=sigma; }
    5359
    5460    void    Print(Option_t *opt=NULL) const;
    5561
    56     ClassDef(MMuonCalibPar, 1) // Container to hold muon calibration parameters
     62    ClassDef(MMuonCalibPar, 2) // Container to hold muon calibration parameters
    5763};
    5864   
Note: See TracChangeset for help on using the changeset viewer.