|
MarlinTPC
1.2.0
|
This structure is for the sorting of the voxels. More...
#include <VoxelTPC.h>
Public Member Functions | |
| VoxelIndex (int _padIndex, int _zBin, int _moduleID) | |
| bool | operator() (VoxelIndex *vi1, VoxelIndex *vi2) |
| bool | operator< (VoxelIndex const vi) const |
Public Attributes | |
| int | zBin |
| int | padIndex |
| int | moduleID |
This structure is for the sorting of the voxels.
They are sorted first by zBin second by padIndex. The charge of the TPCVoxel is the data for the map.
1.8.6