1 #ifndef TkDetLayers_PixelBlade_h
2 #define TkDetLayers_PixelBlade_h
14 #pragma GCC visibility push(hidden)
18 PixelBlade(std::vector<const GeomDet*>& frontDets,
19 std::vector<const GeomDet*>& backDets );
26 virtual const std::vector<const GeomDet*>&
basicComponents()
const {
return theDets;}
28 virtual const std::vector<const GeometricSearchDet*>&
components()
const;
30 std::pair<bool, TrajectoryStateOnSurface>
38 std::vector<DetGroup> &
result)
const;
53 std::vector<DetGroup>&
result)
const;
65 std::vector<DetGroup>&
result,
66 bool checkClosest)
const;
73 int findBin(
float R,
int layer)
const;
77 const std::vector<const GeomDet*>&
subBlade(
int ind)
const {
78 return (ind==0 ? theFrontDets : theBackDets);
84 std::vector<const GeomDet*> theDets;
85 std::vector<const GeomDet*> theFrontDets;
86 std::vector<const GeomDet*> theBackDets;
94 #pragma GCC visibility pop
virtual std::pair< bool, TrajectoryStateOnSurface > compatible(const TrajectoryStateOnSurface &ts, const Propagator &, const MeasurementEstimator &) const =0
const std::vector< const GeomDet * > & subBlade(int ind) const
ReferenceCountingPointer< BoundDiskSector > theDiskSector
ReferenceCountingPointer< BoundDiskSector > theBackDiskSector
virtual const std::vector< const GeometricSearchDet * > & components() const =0
Returns basic components, if any.
virtual void groupedCompatibleDetsV(const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const
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)
virtual const BoundSurface & surface() const
The surface of the GeometricSearchDet.
ReferenceCountingPointer< BoundDiskSector > theFrontDiskSector
virtual const BoundDiskSector & specificSurface() const
Unlimited (trivial) bounds.