#include "MuonRDO/CscRawDataCollection.h"
#include "GaudiKernel/MsgStream.h"
Go to the source code of this file.
◆ operator<<()
Overload of << operator for std::ostream for debug output.
Definition at line 114 of file CscRawDataCollection.cxx.
115{
116 sl << "CscRawDataCollection: "
118 <<
", rodId()="<< coll.
rodId()
120 <<
", numRPU()="<< coll.
numRPU()
121 <<
", detector event type="<< coll.
eventType()
125 <<" CscRawData=[";
128 for (;
it!=itEnd;++
it) sl<< (**it)<<
", ";
129 sl <<" ]"<<std::endl;
130 return sl;}
bool samplingPhase() const
uint8_t firstBitSummary() const
uint16_t identify() const
access methods
uint16_t subDetectorId() const
uint32_t eventType() const
DataModel_detail::const_iterator< DataVector > const_iterator
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.