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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 8 of file PadData.cxx.

8  {
9  stream << "Pad hit at side " << ( (data.sideId())? "C":"A") // According to PadData.h
10  << ", sector id " << data.sectorId()
11  << ", sector type " << data.sectorType()
12  << ", module id " << data.moduleId()
13  << ", multiplet id " << data.multipletId()
14  << ", gas gap id " << data.gasGapId()
15  << ", pad eta id " << data.padEtaId()
16  << ", pad phi id " << data.padPhiId();
17 
18  return stream;
19 }
data
char data[hepevt_bytes_allocation_ATLAS]
Definition: HepEvt.cxx:11
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12