ATLAS Offline Software
Loading...
Searching...
No Matches
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
7std::ostream& operator<<(std::ostream& o, const FPGATrackSimCluster& cluster)
8{
9 return o << "Cluster formed from " << cluster.getHitList().size() << " hits";
10}
std::ostream & operator<<(std::ostream &o, const FPGATrackSimCluster &cluster)
hitVector const & getHitList() const