ATLAS Offline Software
Classes | Functions
FPGATrackSimEventInfo.h File Reference
#include <vector>
#include <iostream>
#include <sstream>
#include "TObject.h"
Include dependency graph for FPGATrackSimEventInfo.h:

Go to the source code of this file.

Classes

class  FPGATrackSimEventInfo
 

Functions

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

Function Documentation

◆ operator<<()

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

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:147