ATLAS Offline Software
Loading...
Searching...
No Matches
EMECPresamplerHVPayload.h File Reference
#include <iostream>
Include dependency graph for EMECPresamplerHVPayload.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EMECPresamplerHVPayload

Functions

std::ostream & operator<< (std::ostream &o, const EMECPresamplerHVPayload &payload)

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & o,
const EMECPresamplerHVPayload & payload )
inline

Definition at line 14 of file EMECPresamplerHVPayload.h.

14 {
15 o << "HV Line No " << payload.hvLineNo << ' ' << payload.voltage << " volts; " << payload.current << " amps" << std::endl;
16 return o;
17}