FairRoot/PandaRoot
PndLmdDigiTask.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndLmdDigiTask source file -----
3 // ----- Created 04/02/10 by M. Michel -----
4 // ----- Based on PndMvdDigiTask by R. Kliemt -----
5 // ----- Wrapper for Lmd digitizing tasks -----
6 // -------------------------------------------------------------------------
7 
8 
9 #include "PndLmdDigiTask.h"
10 #include "PndLmdStripHitProducer.h"
11 //#include "PndLmdNoiseProducer.h"
12 
13 // ----- Default constructor -------------------------------------------
15  FairTask("LMD Digitization Task")
16 {
17  this->Add(new PndLmdStripHitProducer());
18 // this->Add(new PndLmdNoiseProducer());
19 
20  TList* thistasks = this->GetListOfTasks();
21  for(Int_t i=0;i<thistasks->GetEntries();i++)
22  {
23  ((FairTask*)thistasks->At(i))->SetVerbose(fVerbose);
24  }
25 }
26 // -------------------------------------------------------------------------
27 
28 // ----- Destructor ----------------------------------------------------
30 {
31 }
32 // -------------------------------------------------------------------------
33 /*
34 // ----- Initialization of Parameter Containers -------------------------
35 void PndLmdDigiTask::SetParContainers()
36 {
37 }
38 
39 InitStatus PndLmdDigiTask::ReInit()
40 {
41  return kERROR;
42 }
43 
44 // ----- Public method Init --------------------------------------------
45 InitStatus PndLmdDigiTask::Init()
46 {
47  return kSUCCESS;
48 }
49 
50 // -------------------------------------------------------------------------
51 
52 
53 
54 // ----- Public method Exec --------------------------------------------
55 void PndLmdDigiTask::Exec(Option_t*)
56 {
57  return;
58 }
59 
60 */
mychain Add("run.root")
int fVerbose
Definition: poormantracks.C:24
Int_t i
Definition: run_full.C:25
virtual ~PndLmdDigiTask()
ClassImp(PndAnaContFact)
drchit SetVerbose(iVerbose)