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

Go to the source code of this file.

Classes

struct  FCALHVPayload

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 14 of file FCALHVPayload.h.

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