FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
lmd
LmdReco
PndLmdIdealClusterTask.cxx
Go to the documentation of this file.
1
// -------------------------------------------------------------------------
2
// ----- PndLmdIdealClusterTask source file -----
3
// -------------------------------------------------------------------------
4
5
#include "
PndLmdIdealClusterTask.h
"
6
7
// ----- Default constructor -------------------------------------------
8
PndLmdIdealClusterTask::PndLmdIdealClusterTask
() {}
9
// -------------------------------------------------------------------------
10
11
PndLmdIdealClusterTask::PndLmdIdealClusterTask
(
Double_t
radius, Int_t FEcolumns,
12
Int_t FErows,
TString
geoFile)
13
:
PndSdsIdealClusterTask
(radius, FEcolumns, FErows, geoFile) {}
14
15
// ----- Destructor ----------------------------------------------------
16
PndLmdIdealClusterTask::~PndLmdIdealClusterTask
() {}
17
// -------------------------------------------------------------------------
18
19
void
PndLmdIdealClusterTask::SetBranchNames
(
TString
inBranchname,
20
TString
outHitBranchname,
21
TString
outClustBranchname,
22
TString
folderName) {
23
fInBranchName
= inBranchname;
24
fOutBranchName
= outHitBranchname;
25
fClustBranchName
= outClustBranchname;
26
fFolderName
= folderName;
27
}
28
29
void
PndLmdIdealClusterTask::SetBranchNames
() {
30
fInBranchName
=
"LMDPixelDigis"
;
31
fOutBranchName
=
"LMDIdealClusterHit"
;
32
fClustBranchName
=
"LMBCluster"
;
33
fFolderName
=
"PndLmd"
;
34
}
35
36
ClassImp
(
PndLmdIdealClusterTask
);
PndSdsIdealClusterTask
Definition:
PndSdsIdealClusterTask.h:35
PndSdsTask::fOutBranchName
TString fOutBranchName
Definition:
PndSdsTask.h:40
PndLmdIdealClusterTask.h
PndLmdIdealClusterTask::PndLmdIdealClusterTask
PndLmdIdealClusterTask()
Definition:
PndLmdIdealClusterTask.cxx:8
PndLmdIdealClusterTask::~PndLmdIdealClusterTask
virtual ~PndLmdIdealClusterTask()
Definition:
PndLmdIdealClusterTask.cxx:16
PndSdsIdealClusterTask::fClustBranchName
TString fClustBranchName
Definition:
PndSdsIdealClusterTask.h:100
Double_t
Double_t
Definition:
SimCompleteLinkDef.h:6
PndSdsTask::fInBranchName
TString fInBranchName
Definition:
PndSdsTask.h:39
PndSdsTask::fFolderName
TString fFolderName
Definition:
PndSdsTask.h:41
TString
TString
Definition:
SimCompleteLinkDef.h:6
PndLmdIdealClusterTask
Definition:
PndLmdIdealClusterTask.h:6
ClassImp
ClassImp(PndAnaContFact)
PndLmdIdealClusterTask::SetBranchNames
virtual void SetBranchNames()
Definition:
PndLmdIdealClusterTask.cxx:29
Generated on Wed Apr 3 2019 10:02:53 for FairRoot/PandaRoot by
1.8.5