PandaRoot
PndSdsTimeWalkCorrTask.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 /*
14  * PndSdsPixelWimeWalkCorrTask.h
15  *
16  * Created on: Aug 27, 2010
17  * Author: Simone Esch
18  */
19 
20 #ifndef PNDSDSTIMEWALKCORRTASK_H_
21 #define PNDSDSTIMEWALKCORRTASK_H_
22 
23 #include "PndSdsTask.h"
24 #include "TClonesArray.h"
25 #include "PndSdsPixelDigiPar.h"
26 #include <vector>
27 #include "PndSdsDigiPixel.h"
28 #include "PndSdsDigiPixelMCInfo.h"
29 #include "PndSdsTotDigiPar.h"
31 #include "PndSdsFE.h"
32 
34  public:
36  PndSdsTimeWalkCorrTask(const char *name);
39  fVerbose(other.fVerbose){};
40  virtual ~PndSdsTimeWalkCorrTask();
42  {
43  fDigiArray = other.fDigiArray;
45  fDigiPar = other.fDigiPar;
46  fDigiTotPar = other.fDigiTotPar;
47  fFEModel = other.fFEModel;
48  fVerbose = other.fVerbose;
49  return *this;
50  };
51  InitStatus Init();
52  void SetParContainers();
53  void Exec(Option_t *opt);
54  virtual void FinishTask();
55 
56  protected:
57  TClonesArray *fDigiArray;
58  TClonesArray *fDigiCorrArray;
62  Int_t fVerbose;
63 
65 };
66 
67 #endif /* PNDSDSTIMEWALKCORRTASK_H_ */
PndSdsTotDigiPar * fDigiTotPar
PndSdsPixelDigiPar * fDigiPar
virtual void FinishTask()
Charge Digitization Parameter Class for SDS.
PndSdsTimeWalkCorrTask(PndSdsTimeWalkCorrTask &other)
ClassDef(PndSdsTimeWalkCorrTask, 1)
PndSdsTimeWalkCorrTask & operator=(PndSdsTimeWalkCorrTask &other)
void Exec(Option_t *opt)
virtual ~PndSdsTimeWalkCorrTask()
Digitization Parameter Class for SDS-Pixel part.