#include <cstdint>
#include <bitset>
#include <iostream>
Go to the source code of this file.
◆ operator<()
◆ operator<<()
Definition at line 125 of file TotemTimingEventInfo.h.
References TotemTimingEventInfo::bunchNumber(), TotemTimingEventInfo::channelMap(), TauDecayModes::dec, TotemTimingEventInfo::eventNumber(), TotemTimingEventInfo::hardwareBoardId(), TotemTimingEventInfo::hardwareChannelId(), TotemTimingEventInfo::hardwareId(), TotemTimingEventInfo::hardwareSampicId(), TotemTimingEventInfo::l1ALatency(), TotemTimingEventInfo::l1ATimestamp(), TotemTimingEventInfo::numberOfSamples(), EcalTangentSkim_cfg::o, TotemTimingEventInfo::offsetOfSamples(), TotemTimingEventInfo::orbitNumber(), and TotemTimingEventInfo::pllInfo().
126 std::bitset<16> bitsPLLInfo(digi.
pllInfo());
127 return o <<
"TotemTimingEventInfo:" 133 <<
"\nChannels fired:\t" << std::hex << digi.
channelMap() <<
"\nNumber of Samples:\t" <<
std::dec 135 <<
"\nPLL Info:\t" << bitsPLLInfo.to_string() << std::endl;
unsigned int hardwareSampicId() const
unsigned int l1ALatency() const
unsigned int bunchNumber() const
unsigned int hardwareId() const
Return digi values number.
unsigned int l1ATimestamp() const
unsigned int hardwareBoardId() const
unsigned int offsetOfSamples() const
unsigned int numberOfSamples() const
uint16_t channelMap() const
unsigned int orbitNumber() const
unsigned int eventNumber() const
unsigned int hardwareChannelId() const