FairRoot/PandaRoot
PndLmdHitProducerIdeal.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- PndLmdHitProducerIdeal source file -----
3 // -------------------------------------------------------------------------
4 
6 
7 // ----- Default constructor -------------------------------------------
9 {
10 
11 }
12 // -------------------------------------------------------------------------
13 
14 void PndLmdHitProducerIdeal::SetBranchNames(TString inBranchname, TString outBranchname, TString folderName)
15 {
16  fInBranchName = inBranchname;
17  fOutBranchName = outBranchname;
18  fFolderName = folderName;
19 }
20 
21 
23 {
24  fInBranchName = "LMDPoint";
25  fOutBranchName = "LMDHit";
26  fFolderName = "PndLmd";
27 }
28 
29 // ----- Destructor ----------------------------------------------------
31 {
32 }
33 
34 
TString fOutBranchName
Definition: PndSdsTask.h:40
TString fInBranchName
Definition: PndSdsTask.h:39
TString fFolderName
Definition: PndSdsTask.h:41
ClassImp(PndAnaContFact)