aliroot - Proposal for data structure of digits and clusters

 
 

 aliroot - Proposal for data structure of digits and clusters

 
 
 
 


Assumption


Classes

Proposed and partially just implemented object


AliSegmentArray

 


AliDigits



 
AliClusters





Example with AliClusters and AliDigits
   AliTPCDigitsArray *gDigitsArray= GetDigitsArray()
 AliTPCClustersArray *gExactClusters = GetExactClustersArray()
 AliTPCClustersArray *gDifClusters = GetDifClustersArray(kFALSE,"Peak3")
 AliTPCClustersArray *gCalcCluster = GetCalcClustersArray(kFALSE,"Peak3")
 gDigitsArray->LoadRow(0,50)->Draw("cont1",400,470,20,40)
 gExactClusters->LoadRow(0,50)->Draw(1.7,0.5,6,5,4)
 gCalcClusters->LoadRow(0,50)->Draw(0,0,5,5,5)
Marian Ivanov

Last update 20/9/99