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 20 of file FPGATrackSimOptionalEventInfo.cxx.

20  {
21  s << "nOfflineClusters: " << info.nOfflineClusters() << ", "
22  << "nOfflineTracks: " << info.nOfflineTracks() << ", "
23  << "nTruthTracks: " << info.nTruthTracks() << std::endl;
24  return s;
25 }
grepfile.info
info
Definition: grepfile.py:38
python.SystemOfUnits.s
int s
Definition: SystemOfUnits.py:131