FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
lmd
LmdDigi
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 -------------------------------------------
14
PndLmdDigiTask::PndLmdDigiTask
() :
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 ----------------------------------------------------
29
PndLmdDigiTask::~PndLmdDigiTask
()
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
*/
61
ClassImp
(
PndLmdDigiTask
);
Add
mychain Add("run.root")
fVerbose
int fVerbose
Definition:
poormantracks.C:24
i
Int_t i
Definition:
run_full.C:25
PndLmdDigiTask::~PndLmdDigiTask
virtual ~PndLmdDigiTask()
Definition:
PndLmdDigiTask.cxx:29
PndLmdDigiTask
Definition:
PndLmdDigiTask.h:14
PndLmdDigiTask::PndLmdDigiTask
PndLmdDigiTask()
Definition:
PndLmdDigiTask.cxx:14
PndLmdStripHitProducer.h
PndLmdDigiTask.h
SetVerbose
drchit SetVerbose(iVerbose)
ClassImp
ClassImp(PndLmdDigiTask)
PndLmdStripHitProducer
Definition:
PndLmdStripHitProducer.h:14
Generated on Sun Aug 18 2019 03:01:35 for FairRoot/PandaRoot by
1.8.8