![]() |
ATLAS Offline Software
|
L1CaloRdoFexTob subclass for eFEX EM/Tau TOBs or XTOBs. More...
#include <L1CaloRdoEfexTob.h>
Public Types | |
| enum | TobType { Invalid , EM , Tau , LargeJet , SmallJet , Energy , Muon } |
| enum | TobSource { EfexTob , EfexXtob , JfexTob , JfexXtob , GfexTob , GfexXtob , Ph1Topo } |
Public Member Functions | |
| L1CaloRdoEfexTob (int crate, int module, int eta, int phi, int numSlices, TobType tobType, TobSource source, int id=0, int fibre=0, int tobSeq=0) | |
| virtual void | infoSpecific () const override |
| int | getClusterEt (size_t slice) const |
| Return 12 bit (TOB) or 16 bit (XTOB) cluster Et (from the RDO value). | |
| int | getClusterEt () const |
| int | getIsol (size_t slice) const |
| Return three 2 bit isolation hits (packed into bits 18-23 of the RDO flag). | |
| int | getIsol () const |
| bool | sameDatum (const L1CaloRdoFexTob &rhs) const |
| bool | sameDatum (const L1CaloRdo &rhs) const |
| virtual std::string | getType () const override |
| TobType | getTobType () const |
| std::string | getTobTypeString () const |
| int | getTobID () const |
| bool | getIsEM () const |
| bool | getIsTau () const |
| bool | getIsJet () const |
| bool | getIsLargeJet () const |
| bool | getIsSmallJet () const |
| bool | getIsEnergy () const |
| bool | getIsMuon () const |
| TobSource | getTobSource () const |
| std::string | getTobSourceString () const |
| bool | getIsTob () const |
| bool | getIsXtob () const |
| bool | getIsEfex () const |
| bool | getIsJfex () const |
| bool | getIsGfex () const |
| bool | getIsTopo () const |
| int | getFibre () const |
| int | getTobSeq () const |
| int | getCrate () const |
| int | getModule () const |
| int | getEta () const |
| int | getPhi () const |
| int | getLayer () const |
| int | getValue (size_t slice) const |
| int | getValue () const |
| int | getFlag (size_t slice) const |
| int | getFlag () const |
| int | getL1aPos () const |
| L1CaloDetectorRegion | getRegion () const |
| const std::list< L1CaloRdoRodInfo >::const_iterator & | getRodInfo () const |
| int | getModuleStatus () const |
| bool | getModuleErrorGlinkParity () const |
| bool | getModuleErrorGlinkProtocol () const |
| bool | getModuleErrorBcnMismatch () const |
| bool | getModuleErrorFifoOverflow () const |
| bool | getModuleErrorSpecific () const |
| bool | getModuleErrorUnused () const |
| bool | getModuleErrorGlinkTimeout () const |
| bool | getModuleErrorGlinkDown () const |
| size_t | numSlices () const |
| void | setValue (int val, size_t slice) |
| void | setValue (int val) |
| void | setFlag (int flag, size_t slice) |
| void | setFlag (int flag) |
| void | setRodInfo (std::list< L1CaloRdoRodInfo >::const_iterator &rodInfo) |
| void | info () const |
Protected Member Functions | |
| void | setRegion (const L1CaloDetectorRegion ®ion) |
Private Attributes | |
| TobType | m_tobType |
| TobSource | m_source |
| int | m_id |
| int | m_fibre |
| int | m_tobSeq |
| int | m_crate |
| int | m_module |
| int | m_eta |
| int | m_phi |
| int | m_layer |
| std::vector< int > | m_vals |
| std::vector< int > | m_flags |
| int | m_l1aPos |
| L1CaloDetectorRegion | m_region |
| std::list< L1CaloRdoRodInfo >::const_iterator | m_rodInfo |
L1CaloRdoFexTob subclass for eFEX EM/Tau TOBs or XTOBs.
These may come from eFEX or Ph1Topo inputs. The available flags are different in these two cases. The RDO object has two 32 bit words: value and flag. The TOBs and XTOBs differ mainly in the number of bits used for the Et value (12 vs 16). We store the Et in the value word and everything else in the flag keeping all the fields in their location in the hardware format.
The id, fibre and tobSeq values were used in Run 2 for topo and for distinguishing different sources of the same TOB (eg here from FEX readout vs Ph1Topo readout perhaps).
Definition at line 9 of file L1CaloRdoEfexTob.h.
|
inherited |
| Enumerator | |
|---|---|
| EfexTob | |
| EfexXtob | |
| JfexTob | |
| JfexXtob | |
| GfexTob | |
| GfexXtob | |
| Ph1Topo | |
Definition at line 15 of file L1CaloRdoFexTob.h.
|
inherited |
| Enumerator | |
|---|---|
| Invalid | |
| EM | |
| Tau | |
| LargeJet | |
| SmallJet | |
| Energy | |
| Muon | |
Definition at line 14 of file L1CaloRdoFexTob.h.
| L1CaloRdoEfexTob::L1CaloRdoEfexTob | ( | int | crate, |
| int | module, | ||
| int | eta, | ||
| int | phi, | ||
| int | numSlices, | ||
| TobType | tobType, | ||
| TobSource | source, | ||
| int | id = 0, | ||
| int | fibre = 0, | ||
| int | tobSeq = 0 ) |
Definition at line 30 of file L1CaloRdoEfexTob.cxx.
| int L1CaloRdoEfexTob::getClusterEt | ( | ) | const |
Definition at line 80 of file L1CaloRdoEfexTob.cxx.
| int L1CaloRdoEfexTob::getClusterEt | ( | size_t | slice | ) | const |
Return 12 bit (TOB) or 16 bit (XTOB) cluster Et (from the RDO value).
Definition at line 74 of file L1CaloRdoEfexTob.cxx.
|
inherited |
Definition at line 73 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 85 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 173 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 125 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 117 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 146 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 71 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 102 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 160 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 83 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 153 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 90 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 108 of file L1CaloRdoFexTob.cxx.
| int L1CaloRdoEfexTob::getIsol | ( | ) | const |
Definition at line 95 of file L1CaloRdoEfexTob.cxx.
| int L1CaloRdoEfexTob::getIsol | ( | size_t | slice | ) | const |
Return three 2 bit isolation hits (packed into bits 18-23 of the RDO flag).
Definition at line 89 of file L1CaloRdoEfexTob.cxx.
|
inherited |
Definition at line 96 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 77 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 129 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 167 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 138 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 131 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 97 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 79 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 168 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 174 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 198 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 156 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 162 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 192 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 180 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 186 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 150 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 91 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 137 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 144 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 65 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 179 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 114 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 120 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 47 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 53 of file L1CaloRdoFexTob.cxx.
|
overridevirtualinherited |
Implements L1CaloRdo.
Definition at line 29 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 111 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 103 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 258 of file L1CaloRdo.cxx.
|
overridevirtual |
|
inherited |
Definition at line 204 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 210 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 35 of file L1CaloRdoFexTob.cxx.
|
inherited |
Definition at line 246 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 239 of file L1CaloRdo.cxx.
|
protectedinherited |
Definition at line 283 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 252 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 233 of file L1CaloRdo.cxx.
|
inherited |
Definition at line 226 of file L1CaloRdo.cxx.
|
privateinherited |
Definition at line 73 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 75 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 50 of file L1CaloRdoFexTob.h.
|
privateinherited |
Definition at line 79 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 49 of file L1CaloRdoFexTob.h.
|
privateinherited |
Definition at line 80 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 77 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 74 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 76 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 82 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 86 of file L1CaloRdo.h.
|
privateinherited |
Definition at line 48 of file L1CaloRdoFexTob.h.
|
privateinherited |
Definition at line 51 of file L1CaloRdoFexTob.h.
|
privateinherited |
Definition at line 47 of file L1CaloRdoFexTob.h.
|
privateinherited |
Definition at line 78 of file L1CaloRdo.h.