ATLAS Offline Software
Classes | Functions
FPGATrackSimLogicalEventOutputHeader.h File Reference
#include "FPGATrackSimObjects/FPGATrackSimDataFlowInfo.h"
#include "FPGATrackSimObjects/FPGATrackSimRoad.h"
#include "FPGATrackSimObjects/FPGATrackSimTrack.h"
#include "FPGATrackSimObjects/FPGATrackSimTypes.h"
#include <TObject.h>
Include dependency graph for FPGATrackSimLogicalEventOutputHeader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimLogicalEventOutputHeader
 

Functions

std::ostream & operator<< (std::ostream &s, FPGATrackSimLogicalEventOutputHeader const &h)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
FPGATrackSimLogicalEventOutputHeader const h 
)

Definition at line 21 of file FPGATrackSimLogicalEventOutputHeader.cxx.

21  {
22 
23  s << "NFPGATrackSimRoads_1st = " << h.nFPGATrackSimRoads_1st() << ", "
24  << "NFPGATrackSimRoads_2nd = " << h.nFPGATrackSimRoads_2nd() << ", "
25  << "NFPGATrackSimTracks_1st = " << h.nFPGATrackSimTracks_1st() << ", "
26  << "NFPGATrackSimTracks_2nd = " << h.nFPGATrackSimTracks_2nd() << std::endl;
27 
28  return s;
29 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
h