![]() |
Belle II Software development
|
Helper structure for merging dEdx measurements. More...
Public Member Functions | |
void | add (const CDCDedxHit &hit_in, int cWire_in, int cLayer_in, double dx_in, double dE_in) |
Add measurement on the same wire. | |
void | add (const DEDX &dedx) |
Add measurement in the same layer. | |
Public Attributes | |
const CDCDedxHit * | hit = nullptr |
hit | |
int | cWire = -1 |
continuous wire number | |
int | cLayer = -1 |
continuous layer number | |
double | dx = 0 |
track length | |
double | dE = 0 |
energy deposit | |
int | nhits = 0 |
number of merged hits | |
double | dxMax = 0 |
longest track length | |
Helper structure for merging dEdx measurements.
Definition at line 67 of file CDCDedxPIDCreatorModule.h.
|
inline |
Add measurement on the same wire.
hit_in | wire hit |
cWire_in | continuous wire number |
cLayer_in | continuous layer number |
dx_in | track length |
dE_in | energy deposit |
Definition at line 84 of file CDCDedxPIDCreatorModule.h.
|
inline |
Add measurement in the same layer.
dedx | measurement |
Definition at line 108 of file CDCDedxPIDCreatorModule.h.
int cLayer = -1 |
continuous layer number
Definition at line 70 of file CDCDedxPIDCreatorModule.h.
int cWire = -1 |
continuous wire number
Definition at line 69 of file CDCDedxPIDCreatorModule.h.
double dE = 0 |
energy deposit
Definition at line 72 of file CDCDedxPIDCreatorModule.h.
double dx = 0 |
track length
Definition at line 71 of file CDCDedxPIDCreatorModule.h.
double dxMax = 0 |
longest track length
Definition at line 74 of file CDCDedxPIDCreatorModule.h.
const CDCDedxHit* hit = nullptr |
hit
Definition at line 68 of file CDCDedxPIDCreatorModule.h.
int nhits = 0 |
number of merged hits
Definition at line 73 of file CDCDedxPIDCreatorModule.h.