CbmRoot
|
#include <StructDef.h>
Public Member Functions | |
Rpc_HV () | |
void | Clear () |
Rpc_HV (Rpc_HV &in) | |
void | Print () |
Rpc_HV () | |
void | Clear () |
Rpc_HV (Rpc_HV &in) | |
void | Print () |
Public Attributes | |
Int_t | iTimeSec |
Int_t | iTimeMilliSec |
Double_t | dVoltageNeg |
Double_t | dCurrentNeg |
Int_t | iPowerNeg |
Int_t | iStatusNeg |
Double_t | dVoltagePos |
Double_t | dCurrentPos |
Int_t | iPowerPos |
Int_t | iStatusPos |
Definition at line 4 of file apr14/currents/StructDef.h.
Rpc_HV::Rpc_HV | ( | ) |
Definition at line 21 of file feb15/current/StructDef.h.
References dCurrentNeg, dCurrentPos, dVoltageNeg, dVoltagePos, iPowerNeg, iPowerPos, iStatusNeg, iStatusPos, iTimeMilliSec, and iTimeSec.
Rpc_HV::Rpc_HV | ( | Rpc_HV & | in | ) |
Definition at line 45 of file feb15/current/StructDef.h.
References dCurrentNeg, dCurrentPos, dVoltageNeg, dVoltagePos, iPowerNeg, iPowerPos, iStatusNeg, iStatusPos, iTimeMilliSec, and iTimeSec.
Rpc_HV::Rpc_HV | ( | ) |
Rpc_HV::Rpc_HV | ( | Rpc_HV & | in | ) |
void Rpc_HV::Clear | ( | ) |
Definition at line 17 of file apr14/currents/StructDef.h.
References dCurrentNeg, dCurrentPos, dVoltageNeg, dVoltagePos, iPowerNeg, iPowerPos, iStatusNeg, iStatusPos, iTimeMilliSec, and iTimeSec.
void Rpc_HV::Clear | ( | ) |
void Rpc_HV::Print | ( | ) |
void Rpc_HV::Print | ( | ) |
Definition at line 42 of file apr14/currents/StructDef.h.
References dCurrentNeg, dCurrentPos, dVoltageNeg, dVoltagePos, iPowerNeg, iPowerPos, iStatusNeg, iStatusPos, iTimeMilliSec, and iTimeSec.
Double_t Rpc_HV::dCurrentNeg |
Definition at line 8 of file apr14/currents/StructDef.h.
Double_t Rpc_HV::dCurrentPos |
Definition at line 12 of file apr14/currents/StructDef.h.
Double_t Rpc_HV::dVoltageNeg |
Definition at line 7 of file apr14/currents/StructDef.h.
Double_t Rpc_HV::dVoltagePos |
Definition at line 11 of file apr14/currents/StructDef.h.
Int_t Rpc_HV::iPowerNeg |
Definition at line 9 of file apr14/currents/StructDef.h.
Int_t Rpc_HV::iPowerPos |
Definition at line 13 of file apr14/currents/StructDef.h.
Int_t Rpc_HV::iStatusNeg |
Definition at line 10 of file apr14/currents/StructDef.h.
Int_t Rpc_HV::iStatusPos |
Definition at line 14 of file apr14/currents/StructDef.h.
Int_t Rpc_HV::iTimeMilliSec |
Definition at line 6 of file apr14/currents/StructDef.h.
Int_t Rpc_HV::iTimeSec |
Definition at line 5 of file apr14/currents/StructDef.h.