FairRoot/PandaRoot
PndLmdIdealClusterTask.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndLmdIdealClusterTask source file -----
3 // -------------------------------------------------------------------------
4 
6 
7 // ----- Default constructor -------------------------------------------
9 // -------------------------------------------------------------------------
10 
12  Int_t FErows, TString geoFile)
13  : PndSdsIdealClusterTask(radius, FEcolumns, FErows, geoFile) {}
14 
15 // ----- Destructor ----------------------------------------------------
17 // -------------------------------------------------------------------------
18 
20  TString outHitBranchname,
21  TString outClustBranchname,
22  TString folderName) {
23  fInBranchName = inBranchname;
24  fOutBranchName = outHitBranchname;
25  fClustBranchName = outClustBranchname;
26  fFolderName = folderName;
27 }
28 
30  fInBranchName = "LMDPixelDigis";
31  fOutBranchName = "LMDIdealClusterHit";
32  fClustBranchName = "LMBCluster";
33  fFolderName = "PndLmd";
34 }
35 
TString fOutBranchName
Definition: PndSdsTask.h:40
Double_t
TString fInBranchName
Definition: PndSdsTask.h:39
ClassImp(PndLmdIdealClusterTask)
TString fFolderName
Definition: PndSdsTask.h:41