#include <BaseProhibitAlgo.h>
Public Member Functions | |
| BaseProhibitAlgo (const std::string name="noname") | |
| Default constructor. More... | |
| virtual | ~BaseProhibitAlgo () |
| Default destructor. More... | |
| virtual bool | MatchCompatible (const QCluster_t &clus, const Flash_t &flash)=0 |
| CORE FUNCTION: determines if a flash and cluster are at all compatible (bool return) More... | |
Public Member Functions inherited from flashmatch::BaseAlgorithm | |
| BaseAlgorithm (const Algorithm_t type, const std::string name) | |
| Default constructor. More... | |
| ~BaseAlgorithm () | |
| Default destructor. More... | |
| void | Configure (const Config_t &pset) |
| Function to accept configuration. More... | |
| Algorithm_t | AlgorithmType () const |
| Algorithm type. More... | |
| const std::string & | AlgorithmName () const |
| Algorithm name. More... | |
Public Member Functions inherited from flashmatch::LoggerFeature | |
| LoggerFeature (const std::string logger_name="LoggerFeature") | |
| Default constructor. More... | |
| LoggerFeature (const LoggerFeature &original) | |
| Default copy constructor. More... | |
| virtual | ~LoggerFeature () |
| Default destructor. More... | |
| const flashmatch::logger & | logger () const |
| Logger getter. More... | |
| void | set_verbosity (::flashmatch::msg::Level_t level) |
| Verbosity level. More... | |
| const std::string & | name () const |
| Name getter, defined in a logger instance attribute. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from flashmatch::BaseAlgorithm | |
| virtual void | _Configure_ (const Config_t &pset)=0 |
Algorithm base class for prohibiting the match between a charge cluster and a flash
Definition at line 25 of file BaseProhibitAlgo.h.
|
inline |
Default constructor.
Definition at line 30 of file BaseProhibitAlgo.h.
|
inlinevirtual |
|
pure virtual |
CORE FUNCTION: determines if a flash and cluster are at all compatible (bool return)
Implemented in flashmatch::TimeCompatMatch.
1.8.5