ATLAS Offline Software
|
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration. More...
#include "HGTD_PrepRawData/HGTD_Cluster.h"
#include "AthenaKernel/CLASS_DEF.h"
#include "TrkPrepRawData/PrepRawDataCollection.h"
Go to the source code of this file.
Typedefs | |
typedef Trk::PrepRawDataCollection< HGTD_Cluster > | HGTD_ClusterCollection |
Functions | |
MsgStream & | operator<< (MsgStream &sl, const HGTD_ClusterCollection &coll) |
Overload of << operator for MsgStream for debug output. More... | |
std::ostream & | operator<< (std::ostream &sl, const HGTD_ClusterCollection &coll) |
Overload of << operator for std::ostream for debug output. More... | |
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration.
Clusters on a given sensor are grouped in this identifiable collection.
Definition in file HGTD_ClusterCollection.h.
Definition at line 19 of file HGTD_ClusterCollection.h.
MsgStream& operator<< | ( | MsgStream & | sl, |
const HGTD_ClusterCollection & | coll | ||
) |
Overload of << operator for MsgStream for debug output.
Definition at line 13 of file HGTD_ClusterCollection.cxx.
std::ostream& operator<< | ( | std::ostream & | sl, |
const HGTD_ClusterCollection & | coll | ||
) |
Overload of << operator for std::ostream for debug output.
Definition at line 26 of file HGTD_ClusterCollection.cxx.