FairRoot/PandaRoot
PndSdsTimeWalkCorr.h
Go to the documentation of this file.
1 /*
2  * PndSdsTimeWalkCorr.h
3  *
4  * Description:
5  *
6  * Created on: Aug 26, 2010
7  * Author: Simone Esch
8  * Abstract Base Class to calculate the TimeWalkCorrection from the TOT time
9  */
10 
11 #include "TObject.h"
12 
13 #ifndef PNDSDSTIMEWALKCORR_H_
14 #define PNDSDSTIMEWALKCORR_H_
15 
16 class PndSdsTimeWalkCorr: public TObject {
17 public:
18 
20 
21  virtual ~PndSdsTimeWalkCorr();
22  virtual Double_t CorrectionTimeWalk(Double_t tot)=0 ;
23  virtual Double_t GetCharge()=0;
24 
25 private:
26 
28 };
29 
30 #endif /* PNDSDSTIMEWALKCORR_H_ */
ClassDef(PndSdsTimeWalkCorr, 1)
Double_t
virtual Double_t CorrectionTimeWalk(Double_t tot)=0
virtual Double_t GetCharge()=0