CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ME0SegmentProducer.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_ME0SegmentProducer_h
2 #define GEMRecHit_ME0SegmentProducer_h
3 
16 
17 class ME0SegmentBuilder;
18 
20 public:
22  explicit ME0SegmentProducer(const edm::ParameterSet&);
26  virtual void produce(edm::Event&, const edm::EventSetup&);
27 
28 private:
29  int iev; // events through
31  std::unique_ptr<ME0SegmentBuilder> segmentBuilder_;
32 };
33 
34 #endif
std::unique_ptr< ME0SegmentBuilder > segmentBuilder_
~ME0SegmentProducer()
Destructor.
ME0SegmentProducer(const edm::ParameterSet &)
Constructor.
edm::EDGetTokenT< ME0RecHitCollection > theME0RecHitToken
virtual void produce(edm::Event &, const edm::EventSetup &)
Produce the ME0Segment collection.