CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes | Static Private Attributes
L1GtfeWord Class Reference

#include <L1GtfeWord.h>

Inheritance diagram for L1GtfeWord:
L1GtfeExtWord

Public Member Functions

const cms_uint16_t activeBoards () const
 get/set boards contributing to EVM respectively DAQ record More...
 
const cms_uint16_t altNrBxBoard () const
 get/set alternative for number of BX per board More...
 
const cms_uint16_t boardId () const
 get/set board ID More...
 
const int bstFlag () const
 get / set BST flag: 0 or 1 - via setup version (no private member) More...
 
const cms_uint16_t bxNr () const
 get/set bunch cross number as counted in the GTFE board More...
 
const unsigned int getSize () const
 get the size of the GTFE block in GT DAQ record (in multiple of 8 bits) More...
 
 L1GtfeWord ()
 constructors More...
 
 L1GtfeWord (cms_uint16_t boardIdValue, cms_uint16_t recordLength1Value, cms_uint16_t recordLengthValue, cms_uint16_t bxNrValue, cms_uint32_t setupVersionValue, cms_uint16_t activeBoardsValue, cms_uint16_t altNrBxBoardValue, cms_uint32_t totalTriggerNrValue)
 constructor from unpacked values; More...
 
bool operator!= (const L1GtfeWord &) const
 unequal operator More...
 
bool operator== (const L1GtfeWord &) const
 equal operator More...
 
virtual void print (std::ostream &myCout) const
 pretty print the content of a L1GtfeWord More...
 
const cms_uint16_t recordLength () const
 get/set record length for alternative 0 More...
 
const cms_uint16_t recordLength1 () const
 get/set record length for alternative 1 More...
 
virtual void reset ()
 reset the content of a L1GtfeWord More...
 
void setActiveBoards (cms_uint16_t activeBoardsValue)
 
void setActiveBoards (const cms_uint64_t &word64)
 
void setActiveBoardsWord64 (cms_uint64_t &word64, int iWord)
 
void setActiveBoardsWord64 (cms_uint64_t &word64, int iWord, cms_int16_t activeBoardsValue)
 
void setAltNrBxBoard (cms_uint16_t altNrBxBoardValue)
 
void setAltNrBxBoard (const cms_uint64_t &word64)
 
void setAltNrBxBoardWord64 (cms_uint64_t &word64, int iWord)
 
void setAltNrBxBoardWord64 (cms_uint64_t &word64, int iWord, cms_int16_t altNrBxBoardValue)
 
void setBoardId (cms_uint16_t boardIdValue)
 set BoardId from a BoardId value More...
 
void setBoardId (const cms_uint64_t &word64)
 set the BoardId value from a 64-bits word More...
 
void setBoardIdWord64 (cms_uint64_t &word64, int iWord)
 
void setBstFlag (const int)
 
void setBxNr (cms_uint16_t bxNrValue)
 
void setBxNr (const cms_uint64_t &word64)
 
void setBxNrWord64 (cms_uint64_t &word64, int iWord)
 
void setRecordLength (cms_uint16_t recordLengthValue)
 
void setRecordLength (const cms_uint64_t &word64)
 
void setRecordLength1 (cms_uint16_t recordLengthValue)
 
void setRecordLength1 (const cms_uint64_t &word64)
 
void setRecordLength1Word64 (cms_uint64_t &word64, int iWord)
 
void setRecordLengthWord64 (cms_uint64_t &word64, int iWord)
 
void setSetupVersion (cms_uint32_t setupVersionValue)
 
void setSetupVersion (const cms_uint64_t &word64)
 
void setSetupVersionWord64 (cms_uint64_t &word64, int iWord)
 
void setTotalTriggerNr (cms_uint32_t totalTriggerNrValue)
 
void setTotalTriggerNr (const cms_uint64_t &word64)
 
void setTotalTriggerNrWord64 (cms_uint64_t &word64, int iWord)
 
const cms_uint32_t setupVersion () const
 get/set setup version More...
 
const cms_uint32_t totalTriggerNr () const
 get/set total number of L1A sent since start of run More...
 
virtual void unpack (const unsigned char *gtfePtr)
 
virtual ~L1GtfeWord ()
 destructor More...
 

Private Attributes

cms_uint16_t m_activeBoards
 active boards contributing to EVM respectively DAQ record More...
 
cms_uint16_t m_altNrBxBoard
 
cms_uint16_t m_boardId
 board identifier More...
 
cms_uint16_t m_bxNr
 bunch cross number as counted in the GTFE board More...
 
cms_uint16_t m_recordLength
 record length for alternative 0 More...
 
cms_uint16_t m_recordLength1
 record length for alternative 1 More...
 
cms_uint32_t m_setupVersion
 
cms_uint32_t m_totalTriggerNr
 total number of L1A sent since start of run More...
 

Static Private Attributes

static const cms_uint64_t ActiveBoardsMask = 0xFFFF000000000000ULL
 
static const int ActiveBoardsShift = 48
 
static const int ActiveBoardsWord = 1
 
static const cms_uint64_t AltNrBxBoardMask = 0x0000FFFF00000000ULL
 
static const int AltNrBxBoardShift = 32
 
static const int AltNrBxBoardWord = 1
 
static const int BlockSize = 2
 
static const cms_uint64_t BoardIdMask = 0xFF00000000000000ULL
 
static const int BoardIdShift = 56
 
static const int BoardIdWord = 0
 
static const cms_uint32_t BstFlagMask = 0x0001
 
