CMS 3D CMS Logo

GEMSegmentBuilder.h
Go to the documentation of this file.
1 #ifndef GEMRecHit_GEMSegmentBuilder_h
2 #define GEMRecHit_GEMSegmentBuilder_h
3 
21 
23 
25 public:
30  explicit GEMSegmentBuilder(const edm::ParameterSet&);
33 
38 
41  void setGeometry(const GEMGeometry* g);
42 
43  static void fillDescription(edm::ParameterSetDescription& descriptions);
44 
45 private:
46  bool enableGE0;
47  bool enableGE12;
52  std::unique_ptr<GEMSegmentAlgorithmBase> segAlgo;
53  std::unique_ptr<GEMSegmentAlgorithmBase> ge0Algo;
55 };
56 
57 #endif
static void fillDescription(edm::ParameterSetDescription &descriptions)
const GEMGeometry * geom_
void build(const GEMRecHitCollection *rechits, GEMSegmentCollection &oc)
GEMSegmentBuilder(const edm::ParameterSet &)
std::string segAlgoName
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
std::unique_ptr< GEMSegmentAlgorithmBase > ge0Algo
~GEMSegmentBuilder()
Destructor.
edm::ParameterSet ge0AlgoPSet
edm::ParameterSet segAlgoPSet
std::unique_ptr< GEMSegmentAlgorithmBase > segAlgo
void setGeometry(const GEMGeometry *g)
std::string ge0AlgoName