CMS 3D CMS Logo

parseHFPhase1AlgoDescription.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HcalRecAlgos_parseHFPhase1AlgoDescription_h
2 #define RecoLocalCalo_HcalRecAlgos_parseHFPhase1AlgoDescription_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 AbsHFPhase1Algo out of parameter sets.
15 //
16 // Update the implementation of this function if you need
17 // to add a new algorithm to HFPhase1Reconstructor.
18 //
19 std::unique_ptr<AbsHFPhase1Algo> parseHFPhase1AlgoDescription(const edm::ParameterSet& ps);
20 
21 //
22 // Parameter descriptions for "parseHFPhase1AlgoDescription".
23 // Keep implementation of this function is sync with
24 // "parseHFPhase1AlgoDescription".
25 //
27 
28 #endif // RecoLocalCalo_HcalRecAlgos_parseHFPhase1AlgoDescription_h
std::unique_ptr< AbsHFPhase1Algo > parseHFPhase1AlgoDescription(const edm::ParameterSet &ps)
HLT enums.
edm::ParameterSetDescription fillDescriptionForParseHFPhase1AlgoDescription()