1 #ifndef TkDetLayers_PixelBarrelLayer_h
2 #define TkDetLayers_PixelBarrelLayer_h
16 #pragma GCC visibility push(hidden)
22 PixelBarrelLayer(std::vector<const PixelRod*>& innerRods,
23 std::vector<const PixelRod*>& outerRods);
29 virtual const std::vector<const GeomDet*>&
basicComponents()
const {
return theBasicComps;}
31 virtual const std::vector<const GeometricSearchDet*>&
components()
const {
return theComps;}
36 std::vector<DetGroup> &
result)
const;
55 std::vector<DetGroup>&
result)
const;
72 std::vector<DetGroup>&
result,
73 bool checkClosest)
const;
75 const std::vector<const GeometricSearchDet*>&
subLayer(
int ind)
const {
76 return (ind==0 ? theInnerComps : theOuterComps);}
78 BoundCylinder* cylinder(
const std::vector<const GeometricSearchDet*>& rods)
const ;
82 std::vector<const GeometricSearchDet*> theComps;
85 std::vector<const GeomDet*> theBasicComps;
97 #pragma GCC visibility pop
const std::vector< const GeometricSearchDet * > & subLayer(int ind) const
ReferenceCountingPointer< BoundCylinder > theOuterCylinder
BinFinderType theOuterBinFinder
virtual void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const
ReferenceCountingPointer< BoundCylinder > theInnerCylinder
virtual const std::vector< const GeomDet * > & basicComponents() const
bool overlap(const reco::Muon &muon1, const reco::Muon &muon2, double pullX=1.0, double pullY=1.0, bool checkAdjacentChambers=false)
float computeWindowSize(const GeomDet *det, const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est)
PeriodicBinFinderInPhi< double > BinFinderType
BinFinderType theInnerBinFinder
virtual SubDetector subDetector() const
The type of detector (PixelBarrel, PixelEndcap, TIB, TOB, TID, TEC, CSC, DT, RPCBarrel, RPCEndcap)
virtual const std::vector< const GeometricSearchDet * > & components() const
std::vector< const GeometricSearchDet * > theOuterComps
std::vector< const GeometricSearchDet * > theInnerComps
float calculatePhiWindow(const MeasurementEstimator::Local2DVector &maxDistance, const TrajectoryStateOnSurface &ts, const Plane &plane)
Unlimited (trivial) bounds.