Belle II Software development
|
structure containing the relevant informations of eachstrip of the cluster More...
#include <SimpleClusterCandidate.h>
Public Attributes | |
int | recoDigitIndex |
index of the reco digit | |
float | charge |
strip charge | |
float | noise |
strip noise | |
int | cellID |
strip cellID | |
float | time |
6-sample CoG strip time | |
float | timeError |
6-sample CoG strip time error | |
structure containing the relevant informations of eachstrip of the cluster
Definition at line 28 of file SimpleClusterCandidate.h.
int cellID |
strip cellID
Definition at line 32 of file SimpleClusterCandidate.h.
float charge |
strip charge
Definition at line 30 of file SimpleClusterCandidate.h.
float noise |
strip noise
Definition at line 31 of file SimpleClusterCandidate.h.
int recoDigitIndex |
index of the reco digit
Definition at line 29 of file SimpleClusterCandidate.h.
float time |
6-sample CoG strip time
Definition at line 33 of file SimpleClusterCandidate.h.
float timeError |
6-sample CoG strip time error
Definition at line 34 of file SimpleClusterCandidate.h.