Main Page
Namespaces
Classes
Package Documentation
EventFilter
GctRawToDigi
src
GctBlockHeader.cc
Go to the documentation of this file.
1
#include "
EventFilter/GctRawToDigi/src/GctBlockHeader.h
"
2
3
GctBlockHeader::GctBlockHeader
(uint32_t blockId,
4
uint32_t blockLength,
5
uint32_t
nSamples
,
6
uint32_t bxId,
7
uint32_t eventId,
8
bool
valid):
9
m_blockId(blockId),
10
m_blockLength(blockLength),
11
m_nSamples(nSamples),
12
m_bxId(bxId),
13
m_eventId(eventId),
14
m_valid(valid)
15
{
16
}
17
18
std::ostream&
operator<<
(std::ostream& os,
const
GctBlockHeader
&
h
)
19
{
20
os <<
"ID "
<< std::hex << h.
blockId
() <<
" : Length : "
<< h.
blockLength
()
21
<<
" : Samples "
<< h.
nSamples
() <<
" : BX "
22
<< h.
bxId
() <<
" : Event "
<< h.
eventId
() <<
std::dec
;
23
return
os;
24
}
GctBlockHeader::bxId
uint32_t bxId() const
Get the bunch crossing ID.
Definition:
GctBlockHeader.h:44
GctBlockHeader::GctBlockHeader
GctBlockHeader(uint32_t blockId, uint32_t blockLength, uint32_t nSamples, uint32_t bxId, uint32_t eventId, bool valid)
Constructor. Don't use directly - use the generateBlockHeader() method in GctFormatTranslateBase-deri...
Definition:
GctBlockHeader.cc:3
h
Definition:
CSCDQM_HistoNames.h:23
GctBlockHeader.h
GctBlockHeader::eventId
uint32_t eventId() const
Get the event ID.
Definition:
GctBlockHeader.h:47
GctBlockHeader
Simple class for holding the basic attributes of an 32-bit block header.
Definition:
GctBlockHeader.h:16
operator<<
std::ostream & operator<<(std::ostream &os, const GctBlockHeader &h)
Definition:
GctBlockHeader.cc:18
hgc_digi::nSamples
constexpr size_t nSamples
Definition:
HGCDigitizerTypes.h:22
GctBlockHeader::blockLength
uint32_t blockLength() const
Get the fundamental block length (for 1 time sample)
Definition:
GctBlockHeader.h:38
TauDecayModes.dec
dec
Definition:
TauDecayModes.py:141
GctBlockHeader::blockId
uint32_t blockId() const
Get the block ID.
Definition:
GctBlockHeader.h:35
GctBlockHeader::nSamples
uint32_t nSamples() const
Get the number of time samples.
Definition:
GctBlockHeader.h:41
Generated for CMSSW Reference Manual by
1.8.11