ATLAS Offline Software
Classes | Functions
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 }
PixelModuleFeMask_create_db.payload
string payload
Definition: PixelModuleFeMask_create_db.py:69