#include <DirectMTDNavigation.h>
Public Member Functions | |
DirectMTDNavigation * | clone () const |
std::vector< const DetLayer * > | compatibleEndcapLayers (const FreeTrajectoryState &fts, PropagationDirection timeDirection) const |
std::vector< const DetLayer * > | compatibleLayers (const FreeTrajectoryState &fts, PropagationDirection timeDirection) const |
DirectMTDNavigation (const edm::ESHandle< MTDDetLayerGeometry > &) | |
DirectMTDNavigation (const edm::ESHandle< MTDDetLayerGeometry > &, const edm::ParameterSet &) | |
~DirectMTDNavigation () | |
Private Member Functions | |
bool | checkCompatible (const FreeTrajectoryState &fts, const BarrelDetLayer *) const |
bool | checkCompatible (const FreeTrajectoryState &fts, const ForwardDetLayer *) const |
void | inOutBackward (const FreeTrajectoryState &, std::vector< const DetLayer * > &) const |
void | inOutBarrel (const FreeTrajectoryState &, std::vector< const DetLayer * > &) const |
void | inOutForward (const FreeTrajectoryState &, std::vector< const DetLayer * > &) const |
void | outInBackward (const FreeTrajectoryState &, std::vector< const DetLayer * > &) const |
void | outInBarrel (const FreeTrajectoryState &, std::vector< const DetLayer * > &) const |
void | outInForward (const FreeTrajectoryState &, std::vector< const DetLayer * > &) const |
bool | outward (const FreeTrajectoryState &fts) const |
Private Attributes | |
float | epsilon_ |
bool | theBarrelFlag |
bool | theEndcapFlag |
edm::ESHandle< MTDDetLayerGeometry > | theMTDDetLayerGeometry |
Definition at line 20 of file DirectMTDNavigation.h.
DirectMTDNavigation::DirectMTDNavigation | ( | const edm::ESHandle< MTDDetLayerGeometry > & | mtdLayout | ) |
DirectMTDNavigation::DirectMTDNavigation | ( | const edm::ESHandle< MTDDetLayerGeometry > & | mtdLayout, |
const edm::ParameterSet & | par | ||
) |
Definition at line 22 of file DirectMTDNavigation.cc.
|
inline |
Definition at line 30 of file DirectMTDNavigation.h.
|
private |
Definition at line 208 of file DirectMTDNavigation.cc.
References epsilon_, FreeTrajectoryState::momentum(), outward(), PV3DBase< T, PVType, FrameType >::perp(), FreeTrajectoryState::position(), CosmicsPD_Skims::radius, submit::rm, slope, BarrelDetLayer::specificSurface(), PV3DBase< T, PVType, FrameType >::z(), and HLTMuonOfflineAnalyzer_cfi::z0.
Referenced by inOutBackward(), inOutBarrel(), inOutForward(), outInBackward(), outInBarrel(), and outInForward().
|
private |
Definition at line 224 of file DirectMTDNavigation.cc.
References epsilon_, FreeTrajectoryState::momentum(), outward(), PV3DBase< T, PVType, FrameType >::perp(), FreeTrajectoryState::position(), diffTwoXMLs::r1, submit::rm, slope, ForwardDetLayer::specificSurface(), z, PV3DBase< T, PVType, FrameType >::z(), and HLTMuonOfflineAnalyzer_cfi::z0.
|
inline |
vector< const DetLayer * > DirectMTDNavigation::compatibleEndcapLayers | ( | const FreeTrajectoryState & | fts, |
PropagationDirection | timeDirection | ||
) | const |
Definition at line 93 of file DirectMTDNavigation.cc.
References alongMomentum, DeadROC_duringRun::dir, inOutForward(), FreeTrajectoryState::momentum(), oppositeToMomentum, outInBackward(), convertSQLitetoXML_cfg::output, groupFilesInBlocks::reverse, and PV3DBase< T, PVType, FrameType >::z().
vector< const DetLayer * > DirectMTDNavigation::compatibleLayers | ( | const FreeTrajectoryState & | fts, |
PropagationDirection | timeDirection | ||
) | const |
Definition at line 30 of file DirectMTDNavigation.cc.
References DeadROC_duringRun::dir, inOutBackward(), inOutBarrel(), inOutForward(), FreeTrajectoryState::momentum(), oppositeToMomentum, outInBackward(), outInBarrel(), outInForward(), convertSQLitetoXML_cfg::output, outward(), FreeTrajectoryState::position(), groupFilesInBlocks::reverse, theBarrelFlag, theEndcapFlag, PV3DBase< T, PVType, FrameType >::z(), and HLTMuonOfflineAnalyzer_cfi::z0.
|
private |
Definition at line 176 of file DirectMTDNavigation.cc.
References MTDDetLayerGeometry::allBackwardLayers(), checkCompatible(), generateEDF::cont, convertSQLitetoXML_cfg::output, and theMTDDetLayerGeometry.
Referenced by compatibleLayers().
|
private |
Definition at line 110 of file DirectMTDNavigation.cc.
References MTDDetLayerGeometry::allBarrelLayers(), Reference_intrackfit_cff::barrel, checkCompatible(), generateEDF::cont, convertSQLitetoXML_cfg::output, and theMTDDetLayerGeometry.
Referenced by compatibleLayers().
|
private |
Definition at line 144 of file DirectMTDNavigation.cc.
References MTDDetLayerGeometry::allForwardLayers(), checkCompatible(), generateEDF::cont, convertSQLitetoXML_cfg::output, and theMTDDetLayerGeometry.
Referenced by compatibleEndcapLayers(), and compatibleLayers().
|
private |
Definition at line 190 of file DirectMTDNavigation.cc.
References MTDDetLayerGeometry::allBackwardLayers(), checkCompatible(), generateEDF::cont, convertSQLitetoXML_cfg::output, and theMTDDetLayerGeometry.
Referenced by compatibleEndcapLayers(), and compatibleLayers().
|
private |
Definition at line 124 of file DirectMTDNavigation.cc.
References MTDDetLayerGeometry::allBarrelLayers(), Reference_intrackfit_cff::barrel, checkCompatible(), generateEDF::cont, convertSQLitetoXML_cfg::output, and theMTDDetLayerGeometry.
Referenced by compatibleLayers().
|
private |
Definition at line 157 of file DirectMTDNavigation.cc.
References MTDDetLayerGeometry::allForwardLayers(), checkCompatible(), generateEDF::cont, convertSQLitetoXML_cfg::output, and theMTDDetLayerGeometry.
Referenced by compatibleLayers().
|
private |
Definition at line 244 of file DirectMTDNavigation.cc.
References FreeTrajectoryState::momentum(), FreeTrajectoryState::position(), PV3DBase< T, PVType, FrameType >::x(), and PV3DBase< T, PVType, FrameType >::y().
Referenced by checkCompatible(), and compatibleLayers().
|
private |
Definition at line 53 of file DirectMTDNavigation.h.
Referenced by checkCompatible().
|
private |
Definition at line 55 of file DirectMTDNavigation.h.
Referenced by compatibleLayers().
|
private |
Definition at line 54 of file DirectMTDNavigation.h.
Referenced by compatibleLayers().
|
private |
Definition at line 52 of file DirectMTDNavigation.h.
Referenced by inOutBackward(), inOutBarrel(), inOutForward(), outInBackward(), outInBarrel(), and outInForward().