CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
InterestingDetIdCollectionProducer.h
Go to the documentation of this file.
1 #ifndef _INTERESTINGDETIDCOLLECTIONPRODUCER_H
2 #define _INTERESTINGDETIDCOLLECTIONPRODUCER_H
3 
4 // -*- C++ -*-
5 //
6 // Package: InterestingDetIdCollectionProducer
7 // Class: InterestingDetIdCollectionProducer
8 //
29 // system include files
30 #include <memory>
31 
32 // user include files
35 
40 
41 
42 class CaloTopology;
44 
46  public:
50  void beginRun (edm::Run &, const edm::EventSetup&);
52  virtual void produce(edm::Event &, const edm::EventSetup&);
53 
54  private:
55  // ----------member data ---------------------------
62 
67 
68 };
69 
70 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
producer
InterestingDetIdCollectionProducer(const edm::ParameterSet &)
ctor
void beginRun(edm::Run &, const edm::EventSetup &)
Definition: Run.h:33