ATLAS Offline Software
Loading...
Searching...
No Matches
CscRawData_p1.cxx File Reference
#include "MuonEventAthenaPool/CscRawData_p1.h"
#include <iostream>
Include dependency graph for CscRawData_p1.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & sl,
const CscRawData_p1 & data )

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

Definition at line 8 of file CscRawData_p1.cxx.

9{
10 sl << "CscRawData ("<< &data <<") "
11 << "ID=" << data.identify()
12 << ", address=" << data.getAddress()
13 << ", dpuID=" << data.dpuID()
14 << ", amps=[";
15 for( unsigned i=0; i<data.getSamples().size(); ++i ) {
16 sl << data.getSamples()[i] << ",";
17 }
18 sl << "]";
19 return sl;
20}
char data[hepevt_bytes_allocation_ATLAS]
Definition HepEvt.cxx:11