#include <Phase2EndcapLayer.h>
Public Member Functions | |
const std::vector< const GeomDet * > & | basicComponents () const override |
const std::vector< const GeometricSearchDet * > & | components () const override __attribute__((cold)) |
void | groupedCompatibleDetsV (const TrajectoryStateOnSurface &tsos, const Propagator &prop, const MeasurementEstimator &est, std::vector< DetGroup > &result) const override __attribute__((hot)) |
Phase2EndcapLayer & | operator= (const Phase2EndcapLayer &)=delete |
Phase2EndcapLayer (std::vector< const Phase2EndcapRing * > &rings, const bool isOT) __attribute__((cold)) | |
Phase2EndcapLayer (const Phase2EndcapLayer &)=delete | |
SubDetector | subDetector () const override |
~Phase2EndcapLayer () override __attribute__((cold)) | |
Private Member Functions | |
BoundDisk * | computeDisk (const std::vector< const Phase2EndcapRing * > &rings) const __attribute__((cold)) |
float | computeWindowSize (const GeomDet *det, const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est) const __attribute__((hot)) |
void | fillRingPars (int i) __attribute__((cold)) |
bool | overlapInR (const TrajectoryStateOnSurface &tsos, int i, double ymax, std::vector< tkDetUtil::RingPar > ringParams) const __attribute__((hot)) |
Private Attributes | |
const bool | isOuterTracker |
std::vector< tkDetUtil::RingPar > | ringPars |
std::vector< GeomDet const * > | theBasicComps |
std::atomic< std::vector < const GeometricSearchDet * > * > | theComponents |
std::vector< const Phase2EndcapRing * > | theComps |
int | theRingSize |
A concrete implementation for Phase 2 Endcap/Forward layer built out of Phase2EndcapRings this classs is used for both OT and Pixel detector
Definition at line 16 of file Phase2EndcapLayer.h.
Phase2EndcapLayer::Phase2EndcapLayer | ( | std::vector< const Phase2EndcapRing * > & | rings, |
const bool | isOT | ||
) |
Definition at line 38 of file Phase2EndcapLayer.cc.
|
override |
Definition at line 64 of file Phase2EndcapLayer.cc.
References c, theComponents, and theComps.
|
delete |
|
inlineoverride |
Definition at line 27 of file Phase2EndcapLayer.h.
References theBasicComps.
|
override |
Definition at line 18 of file Phase2EndcapLayer.cc.
References c, and groupFilesInBlocks::temp.
|
private |
Definition at line 60 of file Phase2EndcapLayer.cc.
References tkDetUtil::computeDisk().
|
private |
Definition at line 78 of file Phase2EndcapLayer.cc.
References tkDetUtil::computeYdirWindowSize().
|
private |
Definition at line 33 of file Phase2EndcapLayer.cc.
References tkDetUtil::fillRingParametersFromDisk(), and mps_fire::i.
|
override |
Definition at line 71 of file Phase2EndcapLayer.cc.
References tkDetUtil::groupedCompatibleDetsV(), ringPars, theComps, and theRingSize.
|
delete |
|
private |
Definition at line 84 of file Phase2EndcapLayer.cc.
References tkDetUtil::overlapInR().
|
inlineoverride |
Definition at line 37 of file Phase2EndcapLayer.h.
References isOuterTracker, GeomDetEnumerators::P2OTEC, GeomDetEnumerators::P2PXEC, and GeomDetEnumerators::subDetGeom.
|
private |
Definition at line 61 of file Phase2EndcapLayer.h.
Referenced by subDetector().
|
private |
Definition at line 64 of file Phase2EndcapLayer.h.
Referenced by groupedCompatibleDetsV().
|
private |
Definition at line 60 of file Phase2EndcapLayer.h.
Referenced by basicComponents().
|
mutableprivate |
Definition at line 62 of file Phase2EndcapLayer.h.
Referenced by ~Phase2EndcapLayer().
|
private |
Definition at line 63 of file Phase2EndcapLayer.h.
Referenced by groupedCompatibleDetsV(), and ~Phase2EndcapLayer().
|
private |
Definition at line 65 of file Phase2EndcapLayer.h.
Referenced by groupedCompatibleDetsV().