StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
StBFChainOpt.cxx
1 //_____________________________________________________________________
2 // @(#)StRoot/StBFChainOpt:$Name: $:$Id: StBFChainOpt.cxx,v 1.3 2011/02/22 19:16:44 perev Exp $
3 //_____________________________________________________________________
4 #include "TROOT.h"
5 #include "TString.h"
6 #include "StBFChainOpt.h"
7 #include "StBFChain.h"
8 ClassImp(StBFChainOpt);
9 //_____________________________________________________________________
10 StBFChainOpt::StBFChainOpt(StBFChain *bfc):StChainOpt("StBFChainOpt")
11 {
12  fBFChain = bfc;
13 }
14 // //_____________________________________________________________________
15 // Int_t StBFChainOpt::kOpt(const char *Tag) const
16 // {
17 // return fBFChain->kOpt(Tag,0);
18 // }
19 //_____________________________________________________________________
20 const TString &StBFChainOpt::GetFileIn() const
21 {
22  return fBFChain->GetFileIn();
23 }
24 //_____________________________________________________________________
25 const TString &StBFChainOpt::StBFChainOpt::GetFileOut() const
26 {
27  return fBFChain->GetFileOut();
28 }
29 //_____________________________________________________________________
30 TFile *StBFChainOpt::GetTFile() const
31 {
32  return fBFChain->GetTFile();
33 }
34 //_____________________________________________________________________
35 TString StBFChainOpt::GetGeometry() const
36 {
37  return fBFChain->GetGeometry();
38 }