#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.
|
delete |
|
inlinevirtual |
|
virtual |
Definition at line 94 of file TIDLayer.cc.
Definition at line 153 of file TIDLayer.cc.
|
private |
Definition at line 308 of file TIDLayer.cc.
|
private |
Definition at line 111 of file TIDLayer.cc.
|
private |
Definition at line 320 of file TIDLayer.cc.
|
private |
Definition at line 337 of file TIDLayer.cc.
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.
|
private |
Definition at line 360 of file TIDLayer.cc.
|
private |
Definition at line 256 of file TIDLayer.cc.
|
inlinevirtual |
Definition at line 36 of file TIDLayer.h.
References GeomDetEnumerators::subDetGeom, and GeomDetEnumerators::TID.
|
private |
Definition at line 67 of file TIDLayer.h.
|
private |
Definition at line 63 of file TIDLayer.h.
Referenced by basicComponents().
|
mutableprivate |
Definition at line 64 of file TIDLayer.h.
|
private |
Definition at line 65 of file TIDLayer.h.