#include "CondFormats/CTPPSReadoutObjects/interface/TotemFramePosition.h"
#include <iomanip>
#include <cstdlib>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &s, const TotemFramePosition &fp) |
std::ostream& operator<< | ( | std::ostream & | s, |
const TotemFramePosition & | fp | ||
) |
Condensed representation of the DAQ channel. prints 5-digit hex number, the digits correspond to SubSystem, TOTFED ID, OptoRx ID, GOH ID, index within fiber in this order
Definition at line 26 of file TotemFramePosition.cc.
References TauDecayModes::dec, TotemFramePosition::getGOHId(), TotemFramePosition::getIdxInFiber(), TotemFramePosition::getOptoRxId(), TotemFramePosition::getSubSystemId(), and TotemFramePosition::getTOTFEDId().