#include <MuonDetIdAssociator.h>
Public Member Functions | |
const GeomDet * | getGeomDet (const DetId &id) const override |
MuonDetIdAssociator () | |
MuonDetIdAssociator (const int nPhi, const int nEta, const double etaBinSize) | |
MuonDetIdAssociator (int nPhi, int nEta, double etaBinSize, const GlobalTrackingGeometry *geom, const CSCBadChambers *badChambers, bool includeBadChambers, bool includeGEM, bool includeME0) | |
const char * | name () const override |
virtual void | setCSCBadChambers (const CSCBadChambers *ptr) |
virtual void | setGeometry (const GlobalTrackingGeometry *ptr) |
Public Member Functions inherited from DetIdAssociator | |
virtual void | buildMap () |
make the look-up map More... | |
DetIdAssociator (const int nPhi, const int nEta, const double etaBinSize) | |
double | etaBinSize () const |
look-up map bin size in eta dimension More... | |
virtual std::vector< DetId > | getCrossedDetIds (const std::set< DetId > &, const std::vector< GlobalPoint > &trajectory) const |
virtual std::vector< DetId > | getCrossedDetIds (const std::set< DetId > &, const std::vector< SteppingHelixStateInfo > &trajectory, const double toleranceInSigmas=-1) const |
virtual std::set< DetId > | getDetIdsCloseToAPoint (const GlobalPoint &, const int iN=0) const |
virtual std::set< DetId > | getDetIdsCloseToAPoint (const GlobalPoint &direction, const unsigned int iNEtaPlus, const unsigned int iNEtaMinus, const unsigned int iNPhiPlus, const unsigned int iNPhiMinus) const |
virtual std::set< DetId > | getDetIdsCloseToAPoint (const GlobalPoint &direction, const MapRange &mapRange) const |
virtual std::set< DetId > | getDetIdsCloseToAPoint (const GlobalPoint &point, const double d=0) const |
virtual std::set< DetId > | getDetIdsCloseToAPoint (const GlobalPoint &point, const double dThetaPlus, const double dThetaMinus, const double dPhiPlus, const double dPhiMinus) const |
virtual std::set< DetId > | getDetIdsInACone (const std::set< DetId > &, const std::vector< GlobalPoint > &trajectory, const double dR) const |
virtual int | iEta (const GlobalPoint &) const |
look-up map eta index More... | |
virtual int | iPhi (const GlobalPoint &) const |
look-up map phi index More... | |
int | nEtaBins () const |
number of bins of the look-up map in eta dimension More... | |
int | nPhiBins () const |
number of bins of the look-up map in phi dimension More... | |
virtual bool | selectAllInACone (const double dR) const |
helper to see if getDetIdsInACone is useful More... | |
const FiducialVolume & | volume () const |
get active detector volume More... | |
virtual | ~DetIdAssociator () |
Protected Member Functions | |
void | check_setup () const override |
std::pair< const_iterator, const_iterator > | getDetIdPoints (const DetId &id, std::vector< GlobalPoint > &points) const override |
GlobalPoint | getPosition (const DetId &id) const override |
void | getValidDetIds (unsigned int, std::vector< DetId > &) const override |
bool | insideElement (const GlobalPoint &point, const DetId &id) const override |
Protected Member Functions inherited from DetIdAssociator | |
virtual bool | crossedElement (const GlobalPoint &, const GlobalPoint &, const DetId &, const double toleranceInSigmas=-1, const SteppingHelixStateInfo *=nullptr) const |
virtual void | dumpMapContent (int, int) const |
virtual void | dumpMapContent (int, int, int, int) const |
void | fillSet (std::set< DetId > &set, unsigned int iEta, unsigned int iPhi) const |
virtual const unsigned int | getNumberOfSubdetectors () const |
unsigned int | index (unsigned int iEta, unsigned int iPhi) const |
virtual bool | nearElement (const GlobalPoint &point, const DetId &id, const double distance) const |
Protected Attributes | |
const CSCBadChambers * | cscbadchambers_ |
const GlobalTrackingGeometry * | geometry_ |
bool | includeBadChambers_ |
bool | includeGEM_ |
bool | includeME0_ |
Protected Attributes inherited from DetIdAssociator | |
std::vector< DetId > | container_ |
const double | etaBinSize_ |
std::vector< std::pair< unsigned int, unsigned int > > | lookupMap_ |
double | maxEta_ |
double | minTheta_ |
const int | nEta_ |
const int | nPhi_ |
bool | theMapIsValid_ |
FiducialVolume | volume_ |
Additional Inherited Members | |
Public Types inherited from DetIdAssociator | |
typedef std::vector< GlobalPoint >::const_iterator | const_iterator |
enum | PropagationTarget { Barrel, ForwardEndcap, BackwardEndcap } |
Definition at line 29 of file MuonDetIdAssociator.h.
|
inline |
Definition at line 31 of file MuonDetIdAssociator.h.
|
inline |
Definition at line 33 of file MuonDetIdAssociator.h.
|
inline |
Definition at line 39 of file MuonDetIdAssociator.h.
|
overrideprotectedvirtual |
Reimplemented from DetIdAssociator.
Definition at line 31 of file MuonDetIdAssociator.cc.
References DetIdAssociator::check_setup(), cscbadchambers_, Exception, and geometry_.
|
overrideprotectedvirtual |
Implements DetIdAssociator.
Definition at line 126 of file MuonDetIdAssociator.cc.
References Surface::bounds(), geometry_, getGeomDet(), GlobalTrackingGeometry::idToDet(), hiPixelPairStep_cff::points, GeomDet::surface(), and GeomDet::toGlobal().
Implements DetIdAssociator.
Definition at line 39 of file MuonDetIdAssociator.cc.
References Exception, geometry_, and GlobalTrackingGeometry::idToDet().
Referenced by getDetIdPoints(), and getPosition().
|
overrideprotectedvirtual |
Implements DetIdAssociator.
Definition at line 48 of file MuonDetIdAssociator.cc.
References getGeomDet(), point, and position.
|
overrideprotectedvirtual |
Implements DetIdAssociator.
Definition at line 53 of file MuonDetIdAssociator.cc.
References cscbadchambers_, TrackingGeometry::dets(), dt, Exception, mixOne_premix_on_sim_cfi::gem, geometry_, includeBadChambers_, includeGEM_, includeME0_, CSCBadChambers::isInBadChamber(), mixOne_premix_on_sim_cfi::me0, alignCSCRings::r, omtf::DataWord64::rpc, and GlobalTrackingGeometry::slaveGeometry().
|
overrideprotectedvirtual |
Implements DetIdAssociator.
Definition at line 119 of file MuonDetIdAssociator.cc.
References Surface::bounds(), Exception, geometry_, GlobalTrackingGeometry::idToDet(), Bounds::inside(), point, GeomDet::surface(), and GeomDet::toLocal().
|
inlineoverridevirtual |
Implements DetIdAssociator.
Definition at line 60 of file MuonDetIdAssociator.h.
Referenced by config.CFG::__str__(), and validation.Sample::digest().
|
inlinevirtual |
Definition at line 56 of file MuonDetIdAssociator.h.
References cscbadchambers_.
|
inlinevirtual |
Definition at line 54 of file MuonDetIdAssociator.h.
References geometry_.
|
protected |
Definition at line 76 of file MuonDetIdAssociator.h.
Referenced by check_setup(), getValidDetIds(), and setCSCBadChambers().
|
protected |
Definition at line 74 of file MuonDetIdAssociator.h.
Referenced by check_setup(), getDetIdPoints(), getGeomDet(), getValidDetIds(), insideElement(), and setGeometry().
|
protected |
Definition at line 77 of file MuonDetIdAssociator.h.
Referenced by getValidDetIds().
|
protected |
Definition at line 78 of file MuonDetIdAssociator.h.
Referenced by getValidDetIds().
|
protected |
Definition at line 79 of file MuonDetIdAssociator.h.
Referenced by getValidDetIds().