#ifndef TTripTConstantsBank_hxx_seen #define TTripTConstantsBank_hxx_seen // $Id: ITripTConstantsBank.hxx,v 1.2 2009/09/25 06:02:33 nickwest Exp $ #include #define TTRIPT_CONSTANTS_BANK_TITLE "TripT Pedestal Constants Bank" namespace COMET { class ITripTConstantsBank; }; /// This is the simple Access Class for all TripT Mapping Info /// banks. The intention is to use it to construct a dptPedStore object /// (see the package monitor/triptHisto). Therefore, this class doesn't (yet) /// contain any getters of its own. /// /// For an introduction to this and other Access Classes please see /// \ref oaRawEvent class COMET::ITripTConstantsBank: public COMET::IMidasBank { public: ITripTConstantsBank(); explicit ITripTConstantsBank(const ULong64_t *bank, const char* title = TTRIPT_CONSTANTS_BANK_TITLE); virtual ~ITripTConstantsBank(); /// Print contents to COMETLog void Print(const Option_t* opt = "") const { COMET::IMidasBank::Print(opt); } }; #endif