ATLAS Offline Software
Classes | Functions
EMECHVPayload.h File Reference
#include <iostream>
Include dependency graph for EMECHVPayload.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EMECHVPayload
 

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 15 of file EMECHVPayload.h.

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