ATLAS Offline Software
Loading...
Searching...
No Matches
FPGATrackSimCluster.h File Reference
Include dependency graph for FPGATrackSimCluster.h:

Go to the source code of this file.

Classes

class  FPGATrackSimCluster

Typedefs

typedef std::vector< FPGATrackSimHithitVector

Functions

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

Typedef Documentation

◆ hitVector

typedef std::vector<FPGATrackSimHit> hitVector

Definition at line 22 of file FPGATrackSimCluster.h.

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