#ifndef HSTSTRB3CALPAR_H #define HSTSTRB3CALPAR_H #include "htrb3calpar.h" class HStsTrb3Calpar : public HTrb3Calpar { public: HStsTrb3Calpar(const Char_t *name = "StsTrb3Calpar", const Char_t *title = "TRB3 TDC calibration parameters of the Sts detector", const Char_t *context = "StsTrb3CalparProduction", Int_t minTrbnetAddress = Trbnet::kStsTrb3MinTrbnetAddress, Int_t maxTrbnetAddress = Trbnet::kStsTrb3MaxTrbnetAddress) : HTrb3Calpar(name, title, context, minTrbnetAddress, maxTrbnetAddress) { } Bool_t init(HParIo *input, Int_t *set); Int_t write(HParIo *output); ClassDef(HStsTrb3Calpar, 1) // START2 TRB3 TDC calibration parameters }; #endif /*!HSTSTRB3CALPAR_H*/