ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimCluster.cxx File Reference
#include <iostream>
#include "FPGATrackSimObjects/FPGATrackSimCluster.h"
Include dependency graph for FPGATrackSimCluster.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &o, const FPGATrackSimCluster &cluster)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & o,
const FPGATrackSimCluster & cluster )

Definition at line 7 of file FPGATrackSimCluster.cxx.

8{
9 return o << "Cluster formed from " << cluster.getHitList().size() << " hits";
10}
hitVector const & getHitList() const