#include <TIDLayer.h>
Classes | |
struct | RingPar |
Public Member Functions | |
virtual const std::vector < const GeomDet * > & | basicComponents () const |
virtual const std::vector < const GeometricSearchDet * > & | components () const __attribute__((cold)) |
void | groupedCompatibleDetsV (const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const __attribute__((hot)) |
TIDLayer & | operator= (const TIDLayer &)=delete |
virtual SubDetector | subDetector () const |
TIDLayer (std::vector< const TIDRing * > &rings) __attribute__((cold)) | |
TIDLayer (const TIDLayer &)=delete | |
~TIDLayer () __attribute__((cold)) | |
Private Member Functions | |
BoundDisk * | computeDisk (const std::vector< const TIDRing * > &rings) const __attribute__((cold)) |
float | computeWindowSize (const GeomDet *det, const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est) const __attribute__((hot)) |
void | fillRingPars (int i) __attribute__((cold)) |
int | findClosest (const GlobalPoint[3]) const __attribute__((hot)) |
int | findNextIndex (const GlobalPoint[3], int) const __attribute__((hot)) |
bool | overlapInR (const TrajectoryStateOnSurface &tsos, int i, double ymax) const __attribute__((hot)) |
std::array< int, 3 > | ringIndicesByCrossingProximity (const TrajectoryStateOnSurface &startingState, const Propagator &prop) const |
Private Attributes | |
RingPar | ringPars [3] |
std::vector< GeomDet const * > | theBasicComps |
std::atomic< std::vector < const GeometricSearchDet * > * > | theComponents |
const TIDRing * | theComps [3] |
A concrete implementation for TID layer built out of TIDRings
Definition at line 15 of file TIDLayer.h.
TIDLayer::TIDLayer | ( | std::vector< const TIDRing * > & | rings | ) |
Definition at line 123 of file TIDLayer.cc.
TIDLayer::~TIDLayer | ( | ) |
Definition at line 183 of file TIDLayer.cc.
References EnergyCorrector::c, theComponents, and theComps.
|
delete |
|
inlinevirtual |
|
virtual |
Definition at line 94 of file TIDLayer.cc.
References EnergyCorrector::c, and groupFilesInBlocks::temp.
Definition at line 153 of file TIDLayer.cc.
References i, bookConverter::max, min(), makeMuonMisalignmentScenario::rot, SiStripMonitorClusterAlca_cfi::zmax, and SiStripMonitorClusterAlca_cfi::zmin.
|
private |
Definition at line 308 of file TIDLayer.cc.
References MeasurementEstimator::maximalLocalDisplacement(), GeomDet::surface(), and PV2DBase< T, PVType, FrameType >::y().
Referenced by groupedCompatibleDetsV().
|
private |
Definition at line 111 of file TIDLayer.cc.
References funct::abs(), and i.
|
private |
Definition at line 320 of file TIDLayer.cc.
References funct::abs(), i, perp(), ringPars, and TIDLayer::RingPar::theRingR.
Referenced by ringIndicesByCrossingProximity().
|
private |
Definition at line 337 of file TIDLayer.cc.
References funct::abs(), i, perp(), ringPars, and TIDLayer::RingPar::theRingR.
Referenced by ringIndicesByCrossingProximity().
void TIDLayer::groupedCompatibleDetsV | ( | const TrajectoryStateOnSurface & | tsos, |
const Propagator & | prop, | ||
const MeasurementEstimator & | est, | ||
std::vector< DetGroup > & | result | ||
) | const |
Definition at line 192 of file TIDLayer.cc.
References computeWindowSize(), constexpr, TIDRing::groupedCompatibleDetsV(), i, cmsHarvester::index, overlapInR(), mps_fire::result, ringIndicesByCrossingProximity(), and theComps.
|
private |
Definition at line 360 of file TIDLayer.cc.
References funct::abs(), f, TrajectoryStateOnSurface::globalPosition(), cmsHarvester::index, bookConverter::max, PV3DBase< T, PVType, FrameType >::perp(), ringPars, TIDLayer::RingPar::thetaRingMax, TIDLayer::RingPar::thetaRingMin, SiStripMonitorClusterAlca_cfi::ymax, and PV3DBase< T, PVType, FrameType >::z().
Referenced by groupedCompatibleDetsV().
|
private |
Definition at line 256 of file TIDLayer.cc.
References findClosest(), findNextIndex(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), i, Propagator::propagationDirection(), rho, TIDRing::surface(), theComps, and TrajectoryStateOnSurface::transverseCurvature().
Referenced by groupedCompatibleDetsV().
|
inlinevirtual |
Definition at line 36 of file TIDLayer.h.
References GeomDetEnumerators::subDetGeom, and GeomDetEnumerators::TID.
|
private |
Definition at line 67 of file TIDLayer.h.
Referenced by findClosest(), findNextIndex(), and overlapInR().
|
private |
Definition at line 63 of file TIDLayer.h.
Referenced by basicComponents().
|
mutableprivate |
Definition at line 64 of file TIDLayer.h.
Referenced by ~TIDLayer().
|
private |
Definition at line 65 of file TIDLayer.h.
Referenced by groupedCompatibleDetsV(), ringIndicesByCrossingProximity(), and ~TIDLayer().