Online Calibration data. More...
#include <sevt/PMTQuality.h>
Public Member Functions | |
short | GetVersion () const |
bool | HasAnode () const |
bool | IsRaining () const |
bool | IsTubeOk () const |
void | SetHasAnode (const bool ok) |
void | SetIsRaining (const bool ok) |
void | SetIsTubeOk (const bool ok) |
void | SetVersion (const short v) |
Private Member Functions | |
PMTQuality ()=default | |
~PMTQuality ()=default | |
Private Attributes | |
bool | fHasAnode = true |
bool | fIsRaining = false |
bool | fIsTubeOk = true |
short | fVersion = 0 |
Friends | |
class | PMT |
class | utl::ShadowPtr< PMTQuality > |
Online Calibration data.
Quantities in this class are normally filled by Reading the CDAS Event and using CDAS algorithms. Other classes do not have write access
Definition at line 25 of file PMTQuality.h.
|
privatedefault |
|
privatedefault |
|
inline |
Definition at line 35 of file PMTQuality.h.
References fVersion.
|
inline |
Definition at line 31 of file PMTQuality.h.
References fHasAnode.
|
inline |
Definition at line 33 of file PMTQuality.h.
References fIsRaining.
|
inline |
Definition at line 29 of file PMTQuality.h.
References fIsTubeOk.
|
inline |
Definition at line 38 of file PMTQuality.h.
References fHasAnode, and ok().
Referenced by io::PMTQuality_ROOT::operator>>().
|
inline |
Definition at line 39 of file PMTQuality.h.
References fIsRaining, and ok().
Referenced by io::PMTQuality_ROOT::operator>>().
|
inline |
Definition at line 37 of file PMTQuality.h.
References fIsTubeOk, and ok().
Referenced by io::PMTQuality_ROOT::operator>>().
|
inline |
Definition at line 40 of file PMTQuality.h.
References fVersion.
Referenced by io::PMTQuality_ROOT::operator>>().
|
friend |
Definition at line 51 of file PMTQuality.h.
|
friend |
Definition at line 52 of file PMTQuality.h.
|
private |
Definition at line 48 of file PMTQuality.h.
Referenced by HasAnode(), and SetHasAnode().
|
private |
Definition at line 49 of file PMTQuality.h.
Referenced by IsRaining(), and SetIsRaining().
|
private |
Definition at line 47 of file PMTQuality.h.
Referenced by IsTubeOk(), and SetIsTubeOk().
|
private |
Definition at line 46 of file PMTQuality.h.
Referenced by GetVersion(), and SetVersion().