CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCSegmentProducer.h
Go to the documentation of this file.
1 #ifndef CSCSegment_CSCSegmentProducer_h
2 #define CSCSegment_CSCSegmentProducer_h
3 
15 
17 
18 class CSCSegmentBuilder;
19 
21 public:
23  explicit CSCSegmentProducer(const edm::ParameterSet&);
27  virtual void produce(edm::Event&, const edm::EventSetup&) override;
28 
29 private:
30  int iev; // events through
33 };
34 
35 #endif
virtual void produce(edm::Event &, const edm::EventSetup &) override
Produce the CSCSegment collection.
edm::EDGetTokenT< CSCRecHit2DCollection > m_token
CSCSegmentBuilder * segmentBuilder_
CSCSegmentProducer(const edm::ParameterSet &)
Constructor.
~CSCSegmentProducer()
Destructor.