CMS 3D CMS Logo

EgammaHLTTimeCleanedRechitProducer.h
Go to the documentation of this file.
1 #ifndef RecoEgamma_EgammayHLTProducers_EgammaHLTTimeCleanedRechitProducer_h_
2 #define RecoEgamma_EgammayHLTProducers_EgammaHLTTimeCleanedRechitProducer_h_
3 
4 #include <memory>
5 
10 
12 
14 
15  public:
16 
19 
20  virtual void produce(edm::Event&, const edm::EventSetup&) override;
21  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
22 
23  private:
24  double timeMax_;
25  double timeMin_;
26  std::vector<edm::InputTag> hitLabels;
27  std::vector<std::string> productLabels;
28  std::vector<edm::EDGetTokenT<EcalRecHitCollection>> hitTokens;
29  std::vector<edm::EDGetTokenT<EcalUncalibratedRecHitCollection>> uncalibHitTokens;
30 };
31 
32 
33 #endif
34 
35 
EgammaHLTTimeCleanedRechitProducer(const edm::ParameterSet &ps)
virtual void produce(edm::Event &, const edm::EventSetup &) override
std::vector< edm::EDGetTokenT< EcalRecHitCollection > > hitTokens
std::vector< edm::EDGetTokenT< EcalUncalibratedRecHitCollection > > uncalibHitTokens
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)