CMS 3D CMS Logo

GEMSegmentBuilder.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_GEMSegmentBuilder_h
2 #define GEMRecHit_GEMSegmentBuilder_h
3 
20 
22 
24 public:
25 
30  explicit GEMSegmentBuilder(const edm::ParameterSet&);
33 
38 
41  void setGeometry(const GEMGeometry* g);
42 
43 private:
44 
47  std::unique_ptr<GEMSegmentAlgorithmBase> algo;
48  const GEMGeometry* geom_;
49 };
50 
51 #endif
const GEMGeometry * geom_
void build(const GEMRecHitCollection *rechits, GEMSegmentCollection &oc)
GEMSegmentBuilder(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
~GEMSegmentBuilder()
Destructor.
std::unique_ptr< GEMSegmentAlgorithmBase > algo
edm::ParameterSet segAlgoPSet
void setGeometry(const GEMGeometry *g)