ATLAS Offline Software
Functions
FPGATrackSimLogicalEventOutputHeader.cxx File Reference
#include "FPGATrackSimObjects/FPGATrackSimLogicalEventOutputHeader.h"
Include dependency graph for FPGATrackSimLogicalEventOutputHeader.cxx:

Go to the source code of this file.

Functions

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

Function Documentation

◆ ClassImp()

Definition at line 7 of file FPGATrackSimLogicalEventOutputHeader.cxx.

9  {
10  reset();
11 }

◆ 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
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