FairRoot/PandaRoot
PndMvdTimeWalkCorrTask.h
Go to the documentation of this file.
1 /*
2  * PndMvdTimeWalkCorrctionTask.h
3  *
4  * Created on: Aug 27, 2010
5  * Author: Simone Esch
6  */
7 
8 #ifndef PNDMVDTIMEWALKCORRTASK_H_
9 #define PNDMVDTIMEWALKCORRTASK_H_
10 
11 #include "PndSdsTimeWalkCorrTask.h"
12 #include "TString.h"
13 #include "FairRuntimeDb.h"
14 #include "FairRun.h"
15 
17 public:
19  virtual ~PndMvdTimeWalkCorrTask();
20 
21  void SetBranchNames();
22 
23  void SetParContainers();
24 
26 };
27 
28 #endif /* PNDMVDTIMEWALKCORRTASK_H_ */
ClassDef(PndMvdTimeWalkCorrTask, 1)