MarlinTPC  1.2.0
Public Member Functions | Public Attributes | List of all members
marlintpc::VoxelTPC::VoxelIndex Struct Reference

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
 

Detailed Description

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.


The documentation for this struct was generated from the following file: