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>
7 
8 namespace edm {
9  class ParameterSet;
10 }
11 
12 //
13 // Factory function for creating objects of types
14 // inheriting from AbsHBHEPhase1Algo out of parameter sets.
15 //
16 // Update the implementation of this function if you need
17 // to add a new algorithm to HBHEPhase1Reconstructor.
18 //
19 std::unique_ptr<AbsHBHEPhase1Algo>
21 
22 //
23 // Parameter descriptions for "parseHBHEPhase1AlgoDescription".
24 // Keep implementation of this function is sync with
25 // "parseHBHEPhase1AlgoDescription".
26 //
28 
29 #endif // RecoLocalCalo_HcalRecAlgos_parseHBHEPhase1AlgoDescription_h
std::unique_ptr< AbsHBHEPhase1Algo > parseHBHEPhase1AlgoDescription(const edm::ParameterSet &ps)
HLT enums.
edm::ParameterSetDescription fillDescriptionForParseHBHEPhase1Algo()