ATLAS Offline Software
|
MuCTPI input class to the L1Topo simulation. More...
#include <MuCTPIL1TopoCandidate.h>
Public Member Functions | |
MuCTPIL1TopoCandidate () | |
~MuCTPIL1TopoCandidate ()=default | |
void | setCandidateData (const std::string §orName, unsigned int roiID, unsigned int bcid, unsigned int ptThresholdID, unsigned int ptL1TopoCode, unsigned int ptValue, float eta, float phi, unsigned int etacode, unsigned int phicode, float etamin, float etamax, float phimin, float phimax, unsigned int mioctID, int ieta, int iphi) |
void | setTGCFlags (bool bw2or3, bool innerCoin, bool goodMF, int charge) |
void | setRPCFlags (bool is2cand, bool phiOvl) |
void | setRoiWord (unsigned int roi) |
void | setptL1TopoCodeToOvFl () |
bool | moreThan2CandidatesOverflow () const |
whether there was an overflow More... | |
const std::string & | getSectorName () const |
unsigned int | getRoiID () const |
unsigned int | getbcid () const |
unsigned int | getptThresholdID () const |
unsigned int | getptL1TopoCode () const |
unsigned int | getptValue () const |
float | geteta () const |
float | getphi () const |
unsigned int | getetacode () const |
unsigned int | getphicode () const |
float | getetamin () const |
float | getetamax () const |
float | getphimin () const |
float | getphimax () const |
unsigned int | getRoiWord () const |
unsigned int | getMioctID () const |
int | getieta () const |
int | getiphi () const |
int | getphiOvl () const |
int | getis2cand () const |
int | getcharge () const |
bool | getbw2or3 () const |
bool | getinnerCoin () const |
bool | getgoodMF () const |
void | print () const |
Private Attributes | |
std::string | m_sectorName |
unsigned int | m_roiID |
unsigned int | m_bcid |
unsigned int | m_ptThresholdID |
unsigned int | m_ptL1TopoCode |
unsigned int | m_ptValue |
float | m_eta |
float | m_phi |
unsigned int | m_etacode |
unsigned int | m_phicode |
float | m_etamin |
float | m_etamax |
float | m_phimin |
float | m_phimax |
unsigned int | m_roiWord |
unsigned int | m_mioctID |
int | m_ieta |
int | m_iphi |
bool | m_phiOvl |
bool | m_is2cand |
int | m_charge |
bool | m_bw2or3 |
bool | m_innerCoin |
bool | m_goodMF |
MuCTPI input class to the L1Topo simulation.
This class is used to hold one LVL1 muon candidate as sent from the MuCTPI simulation to the L1Topo simulation. The setter functions perform the conversion of number encodeing to eta/phi etc
$author Thorsten Wengler
Definition at line 23 of file MuCTPIL1TopoCandidate.h.
LVL1::MuCTPIL1TopoCandidate::MuCTPIL1TopoCandidate | ( | ) |
|
default |
|
inline |
Definition at line 70 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 89 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 88 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 74 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 76 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 79 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 78 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 91 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 84 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 90 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 85 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 87 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 83 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 75 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 77 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 81 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 80 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 86 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 72 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 71 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 73 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 69 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 82 of file MuCTPIL1TopoCandidate.h.
|
inline |
Definition at line 68 of file MuCTPIL1TopoCandidate.h.
|
inline |
whether there was an overflow
In the current encoding, the pt bits set to '11' are used to indicate >2 candidates in the Mioct https://twiki.cern.ch/twiki/bin/view/Atlas/LevelOneCentralTriggerUpgradePhase0Mioct#Close_to_final_format
Definition at line 65 of file MuCTPIL1TopoCandidate.h.
void LVL1::MuCTPIL1TopoCandidate::print | ( | ) | const |
Definition at line 73 of file MuCTPIL1TopoCandidate.cxx.
void LVL1::MuCTPIL1TopoCandidate::setCandidateData | ( | const std::string & | sectorName, |
unsigned int | roiID, | ||
unsigned int | bcid, | ||
unsigned int | ptThresholdID, | ||
unsigned int | ptL1TopoCode, | ||
unsigned int | ptValue, | ||
float | eta, | ||
float | phi, | ||
unsigned int | etacode, | ||
unsigned int | phicode, | ||
float | etamin, | ||
float | etamax, | ||
float | phimin, | ||
float | phimax, | ||
unsigned int | mioctID, | ||
int | ieta, | ||
int | iphi | ||
) |
Definition at line 17 of file MuCTPIL1TopoCandidate.cxx.
|
inline |
Definition at line 58 of file MuCTPIL1TopoCandidate.h.
void LVL1::MuCTPIL1TopoCandidate::setRoiWord | ( | unsigned int | roi | ) |
Definition at line 68 of file MuCTPIL1TopoCandidate.cxx.
void LVL1::MuCTPIL1TopoCandidate::setRPCFlags | ( | bool | is2cand, |
bool | phiOvl | ||
) |
Definition at line 61 of file MuCTPIL1TopoCandidate.cxx.
void LVL1::MuCTPIL1TopoCandidate::setTGCFlags | ( | bool | bw2or3, |
bool | innerCoin, | ||
bool | goodMF, | ||
int | charge | ||
) |
Definition at line 53 of file MuCTPIL1TopoCandidate.cxx.
|
private |
Definition at line 101 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 120 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 119 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 105 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 107 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 110 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 109 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 122 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 115 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 121 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 116 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 118 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 114 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 106 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 108 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 112 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 111 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 117 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 103 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 102 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 104 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 100 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 113 of file MuCTPIL1TopoCandidate.h.
|
private |
Definition at line 98 of file MuCTPIL1TopoCandidate.h.