CMS 3D CMS Logo

parseHBHEPhase1AlgoDescription.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HcalRecAlgos_parseHBHEPhase1AlgoDescription_h
2 #define RecoLocalCalo_HcalRecAlgos_parseHBHEPhase1AlgoDescription_h
3 
4 #include <memory>
6 
7 namespace edm {
8  class ParameterSet;
9 }
10 
11 //
12 // Factory function for creating objects of types
13 // inheriting from AbsHBHEPhase1Algo out of parameter sets.
14 //
15 // Update the implementation of this function if you need
16 // to add a new algorithm to HBHEPhase1Reconstructor.
17 //
18 std::unique_ptr<AbsHBHEPhase1Algo>
20 
21 #endif // RecoLocalCalo_HcalRecAlgos_parseHBHEPhase1AlgoDescription_h
std::unique_ptr< AbsHBHEPhase1Algo > parseHBHEPhase1AlgoDescription(const edm::ParameterSet &ps)
HLT enums.