86 std::string _output_filename_;
A simple configurable algorithm class.
Definition: algo.h:56
DOCD_CLASS_DECLARATION(my::algo)
Declaration of the OCD support for the my::algo class.
User namespace for the algo class.
Definition: algo.cc:16
algo()
Default constructor.
Definition: algo.cc:18
void reset()
Reset the algorithm.
Definition: algo.cc:65
void initialize(const datatools::properties &config_)
Main initialization from a container of configuration parameters.
Definition: algo.cc:28
void run()
Run the algorithm.
Definition: algo.cc:76