CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ME0SegmentBuilder.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_ME0SegmentBuilder_h
2 #define GEMRecHit_ME0SegmentBuilder_h
3 
22 
24 
26 public:
27 
32  explicit ME0SegmentBuilder(const edm::ParameterSet&);
35 
40 
43  void setGeometry(const ME0Geometry* g);
44 
45 private:
47  const ME0Geometry* geom_;
48 };
49 
50 #endif
ME0SegmentAlgorithm * algo
ME0SegmentBuilder(const edm::ParameterSet &)
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e g
Definition: Activities.doc:4
void setGeometry(const ME0Geometry *g)
void build(const ME0RecHitCollection *rechits, ME0SegmentCollection &oc)
~ME0SegmentBuilder()
Destructor.
const ME0Geometry * geom_