#include <RPCMonitorSync.h>
Public Member Functions | |
int | early () const |
int | early_w () const |
int | early_w2 () const |
float | earlyFraction () const |
float | inTimeFraction () const |
int | late () const |
int | late_w () const |
int | late_w2 () const |
float | lateFraction () const |
float | offset () const |
float | outOfTimeFraction () const |
float | width () const |
Public Attributes | |
int | early_all [4] |
int | inTime |
int | late_all [4] |
Definition at line 33 of file RPCMonitorSync.h.
int timing::early | ( | ) | const [inline] |
Definition at line 39 of file RPCMonitorSync.h.
References early_all.
Referenced by earlyFraction(), inTimeFraction(), lateFraction(), offset(), outOfTimeFraction(), and width().
int timing::early_w | ( | ) | const [inline] |
int timing::early_w2 | ( | ) | const [inline] |
float timing::earlyFraction | ( | ) | const [inline] |
float timing::inTimeFraction | ( | ) | const [inline] |
int timing::late | ( | ) | const [inline] |
Definition at line 43 of file RPCMonitorSync.h.
References late_all.
Referenced by earlyFraction(), inTimeFraction(), lateFraction(), offset(), outOfTimeFraction(), and width().
int timing::late_w | ( | ) | const [inline] |
int timing::late_w2 | ( | ) | const [inline] |
float timing::lateFraction | ( | ) | const [inline] |
float timing::offset | ( | ) | const [inline] |
float timing::outOfTimeFraction | ( | ) | const [inline] |
float timing::width | ( | ) | const [inline] |
Definition at line 83 of file RPCMonitorSync.h.
References early(), early_w2(), inTime, late(), late_w2(), and mathSSE::sqrt().
int timing::early_all[4] |
Definition at line 35 of file RPCMonitorSync.h.
Referenced by early(), early_w(), early_w2(), and RPCMonitorSync::readRPCDAQStrips().
int timing::inTime |
Definition at line 36 of file RPCMonitorSync.h.
Referenced by earlyFraction(), inTimeFraction(), lateFraction(), offset(), outOfTimeFraction(), RPCMonitorSync::readRPCDAQStrips(), and width().
int timing::late_all[4] |
Definition at line 37 of file RPCMonitorSync.h.
Referenced by late(), late_w(), late_w2(), and RPCMonitorSync::readRPCDAQStrips().