CMS 3D CMS Logo

ConfRecoBuilder.h
Go to the documentation of this file.
1 #ifndef _ConfRecoBuilder_H_
2 #define _ConfRecoBuilder_H_
3 
5 
10 template <class O>
12 public:
15  name, []() -> AbstractConfReconstructor* { return new O(); }, description);
16  }
17 };
18 
19 #endif // _ConfRecoBuilder_H_
static VertexRecoManager & Instance()
ConfRecoBuilder(const std::string &name, const std::string &description)
void registerReconstructor(const std::string &name, std::function< AbstractConfReconstructor *()> o, const std::string &description)