CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InterestingDetIdFromSuperClusterProducer.h
Go to the documentation of this file.
1 #ifndef _INTERESTINGDETIDFROMSUPERCLUSTERPRODUCER_H
2 #define _INTERESTINGDETIDFROMSUPERCLUSTERPRODUCER_H
3 
4 // -*- C++ -*-
5 //
6 // Package: InterestingDetIdFromSuperClusterProducer
7 // Class: InterestingDetIdFromSuperClusterProducer
8 //
29 // system include files
30 #include <memory>
31 
32 // user include files
35 
40 
43 
44 class CaloTopology;
46 
48  public:
51  virtual void beginRun (edm::Run const&, const edm::EventSetup&) override final;
53  virtual void produce(edm::Event &, const edm::EventSetup&);
54 
55  private:
56  // ----------member data ---------------------------
63 
68 
69 };
70 
71 #endif
virtual void beginRun(edm::Run const &, const edm::EventSetup &) overridefinal
virtual void produce(edm::Event &, const edm::EventSetup &)
producer
edm::EDGetTokenT< reco::SuperClusterCollection > superClustersToken_
Definition: Run.h:43