ATLAS Offline Software
|
#include <string>
#include <vector>
#include "AthContainers/DataVector.h"
#include "TrigT1Interfaces/iRecCoordRoI.h"
#include "AthenaKernel/CLASS_DEF.h"
Go to the source code of this file.
Classes | |
class | LVL1::RecMuonRoI |
This class defines the reconstructed Muon ROI. More... | |
Namespaces | |
TrigConf | |
Forward iterator to traverse the main components of the trigger configuration. | |
LVL1 | |
eFexTowerBuilder creates xAOD::eFexTowerContainer from supercells (LATOME) and triggerTowers (TREX) inputs. | |
Enumerations | |
enum | LVL1::BitMask { LVL1::FirsCandMask = 0x00400000, LVL1::SectorAddressMask = 0x003fc000, LVL1::SysIDMask = 0x000000c0, LVL1::SubSysIDMask = 0x00000001, LVL1::SectNumBarrelMask = 0x0000003e, LVL1::SectNumEndcapMask = 0x0000007e, LVL1::SectNumForwardMask = 0x0000003e, LVL1::ThresNumMask = 0x00003800, LVL1::RoIOvlMask = 0x000007fc, LVL1::BarrelRoIMask = 0x0000001f, LVL1::BarrelOvlMask = 0x00000180, LVL1::EndcapRoIMask = 0x000000ff, LVL1::EndcapOvlMask = 0x00000100, LVL1::ForwardRoIMask = 0x0000003f, LVL1::PadOflMask = 0x00000002, LVL1::SectOflMask = 0x00000001, LVL1::TGCCandidateSignMask = 0x08000000, LVL1::CandidateVetoMask = 0x10000000 } |
Bit masks used to decipher the 32 bit words of a muon candidate. More... | |