#include <MTDRingForwardDoubleLayer.h>
Public Member Functions | |
const MTDRingForwardLayer * | backLayer () const |
const std::vector< const GeomDet * > & | basicComponents () const override |
std::pair< bool, TrajectoryStateOnSurface > | compatible (const TrajectoryStateOnSurface &, const Propagator &, const MeasurementEstimator &) const override |
std::vector< DetWithState > | compatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override |
const std::vector< const GeometricSearchDet * > & | components () const override |
const MTDRingForwardLayer * | frontLayer () const |
std::vector< DetGroup > | groupedCompatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override |
bool | isCrack (const GlobalPoint &gp) const |
bool | isInsideOut (const TrajectoryStateOnSurface &tsos) const |
MTDRingForwardDoubleLayer (const std::vector< const ForwardDetRing * > &frontRings, const std::vector< const ForwardDetRing * > &backRings) | |
Constructor, takes ownership of pointers. More... | |
virtual const std::vector< const ForwardDetRing * > & | rings () const |
Return the vector of rings. More... | |
void | selfTest () const |
SubDetector | subDetector () const override |
~MTDRingForwardDoubleLayer () override | |
Protected Member Functions | |
BoundDisk * | computeSurface () override |
Private Attributes | |
MTDRingForwardLayer | theBackLayer |
std::vector< const GeomDet * > | theBasicComponents |
std::vector< const GeometricSearchDet * > | theComponents |
MTDRingForwardLayer | theFrontLayer |
std::vector< const ForwardDetRing * > | theRings |
A plane composed two layers of disks. The Endcap Timing Layer.
Definition at line 19 of file MTDRingForwardDoubleLayer.h.
MTDRingForwardDoubleLayer::MTDRingForwardDoubleLayer | ( | const std::vector< const ForwardDetRing * > & | frontRings, |
const std::vector< const ForwardDetRing * > & | backRings | ||
) |
Constructor, takes ownership of pointers.
Definition at line 21 of file MTDRingForwardDoubleLayer.cc.
References basicComponents(), computeSurface(), LogTrace, metname, selfTest(), AlCaHLTBitMon_QueryRunRegistry::string, theBasicComponents, theComponents, and theRings.
|
inlineoverride |
Definition at line 27 of file MTDRingForwardDoubleLayer.h.
|
inline |
Definition at line 66 of file MTDRingForwardDoubleLayer.h.
References computeSurface(), selfTest(), and theBackLayer.
|
inlineoverride |
Definition at line 32 of file MTDRingForwardDoubleLayer.h.
References theBasicComponents.
Referenced by MTDRingForwardDoubleLayer().
|
override |
Definition at line 88 of file MTDRingForwardDoubleLayer.cc.
References boostedElectronIsolation_cff::deltaR, TrajectoryStateOnSurface::hasError(), SimpleDiskBounds::inside(), insideOut, isInsideOut(), TrajectoryStateOnSurface::isValid(), TrajectoryStateOnSurface::localDirection(), TrajectoryStateOnSurface::localError(), TrajectoryStateOnSurface::localPosition(), LogTrace, metname, gsfElectronCkfTrackCandidateMaker_cff::nSigma, LocalTrajectoryError::positionError(), Propagator::propagate(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, funct::tan(), theBackLayer, theFrontLayer, PV3DBase< T, PVType, FrameType >::theta(), tmp, LocalError::xx(), and LocalError::yy().
Referenced by compatibleDets(), and components().
|
override |
Definition at line 124 of file MTDRingForwardDoubleLayer.cc.
References compatible(), groupedCompatibleDets(), LogTrace, metname, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by components().
|
inlineoverride |
Definition at line 34 of file MTDRingForwardDoubleLayer.h.
References compatible(), compatibleDets(), groupedCompatibleDets(), isInsideOut(), and theComponents.
|
overrideprotected |
Definition at line 57 of file MTDRingForwardDoubleLayer.cc.
References SiStripPI::max, min(), makeMuonMisalignmentScenario::rot, theBackLayer, and theFrontLayer.
Referenced by backLayer(), and MTDRingForwardDoubleLayer().
|
inline |
Definition at line 65 of file MTDRingForwardDoubleLayer.h.
References theFrontLayer.
|
override |
Definition at line 159 of file MTDRingForwardDoubleLayer.cc.
References MTDRingForwardLayer::compatibleDets(), LogTrace, metname, mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, theBackLayer, and theFrontLayer.
Referenced by compatibleDets(), and components().
bool MTDRingForwardDoubleLayer::isCrack | ( | const GlobalPoint & | gp | ) | const |
Definition at line 181 of file MTDRingForwardDoubleLayer.cc.
References LogTrace, metname, PV3DBase< T, PVType, FrameType >::perp(), alignCSCRings::r, mps_fire::result, MTDRingForwardLayer::rings(), ForwardDetRing::specificSurface(), AlCaHLTBitMon_QueryRunRegistry::string, and theBackLayer.
Referenced by rings().
bool MTDRingForwardDoubleLayer::isInsideOut | ( | const TrajectoryStateOnSurface & | tsos | ) | const |
Definition at line 80 of file MTDRingForwardDoubleLayer.cc.
References PV3DBase< T, PVType, FrameType >::basicVector(), Basic3DVector< T >::dot(), TrajectoryStateOnSurface::globalMomentum(), and TrajectoryStateOnSurface::globalPosition().
Referenced by compatible(), and components().
|
inlinevirtual |
Return the vector of rings.
Definition at line 61 of file MTDRingForwardDoubleLayer.h.
References runTauDisplay::gp, isCrack(), and theRings.
void MTDRingForwardDoubleLayer::selfTest | ( | ) | const |
Definition at line 203 of file MTDRingForwardDoubleLayer.cc.
References MTDRingForwardLayer::basicComponents(), theBackLayer, and theFrontLayer.
Referenced by backLayer(), and MTDRingForwardDoubleLayer().
|
inlineoverride |
Definition at line 55 of file MTDRingForwardDoubleLayer.h.
References MTDRingForwardLayer::subDetector(), and theBackLayer.
|
private |
Definition at line 73 of file MTDRingForwardDoubleLayer.h.
Referenced by backLayer(), compatible(), computeSurface(), groupedCompatibleDets(), isCrack(), selfTest(), and subDetector().
|
private |
Definition at line 76 of file MTDRingForwardDoubleLayer.h.
Referenced by basicComponents(), and MTDRingForwardDoubleLayer().
|
private |
Definition at line 75 of file MTDRingForwardDoubleLayer.h.
Referenced by components(), and MTDRingForwardDoubleLayer().
|
private |
Definition at line 72 of file MTDRingForwardDoubleLayer.h.
Referenced by compatible(), computeSurface(), frontLayer(), groupedCompatibleDets(), and selfTest().
|
private |
Definition at line 74 of file MTDRingForwardDoubleLayer.h.
Referenced by MTDRingForwardDoubleLayer(), and rings().