![]() |
Belle II Software release-09-00-03
|
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 70 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 87 of file CDCDedxPIDCreatorModule.h.
|
inline |
Add measurement in the same layer.
| dedx | measurement |
Definition at line 111 of file CDCDedxPIDCreatorModule.h.
| int cLayer = -1 |
continuous layer number
Definition at line 73 of file CDCDedxPIDCreatorModule.h.
| int cWire = -1 |
continuous wire number
Definition at line 72 of file CDCDedxPIDCreatorModule.h.
| double dE = 0 |
energy deposit
Definition at line 75 of file CDCDedxPIDCreatorModule.h.
| double dx = 0 |
track length
Definition at line 74 of file CDCDedxPIDCreatorModule.h.
| double dxMax = 0 |
longest track length
Definition at line 77 of file CDCDedxPIDCreatorModule.h.
| const CDCDedxHit* hit = nullptr |
hit
Definition at line 71 of file CDCDedxPIDCreatorModule.h.
| int nhits = 0 |
number of merged hits
Definition at line 76 of file CDCDedxPIDCreatorModule.h.