ATLAS Offline Software
Functions
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 }
AthenaPoolTestWrite.stream
string stream
Definition: AthenaPoolTestWrite.py:12
python.PyAthena.obj
obj
Definition: PyAthena.py:135