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