/** * @file SGainFinder.cpp * @author Dan Saunders, on behalf of the SoLid collaboration. * @date 17 Feb 2016 */ #include "SGainFinder.h" //============================================================================== //! Constructor setting up default values. SGainFinder::SGainFinder(SDetector * dtr, SClipboard * cb) : ISAlgorithm(dtr, cb, "SGainFinder") {} //============================================================================== //! Empty initialize - as required. void SGainFinder::initialize() {} //============================================================================== //! Empty execute - as required. void SGainFinder::execute() {} //============================================================================== //! Empty finalize. void SGainFinder::finalize() { std::cout<<"Hello world, from SGainFinder"<