Project
Loading...
Searching...
No Matches
o2::tpc::ClusterContainer Class Reference

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)
 

Detailed Description

Container class for TPC clusters.

Definition at line 28 of file ClusterContainer.h.

Member Function Documentation

◆ addCluster()

template<typename ClusterType >
static ClusterType * o2::tpc::ClusterContainer::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 
)
inlinestatic

Add cluster to array

Parameters
output,thevector to append to
cruCRU (sector)
rowRow
qTotal charge of cluster
qmaxMaximum charge in a single cell (pad, time)
padmeanMean position of cluster in pad direction
padsigmaSigma of cluster in pad direction
timemeanMean position of cluster in time direction
timesigmaSigma of cluster in time direction

Definition at line 46 of file ClusterContainer.h.


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