#include <ostream>
#include <cstdint>
#include <vector>
Go to the source code of this file.
◆ GctBlockHeaderCollection
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
os, |
|
|
const GctBlockHeader & |
h |
|
) |
| |
Definition at line 12 of file GctBlockHeader.cc.
References TauDecayModes::dec, h, and l1tGTMenu_BTagSeeds_cff::os.
13 os <<
"ID " << std::hex <<
h.blockId() <<
" : Length : " <<
h.blockLength() <<
" : Samples " <<
h.nSamples()
14 <<
" : BX " <<
h.bxId() <<
" : Event " <<
h.eventId() <<
std::dec;
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.