![]() |
Project
|
Container class for TPC clusters. More...
#include <ClusterContainer.h>
Static Public Member Functions | |
template<typename ClusterType > | |
static ClusterType * | addCluster (std::vector< ClusterType > *output, Int_t cru, Int_t row, Float_t qTot, Float_t qMax, Float_t meanpad, Float_t meantime, Float_t sigmapad, Float_t sigmatime) |
Container class for TPC clusters.
Definition at line 28 of file ClusterContainer.h.
|
inlinestatic |
Add cluster to array
output,the | vector to append to |
cru | CRU (sector) |
row | Row |
q | Total charge of cluster |
qmax | Maximum charge in a single cell (pad, time) |
padmean | Mean position of cluster in pad direction |
padsigma | Sigma of cluster in pad direction |
timemean | Mean position of cluster in time direction |
timesigma | Sigma of cluster in time direction |
Definition at line 46 of file ClusterContainer.h.