]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/TPCLib/AliHLTTPCAgent.cxx
TPC KrCF and Cluster property plotting (Kenneth & Gaute)
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 May 2008 04:48:00 +0000 (04:48 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 May 2008 04:48:00 +0000 (04:48 +0000)
commit0efebbacba914f9af0fe729103c7e7bda2188019
tree4ebf49d75469917569fb4cf97e9063186faf83d5
parent803ad0fdfcdc4907f990b89175b7992ffe7cc09c
TPC KrCF and Cluster property plotting (Kenneth & Gaute)
- added AliHLTTPCClusterHistoComponent: plotting of TPC cluster
  parameters
- added AliHLTTPCClusterDumpComponent: A debug component dumping the
  AliHLTTPCClusterData to asci file
- common cluster data output for TPC CF and KryptonClusterFinder
  moved all histogramming functionality to separate component.
- KrCF maintains list of hardware addresses of pads belonging to a krypton cluster.
- AliHLTTPCHistogramHandler: Updated to handle clusterdata, and produce
  spectrum and QMax plots
13 files changed:
HLT/TPCLib/AliHLTTPCAgent.cxx
HLT/TPCLib/AliHLTTPCClusterDumpComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterDumpComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterHistoComponent.cxx [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusterHistoComponent.h [new file with mode: 0644]
HLT/TPCLib/AliHLTTPCClusters.cxx
HLT/TPCLib/AliHLTTPCClusters.h
HLT/TPCLib/AliHLTTPCHistogramHandlerComponent.cxx
HLT/TPCLib/AliHLTTPCHistogramHandlerComponent.h
HLT/TPCLib/AliHLTTPCKryptonClusterFinder.cxx
HLT/TPCLib/AliHLTTPCKryptonClusterFinder.h
HLT/TPCLib/AliHLTTPCKryptonClusterFinderComponent.cxx
HLT/TPCLib/AliHLTTPCKryptonClusterFinderComponent.h