ATLAS Offline Software
Functions
FPGATrackSimOptionalEventInfo.cxx File Reference
#include "FPGATrackSimObjects/FPGATrackSimOptionalEventInfo.h"
#include <iostream>
Include dependency graph for FPGATrackSimOptionalEventInfo.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const FPGATrackSimOptionalEventInfo &info)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const FPGATrackSimOptionalEventInfo info 
)

Definition at line 19 of file FPGATrackSimOptionalEventInfo.cxx.

19  {
20  s << "nOfflineClusters: " << info.nOfflineClusters() << ", "
21  << "nOfflineTracks: " << info.nOfflineTracks() << ", "
22  << "nTruthTracks: " << info.nTruthTracks() << std::endl;
23  return s;
24 }
python.SystemOfUnits.s
float s
Definition: SystemOfUnits.py:147
python.ParticleTypeUtil.info
def info
Definition: ParticleTypeUtil.py:87