FairRoot/PandaRoot
PndSdsTimeWalkCorrTask.h
Go to the documentation of this file.
1 /*
2  * PndSdsPixelWimeWalkCorrTask.h
3  *
4  * Created on: Aug 27, 2010
5  * Author: Simone Esch
6  */
7 
8 #ifndef PNDSDSTIMEWALKCORRTASK_H_
9 #define PNDSDSTIMEWALKCORRTASK_H_
10 
11 #include "PndSdsTask.h"
12 #include "TClonesArray.h"
13 #include "PndSdsPixelDigiPar.h"
14 #include <vector>
15 #include "PndSdsDigiPixel.h"
16 #include "PndSdsDigiPixelMCInfo.h"
17 #include "PndSdsTotDigiPar.h"
19 #include "PndSdsFE.h"
20 
21 
23 public:
25  PndSdsTimeWalkCorrTask(const char* name);
27  PndSdsTask(),
28  fDigiArray(other.fDigiArray),
30  fDigiPar(other.fDigiPar),
31  fDigiTotPar(other.fDigiTotPar),
32  fFEModel(other.fFEModel),
33  fVerbose(other.fVerbose)
34  {};
35  virtual ~PndSdsTimeWalkCorrTask();
37  {
38  fDigiArray=other.fDigiArray;
40  fDigiPar=other.fDigiPar;
42  fFEModel=other.fFEModel;
43  fVerbose=other.fVerbose;
44  return *this;
45  };
46  InitStatus Init();
47  void SetParContainers();
48  void Exec(Option_t* opt);
49  virtual void FinishTask();
50 protected:
51  TClonesArray* fDigiArray;
52  TClonesArray* fDigiCorrArray;
56  Int_t fVerbose;
57 
59 };
60 
61 #endif /* PNDSDSTIMEWALKCORRTASK_H_ */
PndSdsTotDigiPar * fDigiTotPar
PndSdsPixelDigiPar * fDigiPar
Charge Digitization Parameter Class for SDS.
PndSdsTimeWalkCorrTask(PndSdsTimeWalkCorrTask &other)
ClassDef(PndSdsTimeWalkCorrTask, 1)
PndSdsTimeWalkCorrTask & operator=(PndSdsTimeWalkCorrTask &other)
TString name
Digitization Parameter Class for SDS-Pixel part.