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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 34 of file MM_RawDataContainer.cxx.

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