ATLAS Offline Software
Loading...
Searching...
No Matches
StripData.cxx File Reference
#include "StripData.h"
#include <ostream>
Include dependency graph for StripData.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const GlobalSim::StripData &sd)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
const GlobalSim::StripData & sd )

Definition at line 8 of file StripData.cxx.

9 {
10
11 os << "StripData eta: " << sd.m_eta
12 << " phi " << sd.m_phi
13 << " e " << sd.m_e;
14 return os;
15}