static const cms_uint64_t BxNrMask = 0x00000FFF00000000ULL
 
static const int BxNrShift = 32
 
static const int BxNrWord = 0
 
static const cms_uint64_t RecordLength1Mask = 0x00F0000000000000ULL
 
static const int RecordLength1Shift = 52
 
static const int RecordLength1Word = 0
 
static const cms_uint64_t RecordLengthMask = 0x000F000000000000ULL
 
static const int RecordLengthShift = 48
 
static const int RecordLengthWord = 0
 
static const cms_uint64_t SetupVersionMask = 0x00000000FFFFFFFFULL
 
static const int SetupVersionShift = 0
 
static const int SetupVersionWord = 0
 
static const cms_uint64_t TotalTriggerNrMask = 0x00000000FFFFFFFFULL
 
static const int TotalTriggerNrShift = 0
 
static const int TotalTriggerNrWord = 1
 

Detailed Description

Description: L1 Global Trigger - GTFE words in the readout record.

Implementation: <TODO: enter implementation details>

Author
: Vasile Mihai Ghete - HEPHY Vienna

$Date$ $Revision$

Definition at line 32 of file L1GtfeWord.h.

Constructor & Destructor Documentation

L1GtfeWord::L1GtfeWord ( )

constructors

Definition at line 31 of file L1GtfeWord.cc.

31  :
34 
35  // empty
36 
37 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
L1GtfeWord::L1GtfeWord ( cms_uint16_t  boardIdValue,
cms_uint16_t  recordLength1Value,
cms_uint16_t  recordLengthValue,
cms_uint16_t  bxNrValue,
cms_uint32_t  setupVersionValue,
cms_uint16_t  activeBoardsValue,
cms_uint16_t  altNrBxBoardValue,
cms_uint32_t  totalTriggerNrValue 
)

constructor from unpacked values;

Definition at line 40 of file L1GtfeWord.cc.

