#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 24 of file MuRingForwardLayer.cc.
References basicComponents(), isOverlapping, RBorderFinder::isROverlapping(), RBorderFinder::isRPeriodic(), LogTrace, SiStripPI::max, metname, min(), makeMuonMisalignmentScenario::rot, AlCaHLTBitMon_QueryRunRegistry::string, theBasicComps, theBinFinder, and theRings.
|
override |
Definition at line 82 of file MuRingForwardLayer.cc.
References mps_fire::i, theBinFinder, and theRings.
|
inlineoverride |
Definition at line 30 of file MuRingForwardLayer.h.
References compatibleDets(), components(), groupedCompatibleDets(), subDetector(), and theBasicComps.
Referenced by MuRingForwardLayer(), and MuRingForwardDoubleLayer::selfTest().
|
override |
Definition at line 90 of file MuRingForwardLayer.cc.
References BaseBinFinder< T >::binIndex(), 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 basicComponents(), and MuRingForwardDoubleLayer::groupedCompatibleDets().
|
override |
Definition at line 222 of file MuRingForwardLayer.cc.
References theComponents.
Referenced by basicComponents().
|
override |
Definition at line 207 of file MuRingForwardLayer.cc.
References gather_cfg::cout.
Referenced by basicComponents().
|
inlinevirtual |
Return the vector of rings.
Definition at line 53 of file MuRingForwardLayer.h.
References theRings.
Referenced by MuRingForwardDoubleLayer::isCrack().
|
override |
Definition at line 217 of file MuRingForwardLayer.cc.
References theBasicComps.
Referenced by basicComponents(), and MuRingForwardDoubleLayer::subDetector().
|
private |
Definition at line 61 of file MuRingForwardLayer.h.
Referenced by MuRingForwardLayer().
|
private |
Definition at line 59 of file MuRingForwardLayer.h.
Referenced by basicComponents(), MuRingForwardLayer(), and subDetector().
|
private |
Definition at line 60 of file MuRingForwardLayer.h.
Referenced by compatibleDets(), MuRingForwardLayer(), and ~MuRingForwardLayer().
|
private |
Definition at line 58 of file MuRingForwardLayer.h.
Referenced by components().
|
private |
Definition at line 57 of file MuRingForwardLayer.h.
Referenced by compatibleDets(), MuRingForwardLayer(), rings(), and ~MuRingForwardLayer().