Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Functions
FPGATrackSimEventInfo.cxx File Reference
#include "FPGATrackSimObjects/FPGATrackSimEventInfo.h"
#include <iostream>
Include dependency graph for FPGATrackSimEventInfo.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 19 of file FPGATrackSimEventInfo.cxx.

19  {
20  s << "Event " << h.eventNumber()
21  << " \tRun " << h.runNumber();
22 
23  return s;
24 }
h
python.SystemOfUnits.s
float s
Definition: SystemOfUnits.py:146