#include <GEMTrackMatch.h>
Public Member Functions | |
void | analyze (const edm::Event &e, const edm::EventSetup &) override=0 |
void | buildLUT (const int maxChamberId) |
void | FillWithTrigger (MonitorElement *me[3], Float_t eta) |
void | FillWithTrigger (MonitorElement *me[3][3], Float_t eta, Float_t phi, bool odd[3], bool even[3]) |
void | FillWithTrigger (MonitorElement *me[4][3], bool array[3][2], Float_t value) |
void | FillWithTrigger (MonitorElement *me[4][3][3], bool array[3][2], Float_t eta, Float_t phi, bool odd[3], bool even[3]) |
GEMTrackMatch (const edm::ParameterSet &cfg) | |
std::pair< int, int > | getClosestChambers (const int maxChamberId, int region, float phi) |
std::pair< double, double > | getEtaRange (int station, int chamber) |
std::pair< double, double > | getEtaRangeForPhi (int station) |
bool | isSimTrackGood (const SimTrack &) |
void | setGeometry (const GEMGeometry &geom) |
~GEMTrackMatch () override | |
Public Member Functions inherited from one::DQMEDAnalyzer< T > | |
DQMEDAnalyzer ()=default | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > const &)=delete | |
DQMEDAnalyzer (DQMEDAnalyzer< T... > &&)=delete | |
~DQMEDAnalyzer () override=default | |
Protected Attributes | |
edm::ParameterSet | cfg_ |
float | chamberHeight_ |
bool | detailPlot_ |
std::vector< double > | etaRangeForPhi |
const GEMGeometry * | gem_geom_ |
float | maxEta_ |
float | minEta_ |
float | minPt_ |
std::pair< std::vector< float >, std::vector< int > > | negativeLUT_ |
unsigned int | nstation |
std::pair< std::vector< float >, std::vector< int > > | positiveLUT_ |
float | radiusCenter_ |
edm::EDGetToken | simHitsToken_ |
edm::EDGetToken | simTracksToken_ |
edm::EDGetToken | simVerticesToken_ |
int | useRoll_ |
Definition at line 42 of file GEMTrackMatch.h.
|
explicit |
Definition at line 6 of file GEMTrackMatch.cc.
References edm::ParameterSet::getUntrackedParameter(), maxEta_, minEta_, and minPt_.
|
override |
Definition at line 14 of file GEMTrackMatch.cc.
|
overridepure virtual |
Implemented in GEMRecHitTrackMatch, GEMDigiTrackMatch, and GEMSimTrackMatch.
void GEMTrackMatch::buildLUT | ( | const int | maxChamberId | ) |
Definition at line 140 of file GEMTrackMatch.cc.
References GEMGeometry::chambers(), gem_geom_, negativeLUT_, and positiveLUT_.
Referenced by setGeometry().
void GEMTrackMatch::FillWithTrigger | ( | MonitorElement * | me[3], |
Float_t | eta | ||
) |
Definition at line 17 of file GEMTrackMatch.cc.
References MonitorElement::Fill(), mps_fire::i, and nstation.
Referenced by GEMSimTrackMatch::analyze(), GEMDigiTrackMatch::analyze(), and GEMRecHitTrackMatch::analyze().
void GEMTrackMatch::FillWithTrigger | ( | MonitorElement * | me[3][3], |
Float_t | eta, | ||
Float_t | phi, | ||
bool | odd[3], | ||
bool | even[3] | ||
) |
Definition at line 25 of file GEMTrackMatch.cc.
References MonitorElement::Fill(), plotBeamSpotDB::first, getEtaRange(), mps_fire::i, nstation, edm::second(), and relativeConstraints::station.
void GEMTrackMatch::FillWithTrigger | ( | MonitorElement * | me[4][3], |
bool | array[3][2], | ||
Float_t | value | ||
) |
Definition at line 41 of file GEMTrackMatch.cc.
References MonitorElement::Fill(), mps_fire::i, and nstation.
void GEMTrackMatch::FillWithTrigger | ( | MonitorElement * | me[4][3][3], |
bool | array[3][2], | ||
Float_t | eta, | ||
Float_t | phi, | ||
bool | odd[3], | ||
bool | even[3] | ||
) |
Definition at line 52 of file GEMTrackMatch.cc.
References MonitorElement::Fill(), plotBeamSpotDB::first, getEtaRange(), mps_fire::i, nstation, edm::second(), and relativeConstraints::station.
std::pair< int, int > GEMTrackMatch::getClosestChambers | ( | const int | maxChamberId, |
int | region, | ||
float | phi | ||
) |
Definition at line 202 of file GEMTrackMatch.cc.
References negativeLUT_, phi, positiveLUT_, pileupCalc::upper, and pfDeepBoostedJetPreprocessParams_cfi::upper_bound.
std::pair< double, double > GEMTrackMatch::getEtaRange | ( | int | station, |
int | chamber | ||
) |
Definition at line 96 of file GEMTrackMatch.cc.
References GEMGeometry::chambers(), gather_cfg::cout, and gem_geom_.
Referenced by FillWithTrigger().
std::pair< double, double > GEMTrackMatch::getEtaRangeForPhi | ( | int | station | ) |
bool GEMTrackMatch::isSimTrackGood | ( | const SimTrack & | t | ) |
Definition at line 126 of file GEMTrackMatch.cc.
References funct::abs(), PVValHelper::eta, maxEta_, minEta_, minPt_, CoreSimTrack::momentum(), SimTrack::noGenpart(), SimTrack::noVertex(), and CoreSimTrack::type().
Referenced by GEMSimTrackMatch::analyze(), GEMDigiTrackMatch::analyze(), and GEMRecHitTrackMatch::analyze().
void GEMTrackMatch::setGeometry | ( | const GEMGeometry & | geom | ) |
Definition at line 177 of file GEMTrackMatch.cc.
References buildLUT(), chamberHeight_, GEMGeometry::chambers(), gem_geom_, relativeConstraints::geom, GEMGeometry::idToDetUnit(), PV3DBase< T, PVType, FrameType >::perp(), radiusCenter_, GEMGeometry::regions(), GEMEtaPartitionSpecs::specificTopology(), GEMEtaPartition::specs(), StripTopology::stripLength(), and useRoll_.
Referenced by GEMSimTrackMatch::bookHistograms(), GEMDigiTrackMatch::bookHistograms(), and GEMRecHitTrackMatch::bookHistograms().
|
protected |
Definition at line 63 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::analyze(), GEMDigiTrackMatch::analyze(), GEMRecHitTrackMatch::analyze(), GEMDigiTrackMatch::GEMDigiTrackMatch(), GEMRecHitTrackMatch::GEMRecHitTrackMatch(), and GEMSimTrackMatch::GEMSimTrackMatch().
|
protected |
Definition at line 77 of file GEMTrackMatch.h.
Referenced by setGeometry().
|
protected |
Definition at line 81 of file GEMTrackMatch.h.
Referenced by GEMDigiTrackMatch::analyze(), GEMDigiTrackMatch::bookHistograms(), GEMDigiTrackMatch::GEMDigiTrackMatch(), and GEMRecHitTrackMatch::GEMRecHitTrackMatch().
|
protected |
Definition at line 71 of file GEMTrackMatch.h.
Referenced by getEtaRangeForPhi().
|
protected |
Definition at line 79 of file GEMTrackMatch.h.
Referenced by buildLUT(), getEtaRange(), and setGeometry().
|
protected |
Definition at line 76 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::bookHistograms(), GEMDigiTrackMatch::bookHistograms(), GEMRecHitTrackMatch::bookHistograms(), GEMTrackMatch(), and isSimTrackGood().
|
protected |
Definition at line 75 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::bookHistograms(), GEMDigiTrackMatch::bookHistograms(), GEMRecHitTrackMatch::bookHistograms(), GEMTrackMatch(), and isSimTrackGood().
|
protected |
Definition at line 74 of file GEMTrackMatch.h.
Referenced by GEMTrackMatch(), and isSimTrackGood().
|
protected |
Definition at line 69 of file GEMTrackMatch.h.
Referenced by buildLUT(), and getClosestChambers().
|
protected |
Definition at line 80 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::bookHistograms(), GEMDigiTrackMatch::bookHistograms(), GEMRecHitTrackMatch::bookHistograms(), and FillWithTrigger().
|
protected |
Definition at line 68 of file GEMTrackMatch.h.
Referenced by buildLUT(), and getClosestChambers().
|
protected |
Definition at line 77 of file GEMTrackMatch.h.
Referenced by setGeometry().
|
protected |
Definition at line 64 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::analyze(), GEMDigiTrackMatch::analyze(), GEMRecHitTrackMatch::analyze(), GEMDigiTrackMatch::GEMDigiTrackMatch(), GEMRecHitTrackMatch::GEMRecHitTrackMatch(), and GEMSimTrackMatch::GEMSimTrackMatch().
|
protected |
Definition at line 65 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::analyze(), GEMDigiTrackMatch::analyze(), GEMRecHitTrackMatch::analyze(), GEMDigiTrackMatch::GEMDigiTrackMatch(), GEMRecHitTrackMatch::GEMRecHitTrackMatch(), and GEMSimTrackMatch::GEMSimTrackMatch().
|
protected |
Definition at line 66 of file GEMTrackMatch.h.
Referenced by GEMSimTrackMatch::analyze(), GEMDigiTrackMatch::analyze(), GEMRecHitTrackMatch::analyze(), GEMDigiTrackMatch::GEMDigiTrackMatch(), GEMRecHitTrackMatch::GEMRecHitTrackMatch(), and GEMSimTrackMatch::GEMSimTrackMatch().
|
protected |
Definition at line 78 of file GEMTrackMatch.h.
Referenced by setGeometry().