#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 |
extend DecisionWord with 64 bits need a new FDL chip :-) | |
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 } |
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 |
enum L1GtObject |
GT objects.
Mu | |
NoIsoEG | |
IsoEG | |
CenJet | |
ForJet | |
TauJet | |
ETM | |
ETT | |
HTT | |
HTM | |
JetCounts | |
HfBitCounts | |
HfRingEtSums | |
TechTrig | |
Castor | |
BPTX |
Definition at line 55 of file L1GlobalTriggerReadoutSetupFwd.h.
00056 { 00057 Mu, 00058 NoIsoEG, 00059 IsoEG, 00060 CenJet, 00061 ForJet, 00062 TauJet, 00063 ETM, 00064 ETT, 00065 HTT, 00066 HTM, 00067 JetCounts, 00068 HfBitCounts, 00069 HfRingEtSums, 00070 TechTrig, 00071 Castor, 00072 BPTX 00073 };