ATLAS Offline Software
Functions
StripData.cxx File Reference
#include "TrigT1NSWSimTools/StripData.h"
Include dependency graph for StripData.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, NSWL1::StripData &data)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  stream,
NSWL1::StripData data 
)

Definition at line 7 of file StripData.cxx.

7  {
8  stream << "Strip hit at side " << ( (data.sideId())? "A":"C")
9  << ", trigger sector " << data.sectorId()
10  << ", layer " << data.layer()
11  << ", wedge " << data.wedge();
12  return stream;
13 }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12