Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:25:47

0001 #ifndef RecoLocalCalo_HcalRecAlgos_parsePlan1RechitCombiner_h_
0002 #define RecoLocalCalo_HcalRecAlgos_parsePlan1RechitCombiner_h_
0003 
0004 #include <memory>
0005 #include "RecoLocalCalo/HcalRecAlgos/interface/AbsPlan1RechitCombiner.h"
0006 
0007 namespace edm {
0008   class ParameterSet;
0009 }
0010 
0011 //
0012 // Factory function for creating objects of types inheriting from
0013 // AbsPlan1RechitCombiner out of parameter sets
0014 //
0015 std::unique_ptr<AbsPlan1RechitCombiner> parsePlan1RechitCombiner(const edm::ParameterSet& ps);
0016 
0017 #endif  // RecoLocalCalo_HcalRecAlgos_parsePlan1RechitCombiner_h_