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

Go to the source code of this file.

Classes

struct  HECHVPayload

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 14 of file HECHVPayload.h.

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