44  :
45  m_boardId(boardIdValue), m_recordLength1(recordLength1Value),
46  m_recordLength(recordLengthValue), m_bxNr(bxNrValue),
47  m_setupVersion(setupVersionValue), m_activeBoards(activeBoardsValue), m_altNrBxBoard(
48  altNrBxBoardValue), m_totalTriggerNr(totalTriggerNrValue)
49 
50 {
51 
52  // empty
53 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
L1GtfeWord::~L1GtfeWord ( )
virtual

destructor

Definition at line 56 of file L1GtfeWord.cc.

57 {
58 
59  // empty now
60 
61 }

Member Function Documentation

const cms_uint16_t L1GtfeWord::activeBoards ( ) const
inline

get/set boards contributing to EVM respectively DAQ record

Definition at line 165 of file L1GtfeWord.h.

References m_activeBoards.

Referenced by L1TGT::analyze(), L1GtHwValidation::compareGTFE(), L1GtDataEmulAnalyzer::compareGTFE(), L1GTEvmDigiToRaw::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L1GTDigiToRaw::produce(), and L1GlobalTriggerRawToDigi::produce().

166  {
167  return m_activeBoards;
168  }
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
const cms_uint16_t L1GtfeWord::altNrBxBoard ( ) const
inline

get/set alternative for number of BX per board

Definition at line 189 of file L1GtfeWord.h.

References m_altNrBxBoard.

Referenced by L1GtHwValidation::compareGTFE(), L1GTEvmDigiToRaw::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L1GTDigiToRaw::produce(), and L1GlobalTriggerRawToDigi::produce().

190  {
191  return m_altNrBxBoard;
192  }
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
const cms_uint16_t L1GtfeWord::boardId ( ) const
inline

get/set board ID

get BoardId value

Definition at line 67 of file L1GtfeWord.h.

References m_boardId.

Referenced by L1GtHwValidation::compareGTFE(), and L1GtDataEmulAnalyzer::compareGTFE().

68  {
69  return m_boardId;
70  }
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
const int L1GtfeWord::bstFlag ( ) const

get / set BST flag: 0 or 1 - via setup version (no private member)

Definition at line 208 of file L1GtfeWord.cc.

References BstFlagMask, and m_setupVersion.

208  {
209 
210  int bstFlagValue = 0;
211  bstFlagValue = static_cast<int> (m_setupVersion & BstFlagMask);
212 
213  return bstFlagValue;
214 
215 }
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
static const cms_uint32_t BstFlagMask
Definition: L1GtfeWord.h:269
const cms_uint16_t L1GtfeWord::bxNr ( ) const
inline

get/set bunch cross number as counted in the GTFE board

Definition at line 124 of file L1GtfeWord.h.

References m_bxNr.

Referenced by L1Scalers::analyze(), L1TGT::analyze(), L1GtDataEmulAnalyzer::compareGTFE(), and L1GtHwValidation::compareGTFE().

125  {
126  return m_bxNr;
127  }
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
const unsigned int L1GtfeWord::getSize ( ) const
inline

get the size of the GTFE block in GT DAQ record (in multiple of 8 bits)

Definition at line 231 of file L1GtfeWord.h.

References BlockSize, and L1GlobalTriggerReadoutSetup::UnitLength.

Referenced by L1GtfeExtWord::getSize(), L1GTDigiToRaw::packGTFE(), L1GTDigiToRaw::produce(), L1GlobalTriggerRawToDigi::produce(), and L1GtfeExtWord::unpack().

232  {
233  int unitLengthBits = L1GlobalTriggerReadoutSetup::UnitLength;
234 
235  return BlockSize*unitLengthBits;
236  }
static const int UnitLength
one unit in the word is UnitLength bits
static const int BlockSize
Definition: L1GtfeWord.h:255
bool L1GtfeWord::operator!= ( const L1GtfeWord result) const

unequal operator

Definition at line 105 of file L1GtfeWord.cc.

106 {
107 
108  return !( result == *this);
109 
110 }
bool L1GtfeWord::operator== ( const L1GtfeWord result) const

equal operator

Definition at line 64 of file L1GtfeWord.cc.

References m_activeBoards, m_altNrBxBoard, m_boardId, m_bxNr, m_recordLength, m_recordLength1, m_setupVersion, and m_totalTriggerNr.

65 {
66 
67  if(m_boardId != result.m_boardId) {
68  return false;
69  }
70 
71  if(m_recordLength1 != result.m_recordLength1) {
72  return false;
73  }
74 
75  if(m_recordLength != result.m_recordLength) {
76  return false;
77  }
78 
79  if(m_bxNr != result.m_bxNr) {
80  return false;
81  }
82 
83  if(m_setupVersion != result.m_setupVersion) {
84  return false;
85  }
86 
87  if(m_activeBoards != result.m_activeBoards) {
88  return false;
89  }
90 
91  if(m_altNrBxBoard != result.m_altNrBxBoard) {
92  return false;
93  }
94 
95  if(m_totalTriggerNr != result.m_totalTriggerNr) {
96  return false;
97  }
98 
99  // all members identical
100  return true;
101 
102 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
void L1GtfeWord::print ( std::ostream &  myCout) const
virtual

pretty print the content of a L1GtfeWord

Reimplemented in L1GtfeExtWord.

Definition at line 323 of file L1GtfeWord.cc.

References m_activeBoards, m_altNrBxBoard, m_boardId, m_bxNr, m_recordLength, m_recordLength1, m_setupVersion, and m_totalTriggerNr.

Referenced by L1GtPackUnpackAnalyzer::analyzeGT(), L1GtDataEmulAnalyzer::compareGTFE(), L1GtHwValidation::compareGTFE(), L1GtfeExtWord::print(), L1GlobalTriggerReadoutRecord::print(), L1GTDigiToRaw::produce(), and L1GlobalTriggerRawToDigi::produce().

324 {
325 
326  myCout << "\n L1GtfeWord::print \n" << std::endl;
327 
328  myCout << " BoardId: "
329  << std::hex << " hex: " << " " << std::setw(2) << std::setfill('0') << m_boardId
330  << std::setfill(' ')
331  << std::dec << " dec: " << m_boardId
332  << std::endl;
333 
334  myCout << " BX for alternative 1: "
335  << std::hex << " hex: " << " " << std::setw(1) << m_recordLength1
336  << std::dec << " dec: " << m_recordLength1
337  << std::endl;
338 
339  myCout << " BX for alternative 0: "
340  << std::hex << " hex: " << " " << std::setw(1) << m_recordLength
341  << std::dec << " dec: " << m_recordLength
342  << std::endl;
343 
344  myCout << " BxNr: "
345  << std::hex << " hex: " << " " << std::setw(3) << std::setfill('0') << m_bxNr
346  << std::setfill(' ')
347  << std::dec << " dec: " << m_bxNr
348  << std::endl;
349 
350  myCout << " SetupVersion: "
351  << std::hex << " hex: " << std::setw(8) << std::setfill('0') << m_setupVersion
352  << std::setfill(' ')
353  << std::dec << " dec: " << m_setupVersion
354  << std::endl;
355 
356  //
357 
358  myCout << " ActiveBoards: "
359  << std::hex << " hex: " << " " << std::setw(4) << std::setfill('0') << m_activeBoards
360  << std::setfill(' ')
361  << std::dec << " dec: " << m_activeBoards
362  << std::endl;
363 
364  myCout << " AltNrBxBoard: "
365  << std::hex << " hex: " << " " << std::setw(4) << std::setfill('0') << m_altNrBxBoard
366  << std::setfill(' ')
367  << std::dec << " dec: " << m_altNrBxBoard
368  << std::endl;
369 
370  myCout << " TotalTriggerNr: "
371  << std::hex << " hex: " << std::setw(8) << std::setfill('0') << m_totalTriggerNr
372  << std::setfill(' ')
373  << std::dec << " dec: " << m_totalTriggerNr
374  << std::endl;
375 
376 
377 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
const cms_uint16_t L1GtfeWord::recordLength ( ) const
inline

get/set record length for alternative 0

Definition at line 106 of file L1GtfeWord.h.

References m_recordLength.

Referenced by L1GtHwValidation::compareGTFE(), L1GtDataEmulAnalyzer::compareGTFE(), L1GTEvmDigiToRaw::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L1GTDigiToRaw::produce(), and L1GlobalTriggerRawToDigi::produce().

107  {
108  return m_recordLength;
109  }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
const cms_uint16_t L1GtfeWord::recordLength1 ( ) const
inline

get/set record length for alternative 1

Definition at line 87 of file L1GtfeWord.h.

References m_recordLength1.

Referenced by L1GtHwValidation::compareGTFE(), L1GTEvmDigiToRaw::produce(), L1GlobalTriggerEvmRawToDigi::produce(), L1GTDigiToRaw::produce(), and L1GlobalTriggerRawToDigi::produce().

88  {
89  return m_recordLength1;
90  }
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
void L1GtfeWord::reset ( void  )
virtual

reset the content of a L1GtfeWord

Reimplemented in L1GtfeExtWord.

Definition at line 308 of file L1GtfeWord.cc.

References m_activeBoards, m_altNrBxBoard, m_boardId, m_bxNr, m_recordLength, m_recordLength1, m_setupVersion, and m_totalTriggerNr.

Referenced by BeautifulSoup.BeautifulStoneSoup::__init__(), L1GlobalTriggerRawToDigi::produce(), L1GtfeExtWord::reset(), and L1GlobalTriggerReadoutRecord::reset().

309 {
310 
311  m_boardId = 0;
312  m_recordLength1 = 0;
313  m_recordLength = 0;
314  m_bxNr = 0;
315  m_setupVersion = 0;
316  //
317  m_activeBoards = 0;
318  m_altNrBxBoard = 0;
319  m_totalTriggerNr = 0;
320 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
void L1GtfeWord::setActiveBoards ( cms_uint16_t  activeBoardsValue)
inline

Definition at line 170 of file L1GtfeWord.h.

References m_activeBoards.

Referenced by L1GlobalTriggerEvmRawToDigi::produce(), L1GlobalTrigger::produce(), L1GlobalTriggerRawToDigi::produce(), and unpack().

171  {
172  m_activeBoards = activeBoardsValue;
173  }
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
void L1GtfeWord::setActiveBoards ( const cms_uint64_t word64)

Definition at line 226 of file L1GtfeWord.cc.

References ActiveBoardsMask, ActiveBoardsShift, and m_activeBoards.

227 {
229 }
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
static const int ActiveBoardsShift
Definition: L1GtfeWord.h:287
static const cms_uint64_t ActiveBoardsMask
Definition: L1GtfeWord.h:283
void L1GtfeWord::setActiveBoardsWord64 ( cms_uint64_t word64,
int  iWord 
)

set the ActiveBoards value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 233 of file L1GtfeWord.cc.

References ActiveBoardsShift, ActiveBoardsWord, and m_activeBoards.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

234 {
235 
236  if (iWord == ActiveBoardsWord) {
237  word64 = word64 |
238  (static_cast<cms_uint64_t> (m_activeBoards) << ActiveBoardsShift);
239  }
240 
241 }
static const int ActiveBoardsWord
Definition: L1GtfeWord.h:279
cms_uint16_t m_activeBoards
active boards contributing to EVM respectively DAQ record
Definition: L1GtfeWord.h:308
static const int ActiveBoardsShift
Definition: L1GtfeWord.h:287
unsigned long long cms_uint64_t
Definition: typedefs.h:17
void L1GtfeWord::setActiveBoardsWord64 ( cms_uint64_t word64,
int  iWord,
cms_int16_t  activeBoardsValue 
)

set the ActiveBoards value in a 64-bits word, having the index iWord in the GTFE raw record from the value activeBoardsValue

Definition at line 245 of file L1GtfeWord.cc.

References ActiveBoardsShift, and ActiveBoardsWord.

247 {
248  if (iWord == ActiveBoardsWord) {
249  word64 = word64 |
250  (static_cast<cms_uint64_t> (activeBoardsValue) << ActiveBoardsShift);
251  }
252 
253 }
static const int ActiveBoardsWord
Definition: L1GtfeWord.h:279
static const int ActiveBoardsShift
Definition: L1GtfeWord.h:287
unsigned long long cms_uint64_t
Definition: typedefs.h:17
void L1GtfeWord::setAltNrBxBoard ( cms_uint16_t  altNrBxBoardValue)
inline

Definition at line 194 of file L1GtfeWord.h.

References m_altNrBxBoard.

Referenced by L1GlobalTrigger::produce(), and unpack().

195  {
196  m_altNrBxBoard = altNrBxBoardValue;
197  }
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
void L1GtfeWord::setAltNrBxBoard ( const cms_uint64_t word64)

Definition at line 258 of file L1GtfeWord.cc.

References AltNrBxBoardMask, AltNrBxBoardShift, and m_altNrBxBoard.

259 {
261 }
static const cms_uint64_t AltNrBxBoardMask
Definition: L1GtfeWord.h:284
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
static const int AltNrBxBoardShift
Definition: L1GtfeWord.h:288
void L1GtfeWord::setAltNrBxBoardWord64 ( cms_uint64_t word64,
int  iWord 
)

set the AltNrBxBoard value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 265 of file L1GtfeWord.cc.

References AltNrBxBoardShift, AltNrBxBoardWord, and m_altNrBxBoard.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

266 {
267 
268  if (iWord == AltNrBxBoardWord) {
269  word64 = word64 |
270  (static_cast<cms_uint64_t> (m_altNrBxBoard) << AltNrBxBoardShift);
271  }
272 
273 }
cms_uint16_t m_altNrBxBoard
Definition: L1GtfeWord.h:314
unsigned long long cms_uint64_t
Definition: typedefs.h:17
static const int AltNrBxBoardShift
Definition: L1GtfeWord.h:288
static const int AltNrBxBoardWord
Definition: L1GtfeWord.h:280
void L1GtfeWord::setAltNrBxBoardWord64 ( cms_uint64_t word64,
int  iWord,
cms_int16_t  altNrBxBoardValue 
)

set the AltNrBxBoard value in a 64-bits word, having the index iWord in the GTFE raw record from the value altNrBxBoardValue

Definition at line 277 of file L1GtfeWord.cc.

References AltNrBxBoardShift, and AltNrBxBoardWord.

279 {
280  if (iWord == AltNrBxBoardWord) {
281  word64 = word64 |
282  (static_cast<cms_uint64_t> (altNrBxBoardValue) << AltNrBxBoardShift);
283  }
284 
285 }
unsigned long long cms_uint64_t
Definition: typedefs.h:17
static const int AltNrBxBoardShift
Definition: L1GtfeWord.h:288
static const int AltNrBxBoardWord
Definition: L1GtfeWord.h:280
void L1GtfeWord::setBoardId ( cms_uint16_t  boardIdValue)
inline

set BoardId from a BoardId value

Definition at line 73 of file L1GtfeWord.h.

References m_boardId.

Referenced by L1GlobalTrigger::produce(), and unpack().

74  {
75  m_boardId = boardIdValue;
76  }
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
void L1GtfeWord::setBoardId ( const cms_uint64_t word64)

set the BoardId value from a 64-bits word

Definition at line 115 of file L1GtfeWord.cc.

References BoardIdMask, BoardIdShift, and m_boardId.

116 {
117  m_boardId = (word64 & BoardIdMask) >> BoardIdShift;
118 }
static const cms_uint64_t BoardIdMask
Definition: L1GtfeWord.h:263
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
static const int BoardIdShift
Definition: L1GtfeWord.h:272
void L1GtfeWord::setBoardIdWord64 ( cms_uint64_t word64,
int  iWord 
)

set the BoardId value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 122 of file L1GtfeWord.cc.

References BoardIdShift, BoardIdWord, and m_boardId.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

123 {
124 
125  if (iWord == BoardIdWord) {
126  word64 = word64 | (static_cast<cms_uint64_t> (m_boardId) << BoardIdShift);
127  }
128 
129 }
cms_uint16_t m_boardId
board identifier
Definition: L1GtfeWord.h:295
static const int BoardIdWord
Definition: L1GtfeWord.h:257
unsigned long long cms_uint64_t
Definition: typedefs.h:17
static const int BoardIdShift
Definition: L1GtfeWord.h:272
void L1GtfeWord::setBstFlag ( const int  bstFlagValue)

Definition at line 217 of file L1GtfeWord.cc.

References BstFlagMask, and m_setupVersion.

217  {
218 
219  m_setupVersion = m_setupVersion | ( static_cast<cms_uint32_t> (bstFlagValue) & BstFlagMask );
220 
221 }
unsigned int cms_uint32_t
Definition: typedefs.h:15
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
static const cms_uint32_t BstFlagMask
Definition: L1GtfeWord.h:269
void L1GtfeWord::setBxNr ( cms_uint16_t  bxNrValue)
inline

Definition at line 129 of file L1GtfeWord.h.

References m_bxNr.

Referenced by L1GlobalTrigger::produce(), and unpack().

130  {
131  m_bxNr = bxNrValue;
132  }
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
void L1GtfeWord::setBxNr ( const cms_uint64_t word64)

Definition at line 171 of file L1GtfeWord.cc.

References BxNrMask, BxNrShift, and m_bxNr.

172 {
173  m_bxNr = (word64 & BxNrMask) >> BxNrShift;
174 }
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
static const cms_uint64_t BxNrMask
Definition: L1GtfeWord.h:266
static const int BxNrShift
Definition: L1GtfeWord.h:275
void L1GtfeWord::setBxNrWord64 ( cms_uint64_t word64,
int  iWord 
)

set the BxNr value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 178 of file L1GtfeWord.cc.

References BxNrShift, BxNrWord, and m_bxNr.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

179 {
180 
181  if (iWord == BxNrWord) {
182  word64 = word64 | (static_cast<cms_uint64_t> (m_bxNr) << BxNrShift);
183  }
184 
185 }
cms_uint16_t m_bxNr
bunch cross number as counted in the GTFE board
Definition: L1GtfeWord.h:304
static const int BxNrShift
Definition: L1GtfeWord.h:275
unsigned long long cms_uint64_t
Definition: typedefs.h:17
static const int BxNrWord
Definition: L1GtfeWord.h:260
void L1GtfeWord::setRecordLength ( cms_uint16_t  recordLengthValue)
inline

Definition at line 111 of file L1GtfeWord.h.

References m_recordLength.

Referenced by L1GlobalTriggerEvmRawToDigi::produce(), L1GlobalTrigger::produce(), L1GlobalTriggerRawToDigi::produce(), and unpack().

112  {
113  m_recordLength = recordLengthValue;
114  }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
void L1GtfeWord::setRecordLength ( const cms_uint64_t word64)

Definition at line 152 of file L1GtfeWord.cc.

References m_recordLength, RecordLengthMask, and RecordLengthShift.

153 {
155 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
static const cms_uint64_t RecordLengthMask
Definition: L1GtfeWord.h:265
static const int RecordLengthShift
Definition: L1GtfeWord.h:274
void L1GtfeWord::setRecordLength1 ( cms_uint16_t  recordLengthValue)
inline

Definition at line 92 of file L1GtfeWord.h.

References m_recordLength1.

Referenced by L1GlobalTriggerEvmRawToDigi::produce(), L1GlobalTrigger::produce(), L1GlobalTriggerRawToDigi::produce(), and unpack().

93  {
94  m_recordLength1 = recordLengthValue;
95  }
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
void L1GtfeWord::setRecordLength1 ( const cms_uint64_t word64)

Definition at line 133 of file L1GtfeWord.cc.

References m_recordLength1, RecordLength1Mask, and RecordLength1Shift.

134 {
136 }
static const int RecordLength1Shift
Definition: L1GtfeWord.h:273
static const cms_uint64_t RecordLength1Mask
Definition: L1GtfeWord.h:264
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
void L1GtfeWord::setRecordLength1Word64 ( cms_uint64_t word64,
int  iWord 
)

set the RecordLength value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 140 of file L1GtfeWord.cc.

References m_recordLength1, RecordLength1Shift, and RecordLength1Word.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

141 {
142 
143  if (iWord == RecordLength1Word) {
144  word64 = word64 |
145  (static_cast<cms_uint64_t> (m_recordLength1) << RecordLength1Shift);
146  }
147 
148 }
static const int RecordLength1Shift
Definition: L1GtfeWord.h:273
static const int RecordLength1Word
Definition: L1GtfeWord.h:258
unsigned long long cms_uint64_t
Definition: typedefs.h:17
cms_uint16_t m_recordLength1
record length for alternative 1
Definition: L1GtfeWord.h:298
void L1GtfeWord::setRecordLengthWord64 ( cms_uint64_t word64,
int  iWord 
)

set the RecordLength value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 159 of file L1GtfeWord.cc.

References m_recordLength, RecordLengthShift, and RecordLengthWord.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

160 {
161 
162  if (iWord == RecordLengthWord) {
163  word64 = word64 |
164  (static_cast<cms_uint64_t> (m_recordLength) << RecordLengthShift);
165  }
166 
167 }
cms_uint16_t m_recordLength
record length for alternative 0
Definition: L1GtfeWord.h:301
static const int RecordLengthShift
Definition: L1GtfeWord.h:274
static const int RecordLengthWord
Definition: L1GtfeWord.h:259
unsigned long long cms_uint64_t
Definition: typedefs.h:17
void L1GtfeWord::setSetupVersion ( cms_uint32_t  setupVersionValue)
inline

Definition at line 147 of file L1GtfeWord.h.

References m_setupVersion.

Referenced by unpack().

148  {
149  m_setupVersion = setupVersionValue;
150  }
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
void L1GtfeWord::setSetupVersion ( const cms_uint64_t word64)

Definition at line 189 of file L1GtfeWord.cc.

References m_setupVersion, SetupVersionMask, and SetupVersionShift.

190 {
192 }
static const cms_uint64_t SetupVersionMask
Definition: L1GtfeWord.h:267
static const int SetupVersionShift
Definition: L1GtfeWord.h:276
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
void L1GtfeWord::setSetupVersionWord64 ( cms_uint64_t word64,
int  iWord 
)

set the SetupVersion value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 196 of file L1GtfeWord.cc.

References m_setupVersion, SetupVersionShift, and SetupVersionWord.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

197 {
198 
199  if (iWord == SetupVersionWord) {
200  word64 = word64 |
201  (static_cast<cms_uint64_t> (m_setupVersion) << SetupVersionShift);
202  }
203 
204 }
static const int SetupVersionWord
Definition: L1GtfeWord.h:261
static const int SetupVersionShift
Definition: L1GtfeWord.h:276
unsigned long long cms_uint64_t
Definition: typedefs.h:17
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
void L1GtfeWord::setTotalTriggerNr ( cms_uint32_t  totalTriggerNrValue)
inline

Definition at line 218 of file L1GtfeWord.h.

References m_totalTriggerNr.

Referenced by L1GlobalTrigger::produce(), and unpack().

219  {
220  m_totalTriggerNr = totalTriggerNrValue;
221  }
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
void L1GtfeWord::setTotalTriggerNr ( const cms_uint64_t word64)

Definition at line 288 of file L1GtfeWord.cc.

References m_totalTriggerNr, TotalTriggerNrMask, and TotalTriggerNrShift.

289 {
291 }
static const cms_uint64_t TotalTriggerNrMask
Definition: L1GtfeWord.h:285
static const int TotalTriggerNrShift
Definition: L1GtfeWord.h:289
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
void L1GtfeWord::setTotalTriggerNrWord64 ( cms_uint64_t word64,
int  iWord 
)

set the TotalTriggerNr value in a 64-bits word, having the index iWord in the GTFE raw record

Definition at line 295 of file L1GtfeWord.cc.

References m_totalTriggerNr, TotalTriggerNrShift, and TotalTriggerNrWord.

Referenced by L1GTEvmDigiToRaw::packGTFE(), and L1GTDigiToRaw::packGTFE().

296 {
297 
298  if (iWord == TotalTriggerNrWord) {
299  word64 = word64 |
301  }
302 
303 }
static const int TotalTriggerNrWord
Definition: L1GtfeWord.h:281
static const int TotalTriggerNrShift
Definition: L1GtfeWord.h:289
unsigned long long cms_uint64_t
Definition: typedefs.h:17
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
const cms_uint32_t L1GtfeWord::setupVersion ( ) const
inline

get/set setup version

Definition at line 142 of file L1GtfeWord.h.

References m_setupVersion.

Referenced by L1TGT::analyze(), L1GtDataEmulAnalyzer::compareGTFE(), and L1GtHwValidation::compareGTFE().

143  {
144  return m_setupVersion;
145  }
cms_uint32_t m_setupVersion
Definition: L1GtfeWord.h:305
const cms_uint32_t L1GtfeWord::totalTriggerNr ( ) const
inline

get/set total number of L1A sent since start of run

Definition at line 213 of file L1GtfeWord.h.

References m_totalTriggerNr.

Referenced by L1GtHwValidation::compareGTFE(), and L1GtDataEmulAnalyzer::compareGTFE().

214  {
215  return m_totalTriggerNr;
216  }
cms_uint32_t m_totalTriggerNr
total number of L1A sent since start of run
Definition: L1GtfeWord.h:317
void L1GtfeWord::unpack ( const unsigned char *  gtfePtr)
virtual

unpack GTFE gtfePtr pointer to the beginning of the GTFE block in the raw data

Reimplemented in L1GtfeExtWord.

Definition at line 382 of file L1GtfeWord.cc.

References ActiveBoardsWord, AltNrBxBoardWord, BlockSize, BoardIdWord, BxNrWord, edm::isDebugEnabled(), LogDebug, LogTrace, RecordLength1Word, RecordLengthWord, setActiveBoards(), setAltNrBxBoard(), setBoardId(), setBxNr(), setRecordLength(), setRecordLength1(), setSetupVersion(), setTotalTriggerNr(), SetupVersionWord, and TotalTriggerNrWord.

Referenced by L1GlobalTriggerRawToDigi::produce(), and L1GtfeExtWord::unpack().

383 {
384  LogDebug("L1GtfeWord")
385  << "\nUnpacking GTFE block.\n"
386  << std::endl;
387 
388  const cms_uint64_t* payload =
389  reinterpret_cast<cms_uint64_t*>(const_cast<unsigned char*>(gtfePtr));
390 
391  setBoardId(payload[BoardIdWord]);
394  setBxNr(payload[BxNrWord]);
399 
400 
401  if ( edm::isDebugEnabled() ) {
402 
403  for (int iWord = 0; iWord < BlockSize; ++iWord) {
404  LogTrace("L1GtfeWord")
405  << std::setw(4) << iWord << " "
406  << std::hex << std::setfill('0')
407  << std::setw(16) << payload[iWord]
408  << std::dec << std::setfill(' ')
409  << std::endl;
410  }
411 
412  }
413 
414 }
#define LogDebug(id)
bool isDebugEnabled()
void setBxNr(cms_uint16_t bxNrValue)
Definition: L1GtfeWord.h:129
static const int ActiveBoardsWord
Definition: L1GtfeWord.h:279
static const int BlockSize
Definition: L1GtfeWord.h:255
void setRecordLength(cms_uint16_t recordLengthValue)
Definition: L1GtfeWord.h:111
void setAltNrBxBoard(cms_uint16_t altNrBxBoardValue)
Definition: L1GtfeWord.h:194
void setTotalTriggerNr(cms_uint32_t totalTriggerNrValue)
Definition: L1GtfeWord.h:218
static const int TotalTriggerNrWord
Definition: L1GtfeWord.h:281
static const int SetupVersionWord
Definition: L1GtfeWord.h:261
void setRecordLength1(cms_uint16_t recordLengthValue)
Definition: L1GtfeWord.h:92
#define LogTrace(id)
void setBoardId(cms_uint16_t boardIdValue)
set BoardId from a BoardId value
Definition: L1GtfeWord.h:73
static const int RecordLength1Word
Definition: L1GtfeWord.h:258
void setActiveBoards(cms_uint16_t activeBoardsValue)
Definition: L1GtfeWord.h:170
static const int RecordLengthWord
Definition: L1GtfeWord.h:259
static const int BoardIdWord
Definition: L1GtfeWord.h:257
unsigned long long cms_uint64_t
Definition: typedefs.h:17
void setSetupVersion(cms_uint32_t setupVersionValue)
Definition: L1GtfeWord.h:147
static const int BxNrWord
Definition: L1GtfeWord.h:260
static const int AltNrBxBoardWord
Definition: L1GtfeWord.h:280

Member Data Documentation

const cms_uint64_t L1GtfeWord::ActiveBoardsMask = 0xFFFF000000000000ULL
staticprivate

Definition at line 283 of file L1GtfeWord.h.

Referenced by setActiveBoards().

const int L1GtfeWord::ActiveBoardsShift = 48
staticprivate

Definition at line 287 of file L1GtfeWord.h.

Referenced by setActiveBoards(), and setActiveBoardsWord64().

const int L1GtfeWord::ActiveBoardsWord = 1
staticprivate

Definition at line 279 of file L1GtfeWord.h.

Referenced by setActiveBoardsWord64(), and unpack().

const cms_uint64_t L1GtfeWord::AltNrBxBoardMask = 0x0000FFFF00000000ULL
staticprivate

Definition at line 284 of file L1GtfeWord.h.

Referenced by setAltNrBxBoard().

const int L1GtfeWord::AltNrBxBoardShift = 32
staticprivate

Definition at line 288 of file L1GtfeWord.h.

Referenced by setAltNrBxBoard(), and setAltNrBxBoardWord64().

const int L1GtfeWord::AltNrBxBoardWord = 1
staticprivate

Definition at line 280 of file L1GtfeWord.h.

Referenced by setAltNrBxBoardWord64(), and unpack().

const int L1GtfeWord::BlockSize = 2
staticprivate

Definition at line 255 of file L1GtfeWord.h.

Referenced by getSize(), and unpack().

const cms_uint64_t L1GtfeWord::BoardIdMask = 0xFF00000000000000ULL
staticprivate

Definition at line 263 of file L1GtfeWord.h.

Referenced by setBoardId().

const int L1GtfeWord::BoardIdShift = 56
staticprivate

Definition at line 272 of file L1GtfeWord.h.

Referenced by setBoardId(), and setBoardIdWord64().

const int L1GtfeWord::BoardIdWord = 0
staticprivate

Definition at line 257 of file L1GtfeWord.h.

Referenced by setBoardIdWord64(), and unpack().

const cms_uint32_t L1GtfeWord::BstFlagMask = 0x0001
staticprivate

Definition at line 269 of file L1GtfeWord.h.

Referenced by bstFlag(), and setBstFlag().

const cms_uint64_t L1GtfeWord::BxNrMask = 0x00000FFF00000000ULL
staticprivate

Definition at line 266 of file L1GtfeWord.h.

Referenced by setBxNr().

const int L1GtfeWord::BxNrShift = 32
staticprivate

Definition at line 275 of file L1GtfeWord.h.

Referenced by setBxNr(), and setBxNrWord64().

const int L1GtfeWord::BxNrWord = 0
staticprivate

Definition at line 260 of file L1GtfeWord.h.

Referenced by setBxNrWord64(), and unpack().

cms_uint16_t L1GtfeWord::m_activeBoards
private

active boards contributing to EVM respectively DAQ record

Definition at line 308 of file L1GtfeWord.h.

Referenced by activeBoards(), operator==(), print(), reset(), setActiveBoards(), and setActiveBoardsWord64().

cms_uint16_t L1GtfeWord::m_altNrBxBoard
private

alternative for number of BX per board correlated with active boards bit value is 0: take alternative 0 bit value is 1: take alternative 1

Definition at line 314 of file L1GtfeWord.h.

Referenced by altNrBxBoard(), operator==(), print(), reset(), setAltNrBxBoard(), and setAltNrBxBoardWord64().

cms_uint16_t L1GtfeWord::m_boardId
private

board identifier

Definition at line 295 of file L1GtfeWord.h.

Referenced by boardId(), operator==(), print(), reset(), setBoardId(), and setBoardIdWord64().

cms_uint16_t L1GtfeWord::m_bxNr
private

bunch cross number as counted in the GTFE board

Definition at line 304 of file L1GtfeWord.h.

Referenced by bxNr(), operator==(), print(), reset(), setBxNr(), and setBxNrWord64().

cms_uint16_t L1GtfeWord::m_recordLength
private

record length for alternative 0

Definition at line 301 of file L1GtfeWord.h.

Referenced by operator==(), print(), recordLength(), reset(), setRecordLength(), and setRecordLengthWord64().

cms_uint16_t L1GtfeWord::m_recordLength1
private

record length for alternative 1

Definition at line 298 of file L1GtfeWord.h.

Referenced by operator==(), print(), recordLength1(), reset(), setRecordLength1(), and setRecordLength1Word64().

cms_uint32_t L1GtfeWord::m_setupVersion
private
cms_uint32_t L1GtfeWord::m_totalTriggerNr
private

total number of L1A sent since start of run

Definition at line 317 of file L1GtfeWord.h.

Referenced by operator==(), print(), reset(), setTotalTriggerNr(), setTotalTriggerNrWord64(), and totalTriggerNr().

const cms_uint64_t L1GtfeWord::RecordLength1Mask = 0x00F0000000000000ULL
staticprivate

Definition at line 264 of file L1GtfeWord.h.

Referenced by setRecordLength1().

const int L1GtfeWord::RecordLength1Shift = 52
staticprivate

Definition at line 273 of file L1GtfeWord.h.

Referenced by setRecordLength1(), and setRecordLength1Word64().

const int L1GtfeWord::RecordLength1Word = 0
staticprivate

Definition at line 258 of file L1GtfeWord.h.

Referenced by setRecordLength1Word64(), and unpack().

const cms_uint64_t L1GtfeWord::RecordLengthMask = 0x000F000000000000ULL
staticprivate

Definition at line 265 of file L1GtfeWord.h.

Referenced by setRecordLength().

const int L1GtfeWord::RecordLengthShift = 48
staticprivate

Definition at line 274 of file L1GtfeWord.h.

Referenced by setRecordLength(), and setRecordLengthWord64().

const int L1GtfeWord::RecordLengthWord = 0
staticprivate

Definition at line 259 of file L1GtfeWord.h.

Referenced by setRecordLengthWord64(), and unpack().

const cms_uint64_t L1GtfeWord::SetupVersionMask = 0x00000000FFFFFFFFULL
staticprivate

Definition at line 267 of file L1GtfeWord.h.

Referenced by setSetupVersion().

const int L1GtfeWord::SetupVersionShift = 0
staticprivate

Definition at line 276 of file L1GtfeWord.h.

Referenced by setSetupVersion(), and setSetupVersionWord64().

const int L1GtfeWord::SetupVersionWord = 0
staticprivate

Definition at line 261 of file L1GtfeWord.h.

Referenced by setSetupVersionWord64(), and unpack().

const cms_uint64_t L1GtfeWord::TotalTriggerNrMask = 0x00000000FFFFFFFFULL
staticprivate

Definition at line 285 of file L1GtfeWord.h.

Referenced by setTotalTriggerNr().

const int L1GtfeWord::TotalTriggerNrShift = 0
staticprivate

Definition at line 289 of file L1GtfeWord.h.

Referenced by setTotalTriggerNr(), and setTotalTriggerNrWord64().

const int L1GtfeWord::TotalTriggerNrWord = 1
staticprivate

Definition at line 281 of file L1GtfeWord.h.

Referenced by setTotalTriggerNrWord64(), and unpack().