ATLAS Offline Software
Loading...
Searching...
No Matches
STGC_RawDataContainer.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
6#include <iostream>
7
12
17
22
23
24// Destructor.
26
31
32
33// Output stream.
34std::ostream& operator<<(std::ostream& lhs, const Muon::STGC_RawDataContainer& rhs) {
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}
44
uint32_t CLID
The Class ID type.
IdentifiableContainerMT< T > IdentifiableContainer
EventContainers::IdentifiableCache< Muon::STGC_RawDataCollection > STGC_RawDataCollection_Cache
size_t size() const
Duplicate of fullSize for backwards compatability.
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)