ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimTowerInputHeader.cxx File Reference
Include dependency graph for FPGATrackSimTowerInputHeader.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const FPGATrackSimTowerInputHeader &r)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & s,
const FPGATrackSimTowerInputHeader & r )

Definition at line 28 of file FPGATrackSimTowerInputHeader.cxx.

29{
30
31 s << "Tower: id=" << r.id() << "\t eta=" << r.eta() << "\t phi=" << r.phi()
32 << "\t Nhits=" << r.nHits();
33
34 return s;
35}
int r
Definition globals.cxx:22