#include <MuRingForwardDoubleLayer.h>
Public Member Functions | |
const MuRingForwardLayer * | 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 MuRingForwardLayer * | 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 |
MuRingForwardDoubleLayer (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 |
~MuRingForwardDoubleLayer () override | |
Protected Member Functions | |
BoundDisk * | computeSurface () override |
Private Attributes | |
MuRingForwardLayer | theBackLayer |
std::vector< const GeomDet * > | theBasicComponents |
std::vector< const GeometricSearchDet * > | theComponents |
MuRingForwardLayer | theFrontLayer |
std::vector< const ForwardDetRing * > | theRings |
A plane composed two layers of disks. Represents forward muon CSC stations.
Definition at line 19 of file MuRingForwardDoubleLayer.h.
MuRingForwardDoubleLayer::MuRingForwardDoubleLayer | ( | const std::vector< const ForwardDetRing *> & | frontRings, |
const std::vector< const ForwardDetRing *> & | backRings | ||
) |
Constructor, takes ownership of pointers.
Definition at line 21 of file MuRingForwardDoubleLayer.cc.
References basicComponents(), computeSurface(), LogTrace, metname, selfTest(), AlCaHLTBitMon_QueryRunRegistry::string, theBasicComponents, theComponents, and theRings.
|
inlineoverride |
Definition at line 25 of file MuRingForwardDoubleLayer.h.
|
inline |
Definition at line 59 of file MuRingForwardDoubleLayer.h.
References theBackLayer.
|
inlineoverride |
Definition at line 29 of file MuRingForwardDoubleLayer.h.
References theBasicComponents.
Referenced by MuRingForwardDoubleLayer().
|
override |
Definition at line 74 of file MuRingForwardDoubleLayer.cc.
References PbPb_ZMuSkimMuonDPG_cff::deltaR, submitPVResolutionJobs::err, TrajectoryStateOnSurface::hasError(), insideOut, isInsideOut(), TrajectoryStateOnSurface::isValid(), TrajectoryStateOnSurface::localDirection(), TrajectoryStateOnSurface::localError(), TrajectoryStateOnSurface::localPosition(), LogTrace, metname, HLTSiStripMonitoring_cff::nSigma, LocalTrajectoryError::positionError(), Propagator::propagate(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, funct::tan(), theBackLayer, theFrontLayer, PV3DBase< T, PVType, FrameType >::theta(), createJobs::tmp, SiStripMonitorCluster_cfi::zmax, and SiStripMonitorCluster_cfi::zmin.
Referenced by compatibleDets().
|
override |
Definition at line 113 of file MuRingForwardDoubleLayer.cc.
References compatible(), groupedCompatibleDets(), LogTrace, metname, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineoverride |
Definition at line 31 of file MuRingForwardDoubleLayer.h.
References theComponents.
|
overrideprotected |
Definition at line 51 of file MuRingForwardDoubleLayer.cc.
References SiStripPI::max, SiStripPI::min, makeMuonMisalignmentScenario::rot, theBackLayer, theFrontLayer, SiStripMonitorCluster_cfi::zmax, and SiStripMonitorCluster_cfi::zmin.
Referenced by MuRingForwardDoubleLayer().
|
inline |
Definition at line 58 of file MuRingForwardDoubleLayer.h.
References theFrontLayer.
|
override |
Definition at line 140 of file MuRingForwardDoubleLayer.cc.
References MuRingForwardLayer::compatibleDets(), LogTrace, metname, mps_fire::result, AlCaHLTBitMon_QueryRunRegistry::string, theBackLayer, and theFrontLayer.
Referenced by compatibleDets().
bool MuRingForwardDoubleLayer::isCrack | ( | const GlobalPoint & | gp | ) | const |
Definition at line 163 of file MuRingForwardDoubleLayer.cc.
References cms::cuda::assert(), runTauDisplay::gp, LogTrace, metname, alignCSCRings::r, mps_fire::result, MuRingForwardLayer::rings(), ForwardDetRing::specificSurface(), AlCaHLTBitMon_QueryRunRegistry::string, and theBackLayer.
bool MuRingForwardDoubleLayer::isInsideOut | ( | const TrajectoryStateOnSurface & | tsos | ) | const |
Definition at line 70 of file MuRingForwardDoubleLayer.cc.
References PV3DBase< T, PVType, FrameType >::basicVector(), Basic3DVector< T >::dot(), TrajectoryStateOnSurface::globalMomentum(), and TrajectoryStateOnSurface::globalPosition().
Referenced by compatible().
|
inlinevirtual |
Return the vector of rings.
Definition at line 54 of file MuRingForwardDoubleLayer.h.
References theRings.
void MuRingForwardDoubleLayer::selfTest | ( | ) | const |
Definition at line 184 of file MuRingForwardDoubleLayer.cc.
References cms::cuda::assert(), MuRingForwardLayer::basicComponents(), theBackLayer, and theFrontLayer.
Referenced by MuRingForwardDoubleLayer().
|
inlineoverride |
Definition at line 49 of file MuRingForwardDoubleLayer.h.
References MuRingForwardLayer::subDetector(), and theBackLayer.
|
private |
Definition at line 68 of file MuRingForwardDoubleLayer.h.
Referenced by backLayer(), compatible(), computeSurface(), groupedCompatibleDets(), isCrack(), selfTest(), and subDetector().
|
private |
Definition at line 71 of file MuRingForwardDoubleLayer.h.
Referenced by basicComponents(), and MuRingForwardDoubleLayer().
|
private |
Definition at line 70 of file MuRingForwardDoubleLayer.h.
Referenced by components(), and MuRingForwardDoubleLayer().
|
private |
Definition at line 67 of file MuRingForwardDoubleLayer.h.
Referenced by compatible(), computeSurface(), frontLayer(), groupedCompatibleDets(), and selfTest().
|
private |
Definition at line 69 of file MuRingForwardDoubleLayer.h.
Referenced by MuRingForwardDoubleLayer(), and rings().