CMS 3D CMS Logo

MuRingForwardLayer.h
Go to the documentation of this file.
1 #ifndef DetLayers_MuRingForwardLayer_H
2 #define DetLayers_MuRingForwardLayer_H
3 
13 
14 class ForwardDetRing;
15 class ForwardDetRingBuilder;
16 class GeomDet;
17 
19 
20  public:
21 
23  MuRingForwardLayer(const std::vector<const ForwardDetRing*>& rings);
24 
25  ~MuRingForwardLayer() override;
26 
27 
28  // GeometricSearchDet interface
29 
30  const std::vector<const GeomDet*>& basicComponents() const override {return theBasicComps;}
31 
32  const std::vector<const GeometricSearchDet*>& components() const override;
33 
34  std::vector<DetWithState>
35  compatibleDets( const TrajectoryStateOnSurface& startingState,
36  const Propagator& prop,
37  const MeasurementEstimator& est) const override;
38 
39  std::vector<DetGroup>
40  groupedCompatibleDets( const TrajectoryStateOnSurface& startingState,
41  const Propagator& prop,
42  const MeasurementEstimator& est) const override;
43 
44 
45 
46  // DetLayer interface
47  SubDetector subDetector() const override;
48 
49 
50  // Extension of the interface
51 
53  virtual const std::vector<const ForwardDetRing*>& rings() const {return theRings;}
54 
55 
56  private:
57  std::vector<const ForwardDetRing*> theRings;
58  std::vector <const GeometricSearchDet*> theComponents; // duplication of the above
59  std::vector<const GeomDet*> theBasicComps; // All chambers
62 
63 };
64 #endif
65 
MuRingForwardLayer(const std::vector< const ForwardDetRing * > &rings)
Constructor, takes ownership of pointers.
std::vector< const ForwardDetRing * > theRings
virtual const std::vector< const ForwardDetRing * > & rings() const
Return the vector of rings.
std::vector< DetWithState > compatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override
~MuRingForwardLayer() override
std::vector< const GeometricSearchDet * > theComponents
BaseBinFinder< double > * theBinFinder
SubDetector subDetector() const override
std::vector< DetGroup > groupedCompatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override
const std::vector< const GeomDet * > & basicComponents() const override
const std::vector< const GeometricSearchDet * > & components() const override
std::vector< const GeomDet * > theBasicComps