ATLAS Offline Software
Classes | Functions
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:
This graph shows which files directly or indirectly include this file:

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 &  ,
const FPGATrackSimTowerInputHeader  
)

Definition at line 29 of file FPGATrackSimTowerInputHeader.cxx.

30 {
31 
32  s << "Tower: id=" << r.id() << "\t eta=" << r.eta() << "\t phi=" << r.phi()
33  << "\t Nhits=" << r.nHits();
34 
35  return s;
36 }
beamspotman.r
def r
Definition: beamspotman.py:676
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131