Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef RecoLocalCalo_HcalRecAlgos_parseHFPhase1AlgoDescription_h
0002 #define RecoLocalCalo_HcalRecAlgos_parseHFPhase1AlgoDescription_h
0003 
0004 #include <memory>
0005 #include "RecoLocalCalo/HcalRecAlgos/interface/AbsHFPhase1Algo.h"
0006 #include "FWCore/ParameterSet/interface/ParameterSetDescription.h"
0007 
0008 namespace edm {
0009   class ParameterSet;
0010 }
0011 
0012 //
0013 // Factory function for creating objects of types
0014 // inheriting from AbsHFPhase1Algo out of parameter sets.
0015 //
0016 // Update the implementation of this function if you need
0017 // to add a new algorithm to HFPhase1Reconstructor.
0018 //
0019 std::unique_ptr<AbsHFPhase1Algo> parseHFPhase1AlgoDescription(const edm::ParameterSet& ps);
0020 
0021 //
0022 // Parameter descriptions for "parseHFPhase1AlgoDescription".
0023 // Keep implementation of this function is sync with
0024 // "parseHFPhase1AlgoDescription".
0025 //
0026 edm::ParameterSetDescription fillDescriptionForParseHFPhase1AlgoDescription();
0027 
0028 #endif  // RecoLocalCalo_HcalRecAlgos_parseHFPhase1AlgoDescription_h