CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EgammaHLTCaloTowerProducer.h
Go to the documentation of this file.
1 #ifndef EgammaHLTCaloTowerProducer_h
2 #define EgammaHLTCaloTowerProducer_h
3 
16 
17 #include <string>
18 
19 namespace edm {
21 }
22 
23 
25  public:
26 
29  static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
30 
31  private:
32  void produce( edm::Event& e, const edm::EventSetup& ) override;
33 
35  double cone_;
38  double EtThreshold_;
39  double EThreshold_;
40 };
41 
42 #endif
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1nonisoseeds_
edm::EDGetTokenT< CaloTowerCollection > towers_
EgammaHLTCaloTowerProducer(const edm::ParameterSet &)
edm::EDGetTokenT< l1extra::L1EmParticleCollection > l1isoseeds_
void produce(edm::Event &e, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)