All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Attributes | List of all members
opdet::factory::Decl< Algo > Struct Template Reference

Token to register an algorithm, used in AlgorithmFactory. More...

#include <OpRecoFactoryStuff.h>

Inheritance diagram for opdet::factory::Decl< Algo >:
opdet::factory::AlgorithmFactory< Base >::Decl< Algo >

Public Types

using RealAlgo_t = Algo
 Type of the algorithm. More...
 

Public Attributes

std::string name
 Name of the algorithm. More...
 

Detailed Description

template<typename Algo>
struct opdet::factory::Decl< Algo >

Token to register an algorithm, used in AlgorithmFactory.

Definition at line 73 of file OpRecoFactoryStuff.h.

Member Typedef Documentation

template<typename Algo>
using opdet::factory::Decl< Algo >::RealAlgo_t = Algo

Type of the algorithm.

Definition at line 74 of file OpRecoFactoryStuff.h.

Member Data Documentation

template<typename Algo>
std::string opdet::factory::Decl< Algo >::name

Name of the algorithm.

Definition at line 75 of file OpRecoFactoryStuff.h.


The documentation for this struct was generated from the following file: