ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimTowerInputHeader.h File Reference
#include <TObject.h>
#include <vector>
#include <iostream>
#include "FPGATrackSimObjects/FPGATrackSimTruthTrack.h"
#include "FPGATrackSimObjects/FPGATrackSimOfflineTrack.h"
#include "FPGATrackSimObjects/FPGATrackSimHit.h"
Include dependency graph for FPGATrackSimTowerInputHeader.h:

Go to the source code of this file.

Classes

class  FPGATrackSimTowerInputHeader

Functions

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

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