#include <PtAssignmentEngineAux.h>
Public Member Functions | |
std::pair< int, int > | getGMTCharge (int mode, const std::vector< int > &phidiffs) const |
int | getGMTDxy (float dxy) const |
int | getGMTEta (int theta, int endcap) const |
int | getGMTPhi (int phi) const |
int | getGMTPhiV2 (int phi) const |
int | getGMTPt (float pt) const |
int | getGMTPtDxy (float pt) const |
int | getGMTQuality (int mode, int theta, bool promoteMode7, int version) const |
float | getPtFromGMTPt (int gmt_pt) const |
float | getPtFromGMTPtDxy (int gmt_pt_dxy) const |
Definition at line 13 of file PtAssignmentEngineAux.h.
std::pair< int, int > PtAssignmentEngineAux::getGMTCharge | ( | int | mode, |
const std::vector< int > & | phidiffs | ||
) | const |
Definition at line 192 of file PtAssignmentEngineAux.cc.
References ALCARECOTkAlJpsiMuMu_cff::charge, and ALCARECOPromptCalibProdSiPixelAli0T_cff::mode.
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTDxy | ( | float | dxy | ) | const |
Definition at line 26 of file PtAssignmentEngineAux.cc.
References funct::abs(), and PVValHelper::dxy.
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTEta | ( | int | theta, |
int | endcap | ||
) | const |
Definition at line 70 of file PtAssignmentEngineAux.cc.
References makeMuonMisalignmentScenario::endcap, PVValHelper::eta, GMT_eta_from_theta, and theta().
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTPhi | ( | int | phi | ) | const |
Definition at line 50 of file PtAssignmentEngineAux.cc.
References phi.
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTPhiV2 | ( | int | phi | ) | const |
Definition at line 62 of file PtAssignmentEngineAux.cc.
References phi.
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTPt | ( | float | pt | ) | const |
Definition at line 12 of file PtAssignmentEngineAux.cc.
References DiDispStaMuonMonitor_cfi::pt.
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTPtDxy | ( | float | pt | ) | const |
Definition at line 19 of file PtAssignmentEngineAux.cc.
References DiDispStaMuonMonitor_cfi::pt.
Referenced by PtAssignment::process().
int PtAssignmentEngineAux::getGMTQuality | ( | int | mode, |
int | theta, | ||
bool | promoteMode7, | ||
int | version | ||
) | const |
Definition at line 84 of file PtAssignmentEngineAux.cc.
References ALCARECOPromptCalibProdSiPixelAli0T_cff::mode, quality, theta(), and BeamSplash_cfg::version.
Referenced by PtAssignment::process().
float PtAssignmentEngineAux::getPtFromGMTPt | ( | int | gmt_pt | ) | const |
Definition at line 40 of file PtAssignmentEngineAux.cc.
References DiDispStaMuonMonitor_cfi::pt.
Referenced by PtAssignmentEngine::calculate_pt_lut().
float PtAssignmentEngineAux::getPtFromGMTPtDxy | ( | int | gmt_pt_dxy | ) | const |
Definition at line 45 of file PtAssignmentEngineAux.cc.
References DiDispStaMuonMonitor_cfi::pt.
Referenced by PtAssignment::process().