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  void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const override final;
31 
32  const edm::EDGetTokenT<CaloTowerCollection> towers_;
33  const double cone_;
34  const edm::EDGetTokenT<edm::View<reco::Candidate>> l1isoseeds_;
35  const edm::EDGetTokenT<edm::View<reco::Candidate>> l1nonisoseeds_;
38 };
39 
40 #endif
EgammaHLTCaloTowerProducer(const edm::ParameterSet &)
void produce(edm::StreamID, edm::Event &, edm::EventSetup const &) const overridefinal
const edm::EDGetTokenT< CaloTowerCollection > towers_
const edm::EDGetTokenT< edm::View< reco::Candidate > > l1isoseeds_
string const
Definition: compareJSON.py:14
const edm::EDGetTokenT< edm::View< reco::Candidate > > l1nonisoseeds_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)