/** * @file hdstsimulation.h * @author Simon Lang * @date Fri May 5 15:26:25 2006 * * @brief This Class provides Functions for a DST Production from * simulated Data * * $Id: hdstsimulation.h,v 1.1.1.1 2006-09-08 07:39:37 halo Exp $ * */ #ifndef HDSTSIMULATION_H #define HDSTSIMULATION_H #include "hdstproduction.h" class HDstSimulationSep05 : public HDstProduction { public: HDstSimulationSep05() : HDstProduction() {}; ~HDstSimulationSep05() {}; void setupInput(); void setupTaskListGen0(); void setupTaskListGen1(); ClassDef( HDstSimulationSep05, 0 ) // Class used for DST Production from simulated Data of Sep05 beamtime }; #endif // HDSTSIMULATION_H