#include <MuRodBarrelLayer.h>
Public Member Functions | |
virtual const std::vector < const GeomDet * > & | basicComponents () const |
virtual std::vector< DetWithState > | compatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const |
virtual const std::vector < const GeometricSearchDet * > & | components () const |
virtual std::vector< DetGroup > | groupedCompatibleDets (const TrajectoryStateOnSurface &startingState, const Propagator &prop, const MeasurementEstimator &est) const |
MuRodBarrelLayer (std::vector< const DetRod * > &rods) | |
Constructor, takes ownership of pointers. More... | |
virtual const std::vector < const DetRod * > & | rods () const |
Return the vector of rods. More... | |
virtual SubDetector | subDetector () const |
virtual | ~MuRodBarrelLayer () |
Private Member Functions | |
float | xError (const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est) const |
Private Attributes | |
bool | isOverlapping |
std::vector< const GeomDet * > | theBasicComps |
BaseBinFinder< double > * | theBinFinder |
std::vector< const GeometricSearchDet * > | theComponents |
std::vector< const DetRod * > | theRods |
A cylinder composed of rods. Represents barrel muon DT/RPC stations.
Definition at line 17 of file MuRodBarrelLayer.h.
MuRodBarrelLayer::MuRodBarrelLayer | ( | std::vector< const DetRod * > & | rods | ) |
Constructor, takes ownership of pointers.
Definition at line 26 of file MuRodBarrelLayer.cc.
References basicComponents(), filterCSVwithJSON::copy, BarrelDetLayer::initialize(), isOverlapping, PhiBorderFinder::isPhiOverlapping(), PhiBorderFinder::isPhiPeriodic(), LogTrace, metname, precomputed_value_sort(), AlCaHLTBitMon_QueryRunRegistry::string, theBasicComps, theBinFinder, theComponents, and theRods.
|
virtual |
Definition at line 70 of file MuRodBarrelLayer.cc.
References i, theBinFinder, and theRods.
|
inlinevirtual |
Definition at line 27 of file MuRodBarrelLayer.h.
References theBasicComps.
Referenced by MuRodBarrelLayer().
|
virtual |
Definition at line 78 of file MuRodBarrelLayer.cc.
References BaseBinFinder< T >::binIndex(), Surface::bounds(), GeometricSearchDet::compatibleDets(), edm::false, TrajectoryStateOnSurface::globalPosition(), isOverlapping, TrajectoryStateOnSurface::localPosition(), LogTrace, metname, GetRecoTauVFromDQM_MC_cff::next, PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), GloballyPositioned< T >::position(), query::result, AlCaHLTBitMon_QueryRunRegistry::string, DetRod::surface(), theBinFinder, theRods, Bounds::width(), PV3DBase< T, PVType, FrameType >::x(), and xError().
|
virtual |
Definition at line 201 of file MuRodBarrelLayer.cc.
References theComponents.
|
virtual |
|
inlinevirtual |
|
virtual |
Definition at line 196 of file MuRodBarrelLayer.cc.
References theBasicComps.
|
private |
Definition at line 205 of file MuRodBarrelLayer.cc.
References TrajectoryStateOnSurface::hasError(), TrajectoryStateOnSurface::localError(), LocalTrajectoryError::positionError(), mathSSE::sqrt(), and LocalError::xx().
Referenced by compatibleDets().
|
private |
Definition at line 60 of file MuRodBarrelLayer.h.
Referenced by compatibleDets(), and MuRodBarrelLayer().
|
private |
Definition at line 58 of file MuRodBarrelLayer.h.
Referenced by basicComponents(), MuRodBarrelLayer(), and subDetector().
|
private |
Definition at line 59 of file MuRodBarrelLayer.h.
Referenced by compatibleDets(), MuRodBarrelLayer(), and ~MuRodBarrelLayer().
|
private |
Definition at line 57 of file MuRodBarrelLayer.h.
Referenced by components(), and MuRodBarrelLayer().
|
private |
Definition at line 56 of file MuRodBarrelLayer.h.
Referenced by compatibleDets(), MuRodBarrelLayer(), rods(), and ~MuRodBarrelLayer().