#include <DIPLumiSummary.h>
Public Member Functions | |
int | cmsalive () const |
float | deadtimefraction () const |
DIPLumiSummary () | |
default constructor More... | |
DIPLumiSummary (float instlumi, float dellumi, float reclumi, unsigned short cmsalive) | |
set default constructor More... | |
unsigned int | fromLS () const |
unsigned int | fromRun () const |
float | instDelLumi () const |
float | intgDelLumiByLS () const |
float | intgRecLumiByLS () const |
bool | isNull () const |
void | setOrigin (unsigned int runnumber, unsigned int ls) |
~DIPLumiSummary () | |
destructor More... | |
Private Attributes | |
const unsigned short | m_cmsalive |
float | m_deadfrac |
const float | m_dellumi |
const float | m_instlumi |
unsigned int | m_ls |
const float | m_reclumi |
unsigned int | m_runnum |
Definition at line 7 of file DIPLumiSummary.h.
|
inline |
default constructor
Definition at line 10 of file DIPLumiSummary.h.
|
inline |
set default constructor
Definition at line 14 of file DIPLumiSummary.h.
References m_deadfrac, m_dellumi, and m_reclumi.
|
inline |
int DIPLumiSummary::cmsalive | ( | ) | const |
if cms central daq alive
Definition at line 26 of file DIPLumiSummary.cc.
References m_cmsalive.
Referenced by operator<<().
float DIPLumiSummary::deadtimefraction | ( | ) | const |
trigger Deadtime fraction, this is deduced 1.0-m_reclumi/m_dellumi
Definition at line 25 of file DIPLumiSummary.cc.
References m_deadfrac.
Referenced by operator<<().
unsigned int DIPLumiSummary::fromLS | ( | ) | const |
unsigned int DIPLumiSummary::fromRun | ( | ) | const |
float DIPLumiSummary::instDelLumi | ( | ) | const |
average inst lumi,delivered HF, unit Hz/ub,
Definition at line 12 of file DIPLumiSummary.cc.
References m_instlumi.
Referenced by operator<<().
float DIPLumiSummary::intgDelLumiByLS | ( | ) | const |
delivered luminosity integrated over this LS , unit /ub,
Definition at line 13 of file DIPLumiSummary.cc.
References m_dellumi.
Referenced by operator<<().
float DIPLumiSummary::intgRecLumiByLS | ( | ) | const |
recorded luminosity integrated over this LS,this is deduced unit /ub,
Definition at line 19 of file DIPLumiSummary.cc.
References m_reclumi.
Referenced by operator<<().
bool DIPLumiSummary::isNull | ( | ) | const |
void DIPLumiSummary::setOrigin | ( | unsigned int | runnumber, |
unsigned int | ls | ||
) |
Definition at line 32 of file DIPLumiSummary.cc.
References eostools::ls(), m_ls, m_runnum, and cond::runnumber.
|
private |
Definition at line 68 of file DIPLumiSummary.h.
Referenced by cmsalive().
|
private |
Definition at line 67 of file DIPLumiSummary.h.
Referenced by deadtimefraction(), and DIPLumiSummary().
|
private |
Definition at line 65 of file DIPLumiSummary.h.
Referenced by DIPLumiSummary(), and intgDelLumiByLS().
|
private |
Definition at line 64 of file DIPLumiSummary.h.
Referenced by instDelLumi().
|
private |
Definition at line 63 of file DIPLumiSummary.h.
Referenced by fromLS(), isNull(), and setOrigin().
|
private |
Definition at line 66 of file DIPLumiSummary.h.
Referenced by DIPLumiSummary(), and intgRecLumiByLS().
|
private |
Definition at line 62 of file DIPLumiSummary.h.
Referenced by fromRun(), isNull(), and setOrigin().