#include <MuRingForwardLayer.h>
Public Member Functions | |
const std::vector< const GeomDet * > & | basicComponents () 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 |
std::vector< DetGroup > | groupedCompatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const override |
MuRingForwardLayer (const std::vector< const ForwardDetRing *> &rings) | |
Constructor, takes ownership of pointers. More... | |
virtual const std::vector< const ForwardDetRing * > & | rings () const |
Return the vector of rings. More... | |
SubDetector | subDetector () const override |
~MuRingForwardLayer () override | |
Private Attributes | |
bool | isOverlapping |
std::vector< const GeomDet * > | theBasicComps |
BaseBinFinder< double > * | theBinFinder |
std::vector< const GeometricSearchDet * > | theComponents |
std::vector< const ForwardDetRing * > | theRings |
A plane composed of disks (MuRingForwardDisk). Represents forward muon CSC/RPC stations.
Definition at line 18 of file MuRingForwardLayer.h.
MuRingForwardLayer::MuRingForwardLayer | ( | const std::vector< const ForwardDetRing *> & | rings | ) |
Constructor, takes ownership of pointers.
Definition at line 23 of file MuRingForwardLayer.cc.
References basicComponents(), isOverlapping, RBorderFinder::isROverlapping(), RBorderFinder::isRPeriodic(), LogTrace, SiStripPI::max, metname, SiStripPI::min, rings(), makeMuonMisalignmentScenario::rot, AlCaHLTBitMon_QueryRunRegistry::string, theBasicComps, theBinFinder, and theRings.
|
override |
Definition at line 70 of file MuRingForwardLayer.cc.
References mps_fire::i, theBinFinder, and theRings.
|
inlineoverride |
Definition at line 27 of file MuRingForwardLayer.h.
References theBasicComps.
Referenced by MuRingForwardLayer(), and MuRingForwardDoubleLayer::selfTest().
|
override |
Definition at line 77 of file MuRingForwardLayer.cc.
References BaseBinFinder< T >::binIndex(), pv::closest(), GeometricSearchDet::compatibleDets(), TrajectoryStateOnSurface::globalPosition(), TrajectoryStateOnSurface::hasError(), TrajectoryStateOnSurface::localError(), LogTrace, metname, PV3DBase< T, PVType, FrameType >::perp(), LocalTrajectoryError::positionError(), mps_fire::result, ForwardDetRing::specificSurface(), mathSSE::sqrt(), AlCaHLTBitMon_QueryRunRegistry::string, theBinFinder, theRings, toLocal(), LocalError::xx(), and LocalError::yy().
Referenced by MuRingForwardDoubleLayer::groupedCompatibleDets().
|
override |
Definition at line 186 of file MuRingForwardLayer.cc.
References theComponents.
|
override |
|
inlinevirtual |
Return the vector of rings.
Definition at line 45 of file MuRingForwardLayer.h.
References theRings.
Referenced by MuRingForwardDoubleLayer::isCrack(), and MuRingForwardLayer().
|
override |
Definition at line 184 of file MuRingForwardLayer.cc.
References theBasicComps.
Referenced by MuRingForwardDoubleLayer::subDetector().
|
private |
Definition at line 52 of file MuRingForwardLayer.h.
Referenced by MuRingForwardLayer().
|
private |
Definition at line 50 of file MuRingForwardLayer.h.
Referenced by basicComponents(), MuRingForwardLayer(), and subDetector().
|
private |
Definition at line 51 of file MuRingForwardLayer.h.
Referenced by compatibleDets(), MuRingForwardLayer(), and ~MuRingForwardLayer().
|
private |
Definition at line 49 of file MuRingForwardLayer.h.
Referenced by components().
|
private |
Definition at line 48 of file MuRingForwardLayer.h.
Referenced by compatibleDets(), MuRingForwardLayer(), rings(), and ~MuRingForwardLayer().