ATLAS Offline Software
Classes | Functions
FPGATrackSimOptionalEventInfo.h File Reference
#include <TObject.h>
#include <vector>
#include <iostream>
#include <sstream>
#include "FPGATrackSimObjects/FPGATrackSimCluster.h"
#include "FPGATrackSimObjects/FPGATrackSimOfflineTrack.h"
#include "FPGATrackSimObjects/FPGATrackSimTruthTrack.h"
Include dependency graph for FPGATrackSimOptionalEventInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  FPGATrackSimOptionalEventInfo
 

Functions

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

Function Documentation

◆ operator<<()

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

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 }
grepfile.info
info
Definition: grepfile.py:38
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131