00001 //_____________________________________________________________________ 00002 // @(#)StRoot/StBFChainOpt:$Name: $:$Id: StBFChainOpt.cxx,v 1.3 2011/02/22 19:16:44 perev Exp $ 00003 //_____________________________________________________________________ 00004 #include "TROOT.h" 00005 #include "TString.h" 00006 #include "StBFChainOpt.h" 00007 #include "StBFChain.h" 00008 ClassImp(StBFChainOpt); 00009 //_____________________________________________________________________ 00010 StBFChainOpt::StBFChainOpt(StBFChain *bfc):StChainOpt("StBFChainOpt") 00011 { 00012 fBFChain = bfc; 00013 } 00014 // //_____________________________________________________________________ 00015 // Int_t StBFChainOpt::kOpt(const char *Tag) const 00016 // { 00017 // return fBFChain->kOpt(Tag,0); 00018 // } 00019 //_____________________________________________________________________ 00020 const TString &StBFChainOpt::GetFileIn() const 00021 { 00022 return fBFChain->GetFileIn(); 00023 } 00024 //_____________________________________________________________________ 00025 const TString &StBFChainOpt::StBFChainOpt::GetFileOut() const 00026 { 00027 return fBFChain->GetFileOut(); 00028 } 00029 //_____________________________________________________________________ 00030 TFile *StBFChainOpt::GetTFile() const 00031 { 00032 return fBFChain->GetTFile(); 00033 } 00034 //_____________________________________________________________________ 00035 TString StBFChainOpt::GetGeometry() const 00036 { 00037 return fBFChain->GetGeometry(); 00038 }