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 
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  virtual ~MuRingForwardLayer();
26 
27 
28  // GeometricSearchDet interface
29 
30  virtual const std::vector<const GeomDet*>& basicComponents() const {return theBasicComps;}
31 
32  virtual const std::vector<const GeometricSearchDet*>& components() const;
33 
34  virtual std::vector<DetWithState>
35  compatibleDets( const TrajectoryStateOnSurface& startingState,
36  const Propagator& prop,
37  const MeasurementEstimator& est) const;
38 
39  virtual std::vector<DetGroup>
40  groupedCompatibleDets( const TrajectoryStateOnSurface& startingState,
41  const Propagator& prop,
42  const MeasurementEstimator& est) const;
43 
44 
45  virtual bool hasGroups() const;
46 
47 
48  // DetLayer interface
49  virtual SubDetector subDetector() const;
50 
51 
52  // Extension of the interface
53 
55  virtual const std::vector<const ForwardDetRing*>& rings() const {return theRings;}
56 
57 
58  private:
59  std::vector<const ForwardDetRing*> theRings;
60  std::vector <const GeometricSearchDet*> theComponents; // duplication of the above
61  std::vector<const GeomDet*> theBasicComps; // All chambers
64 
65 };
66 #endif
67 
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:27
BaseBinFinder< double > * theBinFinder
virtual const std::vector< const GeometricSearchDet * > & components() const
Returns basic components, if any.
std::vector< const GeomDet * > theBasicComps