Derivative of opdet::factory::Decl with added type check.
More...
#include <OpRecoFactoryStuff.h>
Additional Inherited Members | |
Public Types inherited from opdet::factory::Decl< Algo > | |
| using | RealAlgo_t = Algo |
| Type of the algorithm. More... | |
Public Attributes inherited from opdet::factory::Decl< Algo > | |
| std::string | name |
| Name of the algorithm. More... | |
Derivative of opdet::factory::Decl with added type check.
| Algo | the declared algorithm class |
This object is used in AlgorithmFactory just like opdet::factory::Decl, from which it derives. This derivative, whose full identifier is opdet::factory::AlgorithmFactory<Base>::Decl<Algo>, is aware of the expected base class of the algorithm and performs a static check on it for added QA.
Definition at line 162 of file OpRecoFactoryStuff.h.
1.8.5