1 #ifndef OPT0FINDER_BASEALGORITHM_CXX
2 #define OPT0FINDER_BASEALGORITHM_CXX
void set_verbosity(::flashmatch::msg::Level_t level)
Verbosity level.
Algorithm_t
Enumerator for different types of algorithm.
BaseAlgorithm(const Algorithm_t type, const std::string name)
Default constructor.
Class def header for a class BaseAlgorithm.
fhicl::ParameterSet Config_t
Configuration object.
const std::string & AlgorithmName() const
Algorithm name.
std::string _name
Algorithm name.
Class def header for exception classes in OpT0Finder package.
Algorithm_t AlgorithmType() const
Algorithm type.
void Configure(const Config_t &pset)
Function to accept configuration.
Level_t
Verbosity message level.
virtual void _Configure_(const Config_t &pset)=0
Algorithm_t _type
Algorithm type.