]> git.uio.no Git - u/mrichter/AliRoot.git/commit - HLT/TPCLib/AliHLTTPCPad.cxx
- configure adapted to the new directory structure of the HOMER module in PubSub
authorrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Nov 2006 15:50:29 +0000 (15:50 +0000)
committerrichterm <richterm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 8 Nov 2006 15:50:29 +0000 (15:50 +0000)
commit5235c3e94c3900e2034290f1cff28dc775d57a97
tree3bc55d1633fe2033a5aab23504045eafc2d2d284
parent483b1eb86bc5492ebbe8c1f75d78043824eac12f
- configure adapted to the new directory structure of the HOMER module in PubSub
- TPCLib
  - AliHLTTPCPad: occupancy calculation added
  - AliHLTTPCClusterFinder bugfix in order to avoid empty cluster data structure and component dead lock
  - AliHLTTPCClusterFinder adapted to use occupancy level for suppression of noisy pads
  - AliHLTTPCClusterFinderComponent: new parameter 'occupancy-limit' which is effectice when pp-run option is set
  - AliHLTTPCDigitReaderRaw 2 more rawreader modes ( 4, 5) are added by Timm.
    In Simulated data the RCU trailer word seems to have 2 32 bit words ( but its not defined like this)
    -> mode 4: 2 32 bit words, sorted
    -> mode 5: 2 32 bit words, unsorted
  - AliHLTTPCSliceTrackerComponent bugfix variable initialisation (by Timm?)
  - AliHLTTPCTransform changed N TimeBins to 1024 according to raw TPC data
    added automatic calculation of timebin width out of N TimeBins
  - OnlineDisplay: intermediate version (Jochen)
    - eventID added
    - range, all, and one TimeBin selectable
    - Front view shows maximum, average, and sum of selected  timebins
    - zerosupression of raw data added to PadRow, Pad, Front, 3D
18 files changed:
HLT/ChangeLog
HLT/TPCLib/AliHLTTPCClusterFinder.cxx
HLT/TPCLib/AliHLTTPCClusterFinder.h
HLT/TPCLib/AliHLTTPCClusterFinderComponent.cxx
HLT/TPCLib/AliHLTTPCDigitReaderRaw.cxx
HLT/TPCLib/AliHLTTPCDigitReaderRaw.h
HLT/TPCLib/AliHLTTPCPad.cxx
HLT/TPCLib/AliHLTTPCPad.h
HLT/TPCLib/AliHLTTPCSliceTrackerComponent.cxx
HLT/TPCLib/AliHLTTPCTransform.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplay3D.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayFront.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayMain.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayMain.h
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayPad.cxx
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayPad.h
HLT/TPCLib/OnlineDisplay/AliHLTTPCDisplayPadRow.cxx
HLT/configure.ac