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:
29  explicit GEMSegmentBuilder(const edm::ParameterSet&);
32 
37 
40  void setGeometry(const GEMGeometry* g);
41 
42 private:
47  std::unique_ptr<GEMSegmentAlgorithmBase> segAlgo;
48  std::unique_ptr<GEMSegmentAlgorithmBase> ge0Algo;
50 };
51 
52 #endif
GEMRecHitCollection
GEMSegmentBuilder::segAlgoPSet
edm::ParameterSet segAlgoPSet
Definition: GEMSegmentBuilder.h:45
GEMSegmentBuilder::geom_
const GEMGeometry * geom_
Definition: GEMSegmentBuilder.h:49
GEMSegmentBuilder::setGeometry
void setGeometry(const GEMGeometry *g)
Definition: GEMSegmentBuilder.cc:118
GEMSegmentBuilder::ge0AlgoName
std::string ge0AlgoName
Definition: GEMSegmentBuilder.h:44
GEMSegmentBuilder::build
void build(const GEMRecHitCollection *rechits, GEMSegmentCollection &oc)
Definition: GEMSegmentBuilder.cc:30
GEMSegmentBuilder::GEMSegmentBuilder
GEMSegmentBuilder(const edm::ParameterSet &)
Definition: GEMSegmentBuilder.cc:12
GEMSegmentBuilder
Definition: GEMSegmentBuilder.h:23
GEMSegmentBuilder::segAlgoName
std::string segAlgoName
Definition: GEMSegmentBuilder.h:43
HI_PhotonSkim_cff.rechits
rechits
Definition: HI_PhotonSkim_cff.py:76
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
edm::ParameterSet
Definition: ParameterSet.h:47
GEMSegmentBuilder::~GEMSegmentBuilder
~GEMSegmentBuilder()
Destructor.
Definition: GEMSegmentBuilder.cc:28
GEMSegmentCollection
GEMRecHitCollection.h
GEMSegmentBuilder::ge0Algo
std::unique_ptr< GEMSegmentAlgorithmBase > ge0Algo
Definition: GEMSegmentBuilder.h:48
GEMSegmentBuilder::ge0AlgoPSet
edm::ParameterSet ge0AlgoPSet
Definition: GEMSegmentBuilder.h:46
GEMSegmentAlgorithmBase
Definition: GEMSegmentAlgorithmBase.h:23
GEMGeometry.h
GEMSegmentCollection.h
GEMGeometry
Definition: GEMGeometry.h:24
ParameterSet.h
g
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::segAlgo
std::unique_ptr< GEMSegmentAlgorithmBase > segAlgo
Definition: GEMSegmentBuilder.h:47