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

Go to the source code of this file.

Classes

struct  EMBHVPayload

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 14 of file EMBHVPayload.h.

14 {
15 o << "Half Gap #0: HV Line No " << payload.hvLineNo[0] << ' ' << payload.voltage[0] << " volts; " << payload.current[0] << " amps" << std::endl;
16 o << "Half Gap #1: HV Line No " << payload.hvLineNo[1] << ' ' << payload.voltage[1] << " volts; " << payload.current[1] << " amps" << std::endl;
17 return o;
18}