CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuRingForwardLayer.h
Go to the documentation of this file.
1 #ifndef DetLayers_MuRingForwardLayer_H
2 #define DetLayers_MuRingForwardLayer_H
3 
15 
16 class ForwardDetRing;
17 class ForwardDetRingBuilder;
18 class GeomDet;
19 
21 
22  public:
23 
25  MuRingForwardLayer(const std::vector<const ForwardDetRing*>& rings);
26 
27  virtual ~MuRingForwardLayer();
28 
29 
30  // GeometricSearchDet interface
31 
32  virtual const std::vector<const GeomDet*>& basicComponents() const {return theBasicComps;}
33 
34  virtual const std::vector<const GeometricSearchDet*>& components() const;
35 
36  virtual std::vector<DetWithState>
37  compatibleDets( const TrajectoryStateOnSurface& startingState,
38  const Propagator& prop,
39  const MeasurementEstimator& est) const;
40 
41  virtual std::vector<DetGroup>
42  groupedCompatibleDets( const TrajectoryStateOnSurface& startingState,
43  const Propagator& prop,
44  const MeasurementEstimator& est) const;
45 
46 
47  virtual bool hasGroups() const;
48 
49 
50  // DetLayer interface
51  virtual SubDetector subDetector() const;
52 
53 
54  // Extension of the interface
55 
57  virtual const std::vector<const ForwardDetRing*>& rings() const {return theRings;}
58 
59 
60  private:
61  std::vector<const ForwardDetRing*> theRings;
62  std::vector <const GeometricSearchDet*> theComponents; // duplication of the above
63  std::vector<const GeomDet*> theBasicComps; // All chambers
66 
67 };
68 #endif
69 
virtual bool hasGroups() const
virtual std::vector< DetGroup > groupedCompatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const
MuRingForwardLayer(const std::vector< const ForwardDetRing * > &rings)
Constructor, takes ownership of pointers.
virtual std::vector< DetWithState > compatibleDets(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const
std::vector< const ForwardDetRing * > theRings
virtual const std::vector< const ForwardDetRing * > & rings() const
Return the vector of rings.
std::vector< const GeometricSearchDet * > theComponents
virtual const std::vector< const GeomDet * > & basicComponents() const
virtual SubDetector subDetector() const
The type of detector (PixelBarrel, PixelEndcap, TIB, TOB, TID, TEC, CSC, DT, RPCBarrel, RPCEndcap)
GeomDetEnumerators::SubDetector SubDetector
Definition: DetLayer.h:29
BaseBinFinder< double > * theBinFinder
virtual const std::vector< const GeometricSearchDet * > & components() const
Returns basic components, if any.
std::vector< const GeomDet * > theBasicComps