CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs | Enumerations
L1GlobalTriggerReadoutSetupFwd.h File Reference
#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 More...
 
typedef std::vector< bool > DecisionWordExtended
 
typedef unsigned MuonDataWord
 
typedef std::vector< bool > TechnicalTriggerWord
 technical trigger bits (64 bits) More...
 

Enumerations

enum  L1GtObject {
  Mu, NoIsoEG, IsoEG, CenJet,
  ForJet, TauJet, ETM, ETT,
  HTT, HTM, JetCounts, HfBitCounts,
  HfRingEtSums, TechTrig, Castor, BPTX,
  GtExternal
}
 GT objects. More...
 

Typedef Documentation

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

typedefs

algorithm bits: 128 bits

Definition at line 32 of file L1GlobalTriggerReadoutSetupFwd.h.

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.

Enumeration Type Documentation

enum L1GtObject

GT objects.

Enumerator
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.