FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
mvd
MvdReco
PndMvdIdealClusterTask.cxx
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- PndMvdIdealClusterTask source file -----
3
// -------------------------------------------------------------------------
4
5
#include "
PndMvdIdealClusterTask.h
"
6
7
// ----- Default constructor -------------------------------------------
8
PndMvdIdealClusterTask::PndMvdIdealClusterTask
() :
9
PndSdsIdealClusterTask
()
10
{
11
}
12
13
PndMvdIdealClusterTask::PndMvdIdealClusterTask
(
Double_t
radius, Int_t FEcolumns, Int_t FErows,
TString
geoFile) :
14
PndSdsIdealClusterTask
(radius, FEcolumns, FErows, geoFile)
15
{
16
}
17
18
// -------------------------------------------------------------------------
19
20
21
// ----- Destructor ----------------------------------------------------
22
PndMvdIdealClusterTask::~PndMvdIdealClusterTask
()
23
{
24
}
25
// -------------------------------------------------------------------------
26
27
// ----- Initialization of Parameter Containers -------------------------
28
void
PndMvdIdealClusterTask::SetParContainers
()
29
{
30
}
31
// ----- Manula I/O folders/branches ----------------------------------------------------
32
void
PndMvdIdealClusterTask::SetBranchNames
(
TString
inBranchname,
TString
outHitBranchname,
TString
outClustBranchname,
TString
folderName)
33
{
34
fInBranchName
= inBranchname;
35
fOutBranchName
= outHitBranchname;
36
fClustBranchName
= outClustBranchname;
37
fFolderName
= folderName;
38
}
39
40
// ----- Default I/O folder/branches ----------------------------------------------------
41
void
PndMvdIdealClusterTask::SetBranchNames
()
42
{
43
fInBranchName
=
"MVDPixelDigis"
;
44
fOutBranchName
=
"MVDHitsPixelIdeal"
;
45
fClustBranchName
=
"MVDPixelClusterCandIdeal"
;
46
fFolderName
=
"PndMvd"
;
47
}
48
49
ClassImp
(
PndMvdIdealClusterTask
);
50
PndSdsIdealClusterTask
Definition:
PndSdsIdealClusterTask.h:35
PndMvdIdealClusterTask
Definition:
PndMvdIdealClusterTask.h:15
PndSdsTask::fOutBranchName
TString fOutBranchName
Definition:
PndSdsTask.h:40
PndMvdIdealClusterTask::PndMvdIdealClusterTask
PndMvdIdealClusterTask()
Definition:
PndMvdIdealClusterTask.cxx:8
PndSdsIdealClusterTask::fClustBranchName
TString fClustBranchName
Definition:
PndSdsIdealClusterTask.h:100
PndMvdIdealClusterTask.h
Double_t
Double_t
Definition:
SimCompleteLinkDef.h:6
PndMvdIdealClusterTask::SetBranchNames
virtual void SetBranchNames()
Definition:
PndMvdIdealClusterTask.cxx:41
PndSdsTask::fInBranchName
TString fInBranchName
Definition:
PndSdsTask.h:39
PndSdsTask::fFolderName
TString fFolderName
Definition:
PndSdsTask.h:41
TString
TString
Definition:
SimCompleteLinkDef.h:6
ClassImp
ClassImp(PndMvdIdealClusterTask)
PndMvdIdealClusterTask::SetParContainers
virtual void SetParContainers()
Definition:
PndMvdIdealClusterTask.cxx:28
PndMvdIdealClusterTask::~PndMvdIdealClusterTask
virtual ~PndMvdIdealClusterTask()
Definition:
PndMvdIdealClusterTask.cxx:22
Generated on Sun Aug 18 2019 03:01:39 for FairRoot/PandaRoot by
1.8.8