#include <vector>
#include <boost/cstdint.hpp>
Go to the source code of this file.
Typedefs | |
typedef boost::uint16_t | CaloDataWord |
typedef std::vector< unsigned > | CaloJetCountsWord |
typedef boost::uint32_t | CaloMissingEtWord |
typedef std::vector< bool > | DecisionWord |
typedefs | |
typedef std::vector< bool > | DecisionWordExtended |
typedef unsigned | MuonDataWord |
typedef std::vector< bool > | TechnicalTriggerWord |
technical trigger bits (64 bits) | |
Enumerations | |
enum | L1GtObject { Mu, NoIsoEG, IsoEG, CenJet, ForJet, TauJet, ETM, ETT, HTT, HTM, JetCounts, HfBitCounts, HfRingEtSums, TechTrig, Castor, BPTX, GtExternal } |
GT objects. More... |
typedef boost::uint16_t CaloDataWord |
Definition at line 45 of file L1GlobalTriggerReadoutSetupFwd.h.
typedef std::vector<unsigned> CaloJetCountsWord |
Definition at line 52 of file L1GlobalTriggerReadoutSetupFwd.h.
typedef boost::uint32_t CaloMissingEtWord |
Definition at line 48 of file L1GlobalTriggerReadoutSetupFwd.h.
typedef std::vector<bool> DecisionWord |
typedef std::vector<bool> DecisionWordExtended |
extend DecisionWord with 64 bits need a new FDL chip :-)
Definition at line 36 of file L1GlobalTriggerReadoutSetupFwd.h.
typedef unsigned MuonDataWord |
Definition at line 42 of file L1GlobalTriggerReadoutSetupFwd.h.
typedef std::vector<bool> TechnicalTriggerWord |
technical trigger bits (64 bits)
Definition at line 39 of file L1GlobalTriggerReadoutSetupFwd.h.
enum L1GtObject |
GT objects.
Mu | |
NoIsoEG | |
IsoEG | |
CenJet | |
ForJet | |
TauJet | |
ETM | |
ETT | |
HTT | |
HTM | |
JetCounts | |
HfBitCounts | |
HfRingEtSums | |
TechTrig | |
Castor | |
BPTX | |
GtExternal |
Definition at line 55 of file L1GlobalTriggerReadoutSetupFwd.h.