1 #ifndef TkDetLayers_TECLayer_h
2 #define TkDetLayers_TECLayer_h
15 #pragma GCC visibility push(hidden)
18 TECLayer(std::vector<const TECPetal*>& innerPetals,
19 std::vector<const TECPetal*>& outerPetals);
31 std::vector<DetGroup> &
result)
const;
47 std::vector<DetGroup>&
result)
const;
54 std::vector<DetGroup>&
result,
55 bool checkClosest)
const;
60 const std::vector<const GeometricSearchDet*>&
subLayer(
int ind)
const {
68 std::vector<const GeometricSearchDet*>
theComps;
86 #pragma GCC visibility pop
virtual const std::vector< const GeometricSearchDet * > & components() const
Returns basic components, if any.
std::vector< const GeomDet * > theBasicComps
void searchNeighbors(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, const SubLayerCrossing &crossing, float window, std::vector< DetGroup > &result, bool checkClosest) const
ReferenceCountingPointer< BoundDisk > theFrontDisk
virtual const std::vector< const GeomDet * > & basicComponents() const
void groupedCompatibleDetsV(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const
bool addClosest(const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, const SubLayerCrossing &crossing, std::vector< DetGroup > &result) const
std::vector< const GeometricSearchDet * > theComps
ReferenceCountingPointer< BoundDisk > theBackDisk
std::vector< const GeometricSearchDet * > theFrontComps
std::vector< const GeometricSearchDet * > theBackComps
BinFinderPhi theBackBinFinder
PeriodicBinFinderInPhi< double > BinFinderPhi
virtual SubDetector subDetector() const
The type of detector (PixelBarrel, PixelEndcap, TIB, TOB, TID, TEC, CSC, DT, RPCBarrel, RPCEndcap)
const std::vector< const GeometricSearchDet * > & subLayer(int ind) const
SubLayerCrossings computeCrossings(const TrajectoryStateOnSurface &startingState, PropagationDirection propDir) const
BinFinderPhi theFrontBinFinder
virtual BoundDisk * computeDisk(std::vector< const GeometricSearchDet * > &petals) const
bool overlap(const GlobalPoint &gpos, const GeometricSearchDet &petal, float window) const
TECLayer(std::vector< const TECPetal * > &innerPetals, std::vector< const TECPetal * > &outerPetals)