/*! * @file SSimReader.h * @author Dan Saunders, on behalf of the SoLid collaboration. * @date 17 Feb 2016 */ #ifndef SSimReader_h_ #define SSimReader_h_ #include "SAlgorithms/ISAlgorithm.h" //! Please (at least) one line comment me. class SSimReader : public ISAlgorithm { private: public: SSimReader(SDetector * dtr, SClipboard * cb); ~SSimReader(); void initialize(); void execute(); void finalize(); }; #endif /* SSimReader_h_ */