CMS 3D CMS Logo

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  void beginRun (edm::Run const&, const edm::EventSetup&) final;
53  void produce(edm::Event &, const edm::EventSetup&) override;
54 
55  private:
56  // ----------member data ---------------------------
63 
68 
69 };
70 
71 #endif
void beginRun(edm::Run const &, const edm::EventSetup &) final
void produce(edm::Event &, const edm::EventSetup &) override
producer
edm::EDGetTokenT< reco::SuperClusterCollection > superClustersToken_
Definition: Run.h:45