CMS 3D CMS Logo

parsePlan1RechitCombiner.h
Go to the documentation of this file.
1 #ifndef RecoLocalCalo_HcalRecAlgos_parsePlan1RechitCombiner_h_
2 #define RecoLocalCalo_HcalRecAlgos_parsePlan1RechitCombiner_h_
3 
4 #include <memory>
6 
7 namespace edm {
8  class ParameterSet;
9 }
10 
11 //
12 // Factory function for creating objects of types inheriting from
13 // AbsPlan1RechitCombiner out of parameter sets
14 //
15 std::unique_ptr<AbsPlan1RechitCombiner> parsePlan1RechitCombiner(const edm::ParameterSet& ps);
16 
17 #endif // RecoLocalCalo_HcalRecAlgos_parsePlan1RechitCombiner_h_
std::unique_ptr< AbsPlan1RechitCombiner > parsePlan1RechitCombiner(const edm::ParameterSet &ps)
HLT enums.