/* * SdsStripDigiLoader.h * * Created on: Nov 28, 2012 * Author: dklein */ #ifndef SDSSTRIPDIGILOADER_H_ #define SDSSTRIPDIGILOADER_H_ #include "SamplerTask.h" #include #include "PndPayload.h" namespace Highway { namespace PndSamplerTasks { class SdsStripDigiLoader: public Highway::SamplerTask { public: SdsStripDigiLoader(); virtual ~SdsStripDigiLoader(); void Exec(Option_t* opt); }; } /* namespace PndSamplerTasks */ } /* namespace Highway */ #endif /* SDSSTRIPDIGILOADER_H_ */