ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawDataCollection.h File Reference
Include dependency graph for CscRawDataCollection.h:

Go to the source code of this file.

Classes

class  CscRawDataCollection
 Collection of CSC Raw Hits, arranged according to CSC Detector Elements Author: Ketevi A. More...

Typedefs

typedef DataVector< CscRawDataCollectionCSC_RAWDATACOLLECTION_vector

Functions

std::ostream & operator<< (std::ostream &sl, const CscRawDataCollection &coll)
 Overload of << operator for std::ostream for debug output.

Typedef Documentation

◆ CSC_RAWDATACOLLECTION_vector

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & sl,
const CscRawDataCollection & coll )

Overload of << operator for std::ostream for debug output.

Definition at line 114 of file CscRawDataCollection.cxx.

115{
116 sl << "CscRawDataCollection: "
117 << "identify()="<< coll.identify()
118 << ", rodId()="<< coll.rodId()
119 << ", subDetectorId()="<< coll.subDetectorId()
120 << ", numRPU()="<< coll.numRPU()
121 << ", detector event type="<< coll.eventType()
122 << ", sampling phase="<< coll.samplingPhase()
123 << ", trigger type="<< coll.triggerType()
124 << ", first bit summary="<< coll.firstBitSummary()
125 <<" CscRawData=[";
128 for (;it!=itEnd;++it) sl<< (**it)<<", ";
129 sl <<" ]"<<std::endl;
130 return sl;}
uint8_t firstBitSummary() const
uint16_t identify() const
access methods
uint16_t subDetectorId() const
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
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.