ATLAS Offline Software
Loading...
Searching...
No Matches
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 & 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}