00001 #ifndef STAR_StBFChainOpt
00002 #define STAR_StBFChainOpt
00003
00005
00014
00015 #include "StChainOpt.h"
00016 class StBFChain;
00017 class StBFChainOpt : public StChainOpt {
00018 public:
00019 StBFChainOpt(StBFChain *bfc);
00020 virtual ~StBFChainOpt(){};
00021
00022 const TString &GetFileIn() const;
00023 const TString &GetFileOut() const;
00024 TFile *GetTFile() const;
00025 TString GetGeometry() const;
00026 private:
00027 StBFChain *fBFChain;
00028
00029 ClassDef(StBFChainOpt, 0)
00030 };
00031 #endif