/** * @file hdstrealdataapr06.h * @author Simon Lang * @date Thu Oct 5 14:00:03 2006 * * @modified Tatyana Galatyuk * @date 19-Mar-2007 * * @brief This Class provides Functions for a DST Production from real Data * of Apr06 Beamtime * */ #ifndef HDSTREALDATAAPR06_H #define HDSTREALDATAAPR06_H #include "hdstrealdata.h" class HDstRealDataApr06 : public HDstRealData { public: HDstRealDataApr06() : HDstRealData() {}; ~HDstRealDataApr06() {}; void setupTaskListGen1(); void setupTaskListGen2(); ClassDef(HDstRealDataApr06, 0) // Class used for DST Production from real data of Apr06 beamtime }; #endif // HDSTREALDATAAPR06_H