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 return classID();
17}
18
20 std::stringstream sstream{};
21 sstream << "Number of collections: " << numberOfCollections() << ". Contains collections: " << std::endl;
22 for (const NSW_PadTriggerData* collection : *this) {
23 sstream << collection->string() << std::endl;
24 }
25 return sstream.str();
26}
27
28std::ostream& operator<<(std::ostream& stream, const NSW_PadTriggerDataContainer& rhs) {
29 return stream << rhs.string();
30}
31
32MsgStream& operator<<(MsgStream& stream, const NSW_PadTriggerDataContainer& rhs) {
33 return stream << rhs.string();
34}
35} // 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)