ATLAS Offline Software
Loading...
Searching...
No Matches
CablingObject.cxx File Reference
#include "RPC_CondCabling/CablingObject.h"
#include <iomanip>
Include dependency graph for CablingObject.cxx:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &stream, const CablingObject &obj)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & stream,
const CablingObject & obj )

Definition at line 16 of file CablingObject.cxx.

16 {
17 stream << obj.name() << " number " << std::setw(3) << obj.number() << " associated to sector type " << std::setw(3)
18 << obj.sector_type() << " in station n. " << obj.station() << std::endl;
19 return stream;
20}