CMS 3D CMS Logo

List of all members | Public Member Functions
ConfRecoBuilder< O > Class Template Reference

#include <ConfRecoBuilder.h>

Public Member Functions

 ConfRecoBuilder (const std::string &name, const std::string &description)
 

Detailed Description

template<class O>
class ConfRecoBuilder< O >

template class that registers an AbstractConfReconstructor

Definition at line 10 of file ConfRecoBuilder.h.

Constructor & Destructor Documentation

template<class O>
ConfRecoBuilder< O >::ConfRecoBuilder ( const std::string &  name,
const std::string &  description 
)
inline

Definition at line 12 of file ConfRecoBuilder.h.

References heppy_report::description, VertexRecoManager::Instance(), and VertexRecoManager::registerReconstructor().

13  {
15  }
static VertexRecoManager & Instance()
void registerReconstructor(const std::string &name, std::function< AbstractConfReconstructor *()> o, const std::string &description)