#include <Phase2EndcapLayer.h>
Classes | |
struct | RingPar |
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 (const Phase2EndcapLayer &)=delete | |
Phase2EndcapLayer (std::vector< const Phase2EndcapRing * > &rings, const bool isOT) __attribute__((cold)) | |
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)) |
std::array< int, 3 > | findThreeClosest (std::vector< GlobalPoint >) 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 | |
const bool | isOuterTracker |
std::vector< 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 15 of file Phase2EndcapLayer.h.
Phase2EndcapLayer::Phase2EndcapLayer | ( | std::vector< const Phase2EndcapRing * > & | rings, |
const bool | isOT | ||
) |
Definition at line 46 of file Phase2EndcapLayer.cc.
|
override |
Definition at line 92 of file Phase2EndcapLayer.cc.
References c, theComponents, and theComps.
|
delete |
|
inlineoverride |
|
override |
|
private |
Definition at line 68 of file Phase2EndcapLayer.cc.
References mps_fire::i, SiStripPI::max, min(), makeMuonMisalignmentScenario::rot, SiStripMonitorCluster_cfi::zmax, and SiStripMonitorCluster_cfi::zmin.
|
private |
Definition at line 268 of file Phase2EndcapLayer.cc.
References particleFlowClusterHGC_cfi::maxDistance, MeasurementEstimator::maximalLocalDisplacement(), and GeomDet::surface().
Referenced by groupedCompatibleDetsV().
|
private |
Definition at line 35 of file Phase2EndcapLayer.cc.
References funct::abs(), mps_fire::i, Phase2EndcapLayer::RingPar::theRingR, Phase2EndcapLayer::RingPar::thetaRingMax, and Phase2EndcapLayer::RingPar::thetaRingMin.
|
private |
Definition at line 276 of file Phase2EndcapLayer.cc.
References funct::abs(), mps_fire::i, perp(), ringPars, and theRingSize.
Referenced by ringIndicesByCrossingProximity().
|
override |
Definition at line 99 of file Phase2EndcapLayer.cc.
References DetGroupMerger::addSameLevel(), alongMomentum, computeWindowSize(), ntuplemaker::fill, TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), mps_fire::i, eostools::move(), DetGroupMerger::orderAndMergeTwoLevels(), overlapInR(), position, Propagator::propagationDirection(), mps_fire::result, ringIndicesByCrossingProximity(), theComps, theRingSize, z, and PV3DBase< T, PVType, FrameType >::z().
|
delete |
|
private |
Definition at line 307 of file Phase2EndcapLayer.cc.
References funct::abs(), f, TrajectoryStateOnSurface::globalPosition(), SiStripPI::max, PV3DBase< T, PVType, FrameType >::perp(), ringPars, L1TOccupancyClient_cfi::ymax, and PV3DBase< T, PVType, FrameType >::z().
Referenced by groupedCompatibleDetsV().
|
private |
Definition at line 228 of file Phase2EndcapLayer.cc.
References findThreeClosest(), TrajectoryStateOnSurface::globalMomentum(), TrajectoryStateOnSurface::globalPosition(), mps_fire::i, Propagator::propagationDirection(), rho, theComps, theRingSize, and TrajectoryStateOnSurface::transverseCurvature().
Referenced by groupedCompatibleDetsV().
|
inlineoverride |
Definition at line 36 of file Phase2EndcapLayer.h.
References isOuterTracker, GeomDetEnumerators::P2OTEC, GeomDetEnumerators::P2PXEC, and GeomDetEnumerators::subDetGeom.
|
private |
Definition at line 65 of file Phase2EndcapLayer.h.
Referenced by subDetector().
|
private |
Definition at line 71 of file Phase2EndcapLayer.h.
Referenced by findThreeClosest(), and overlapInR().
|
private |
Definition at line 64 of file Phase2EndcapLayer.h.
Referenced by basicComponents().
|
mutableprivate |
Definition at line 66 of file Phase2EndcapLayer.h.
Referenced by ~Phase2EndcapLayer().
|
private |
Definition at line 67 of file Phase2EndcapLayer.h.
Referenced by groupedCompatibleDetsV(), ringIndicesByCrossingProximity(), and ~Phase2EndcapLayer().
|
private |
Definition at line 72 of file Phase2EndcapLayer.h.
Referenced by findThreeClosest(), groupedCompatibleDetsV(), and ringIndicesByCrossingProximity().