ATLAS Offline Software
Loading...
Searching...
No Matches
StripData.h File Reference
#include <iosfwd>
Include dependency graph for StripData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  GlobalSim::StripData

Namespaces

namespace  GlobalSim
 AlgTool that to test whether expected the TIP values generated by data supplied by eEmMultTestBench correspond to those produced by eEmMultAlgTool.

Functions

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

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}