ATLAS Offline Software
Loading...
Searching...
No Matches
NSW_PadTriggerDataContainer.cxx
Go to the documentation of this file.
2
3namespace Muon {
4
7
10
14
16 static const CLID cid = classID();
17 return cid;
18}
19
21 std::stringstream sstream{};
22 sstream << "Number of collections: " << numberOfCollections() << ". Contains collections: " << std::endl;
23 for (const NSW_PadTriggerData* collection : *this) {
24 sstream << collection->string() << std::endl;
25 }
26 return sstream.str();
27}
28
29std::ostream& operator<<(std::ostream& stream, const NSW_PadTriggerDataContainer& rhs) {
30 return stream << rhs.string();
31}
32
33MsgStream& operator<<(MsgStream& stream, const NSW_PadTriggerDataContainer& rhs) {
34 return stream << rhs.string();
35}
36} // namespace Muon
uint32_t CLID
The Class ID type.
IdentifiableContainerMT< T > IdentifiableContainer
virtual size_t numberOfCollections() const override final
return number of collections
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
std::ostream & operator<<(std::ostream &ostr, const Muon::HedgehogBoard &board)