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