ATLAS Offline Software
Functions
FPGATrackSimTowerInputHeader.cxx File Reference
#include "FPGATrackSimObjects/FPGATrackSimTowerInputHeader.h"
#include <iostream>
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 }
beamspotman.r
def r
Definition: beamspotman.py:676
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131