ATLAS Offline Software
FPGATrackSimCluster.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4 #include <iostream>
6 
7 std::ostream& operator<<(std::ostream& o, const FPGATrackSimCluster& cluster)
8 {
9  return o << "Cluster formed from " << cluster.getHitList().size() << " hits";
10 }
FPGATrackSimCluster::getHitList
hitVector const & getHitList() const
Definition: FPGATrackSimCluster.h:30
FPGATrackSimCluster
Definition: FPGATrackSimCluster.h:25
operator<<
std::ostream & operator<<(std::ostream &o, const FPGATrackSimCluster &cluster)
Definition: FPGATrackSimCluster.cxx:7
FPGATrackSimCluster.h