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 
17 
18 class CSCSegmentBuilder;
19 
21 public:
23  explicit CSCSegmentProducer(const edm::ParameterSet&);
27  virtual void produce(edm::Event&, const edm::EventSetup&);
28 
29 private:
30  int iev; // events through
31  edm::InputTag inputObjectsTag; // input tag labelling rechits for input
33 };
34 
35 #endif
virtual void produce(edm::Event &, const edm::EventSetup &)
Produce the CSCSegment collection.
CSCSegmentBuilder * segmentBuilder_
CSCSegmentProducer(const edm::ParameterSet &)
Constructor.
~CSCSegmentProducer()
Destructor.
edm::InputTag inputObjectsTag