ATLAS Offline Software
Classes | Typedefs | Functions
FPGATrackSimCluster.h File Reference
#include <TObject.h>
#include "FPGATrackSimObjects/FPGATrackSimHit.h"
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 23 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 }
FPGATrackSimCluster::getHitList
hitVector const & getHitList() const
Definition: FPGATrackSimCluster.h:30