ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArGeoModel
LArHV
src
EMECPresamplerHVPayload.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARHV_EMECPRESAMPLERHVPAYLOAD_H
6
#define LARHV_EMECPRESAMPLERHVPAYLOAD_H
7
#include <iostream>
8
struct
EMECPresamplerHVPayload
{
9
double
voltage
;
10
double
current
;
11
int
hvLineNo
;
12
};
13
14
inline
std::ostream &
operator <<
(std::ostream & o,
const
EMECPresamplerHVPayload
& payload) {
15
o <<
"HV Line No "
<< payload.hvLineNo <<
' '
<< payload.voltage <<
" volts; "
<< payload.current <<
" amps"
<< std::endl;
16
return
o;
17
}
18
#endif
operator<<
std::ostream & operator<<(std::ostream &o, const EMECPresamplerHVPayload &payload)
Definition
EMECPresamplerHVPayload.h:14
EMECPresamplerHVPayload
Definition
EMECPresamplerHVPayload.h:8
EMECPresamplerHVPayload::voltage
double voltage
Definition
EMECPresamplerHVPayload.h:9
EMECPresamplerHVPayload::hvLineNo
int hvLineNo
Definition
EMECPresamplerHVPayload.h:11
EMECPresamplerHVPayload::current
double current
Definition
EMECPresamplerHVPayload.h:10
Generated on
for ATLAS Offline Software by
1.14.0