1 #ifndef TkDetLayers_TECLayer_h
2 #define TkDetLayers_TECLayer_h
17 TECLayer(std::vector<const TECPetal*>& innerPetals,
18 std::vector<const TECPetal*>& outerPetals);
30 std::vector<DetGroup> &
result)
const;
46 std::vector<DetGroup>&
result)
const;
53 std::vector<DetGroup>&
result,
54 bool checkClosest)
const;
59 const std::vector<const GeometricSearchDet*>&
subLayer(
int ind)
const {
67 std::vector<const GeometricSearchDet*>
theComps;
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)