Belle II Software development
|
#include <KLMTimeAlgorithm.h>
Public Member Functions | |
double | time () const |
Get propagation time + cableDelay time. | |
Public Attributes | |
double | t0 = 0 |
EventT0 for the digit. | |
double | flyTime = 0 |
Particle flying time. | |
double | recTime = 0 |
Recosntruction time respected to the trigger time. | |
double | dist = 0 |
Propagation distance from hit to FEE. | |
double | diffDistX = 0 |
Global position difference between klmHit2d and ExtHit (X). | |
double | diffDistY = 0 |
Global position difference between klmHit2d and ExtHit (Y). | |
double | diffDistZ = 0 |
Global position difference between klmHit2d and ExtHit (Z). | |
double | eDep = 0 |
Collect energy eV. | |
double | nPE = 0 |
Number of photon electron. | |
int | channelId = 0 |
Unique channel id Barral and endcap merged. | |
bool | inRPC = 0 |
BKLM RPC flag, used for testing and not necessary. | |
bool | isFlipped = 0 |
If phi and z plane flipped, used for testing and not necessary. | |
Event data.
Definition at line 48 of file KLMTimeAlgorithm.h.
|
inline |
Get propagation time + cableDelay time.
Definition at line 89 of file KLMTimeAlgorithm.h.
int channelId = 0 |
Unique channel id Barral and endcap merged.
Definition at line 78 of file KLMTimeAlgorithm.h.
double diffDistX = 0 |
Global position difference between klmHit2d and ExtHit (X).
Definition at line 63 of file KLMTimeAlgorithm.h.
double diffDistY = 0 |
Global position difference between klmHit2d and ExtHit (Y).
Definition at line 66 of file KLMTimeAlgorithm.h.
double diffDistZ = 0 |
Global position difference between klmHit2d and ExtHit (Z).
Definition at line 69 of file KLMTimeAlgorithm.h.
double dist = 0 |
Propagation distance from hit to FEE.
Definition at line 60 of file KLMTimeAlgorithm.h.
double eDep = 0 |
Collect energy eV.
Definition at line 72 of file KLMTimeAlgorithm.h.
double flyTime = 0 |
Particle flying time.
Definition at line 54 of file KLMTimeAlgorithm.h.
bool inRPC = 0 |
BKLM RPC flag, used for testing and not necessary.
Definition at line 81 of file KLMTimeAlgorithm.h.
bool isFlipped = 0 |
If phi and z plane flipped, used for testing and not necessary.
Definition at line 84 of file KLMTimeAlgorithm.h.
double nPE = 0 |
Number of photon electron.
Definition at line 75 of file KLMTimeAlgorithm.h.
double recTime = 0 |
Recosntruction time respected to the trigger time.
Definition at line 57 of file KLMTimeAlgorithm.h.
double t0 = 0 |
EventT0 for the digit.
Definition at line 51 of file KLMTimeAlgorithm.h.