CMS 3D CMS Logo

ME0SegmentBuilder.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_ME0SegmentBuilder_h
2 #define GEMRecHit_ME0SegmentBuilder_h
3 
22 
24 
26 public:
31  explicit ME0SegmentBuilder(const edm::ParameterSet&);
34 
39 
42  void setGeometry(const ME0Geometry* g);
43 
44 private:
45  std::unique_ptr<ME0SegmentAlgorithmBase> algo;
47 };
48 
49 #endif
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.
std::unique_ptr< ME0SegmentAlgorithmBase > algo
const ME0Geometry * geom_