ATLAS Offline Software
Functions
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 34 of file STGC_RawDataContainer.cxx.

34  {
35  lhs << "STGC_RawDataContainer has " << rhs.size() << " collections:" << std::endl;
36  for (const auto *col : rhs ){
37  lhs << "Collection with hash ["<<col->identifyHash()<<"] : " << std::endl;
38  for (const auto *rdo : *col ){
39  lhs << *rdo;
40  }
41  }
42  return lhs;
43 }
IdentifiableContainerMT::size
size_t size() const
Duplicate of fullSize for backwards compatability.
Definition: IdentifiableContainerMT.h:209
query_example.col
col
Definition: query_example.py:7