![]() |
Belle II Software development
|
Holds various counters for tracking event, run, and cluster data. More...
#include <SVDVariablesToStorageModule.h>
Public Attributes | |
int | event |
Event number. | |
int | run |
Run number. | |
int | experiment |
Experiment number. | |
int | production |
Production number. | |
int | track |
Track number. | |
int | cluster |
Cluster number. | |
unsigned int | nClusters |
Total number of clusters. | |
Holds various counters for tracking event, run, and cluster data.
Definition at line 18 of file SVDVariablesToStorageModule.h.
int cluster |
Cluster number.
Definition at line 24 of file SVDVariablesToStorageModule.h.
int event |
Event number.
Definition at line 19 of file SVDVariablesToStorageModule.h.
int experiment |
Experiment number.
Definition at line 21 of file SVDVariablesToStorageModule.h.
unsigned int nClusters |
Total number of clusters.
Definition at line 25 of file SVDVariablesToStorageModule.h.
int production |
Production number.
Definition at line 22 of file SVDVariablesToStorageModule.h.
int run |
Run number.
Definition at line 20 of file SVDVariablesToStorageModule.h.
int track |
Track number.
Definition at line 23 of file SVDVariablesToStorageModule.h.