ATLAS Offline Software
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

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

Function Documentation

◆ ClassImp()

ClassImp ( FPGATrackSimEventInfo  )

Definition at line 8 of file FPGATrackSimEventInfo.cxx.

11  {
12  reset();
13 }

◆ operator<<()

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

Definition at line 20 of file FPGATrackSimEventInfo.cxx.

20  {
21  s << "Event " << h.eventNumber()
22  << " \tRun " << h.runNumber();
23 
24  return s;
25 }
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131
h
CxxUtils::reset
constexpr std::enable_if_t< is_bitmask_v< E >, E & > reset(E &lhs, E rhs)
Convenience function to clear bits in a class enum bitmask.
Definition: bitmask.h:243