ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RawDataContainer.cxx File Reference
#include "MuonRDO/STGC_RawDataContainer.h"
#include <iostream>
Include dependency graph for STGC_RawDataContainer.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &lhs, const Muon::STGC_RawDataContainer &rhs)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & lhs,
const Muon::STGC_RawDataContainer & rhs )

Definition at line 41 of file STGC_RawDataContainer.cxx.

41 {
42 lhs << "STGC_RawDataContainer has " << rhs.size() << " collections:" << std::endl;
43 for (const auto *col : rhs ){
44 lhs << "Collection with hash ["<<col->identifyHash()<<"] : " << std::endl;
45 for (const auto *rdo : *col ){
46 lhs << *rdo;
47 }
48 }
49 return lhs;
50}
size_t size() const
Duplicate of fullSize for backwards compatability.