]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONClusterStoreV1.cxx
AliMUONRecoParam:
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Feb 2008 14:46:14 +0000 (14:46 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Feb 2008 14:46:14 +0000 (14:46 +0000)
commit7332f2137636d05e01a719ff4e7b21a214894a29
tree3ca828b58adb8df768d52ad9e71d399ff7f50bc4
parente83a0dd07d8feeb00d568a6a9107b3eb3effa1b2
AliMUONRecoParam:
  - normalized text format

AliMUONVDigit, AliMUONRealDigit:
  - clean up the code

AliMUONxDMap[Iterator], AliMpExMap
  - add or correct clear methods when needed to prevent memory leaks
  - add protections against potential breaks
  - AliMUON1DMapIterator: Use same (faster) iteration method as for 2DMap

In Stores:
  clusterStore:
  - methods add(...) return the added object
  trackStore:
  - methods add(...) return the added object
  - implemented method delete(...)
  digitStore:
  - add protection against ba class name

In Tracking:
  TrackReconstructors:
  - correct potential bugs during track improvement
  - make it more modular
  AliMUONTrack:
  - modify clear() method, prevent memory leaks
  AliMUONTrackParam:
  - correct potential memory leak

(Philippe P.)
37 files changed:
MUON/AliMUON1DMap.cxx
MUON/AliMUON1DMap.h
MUON/AliMUON1DMapIterator.cxx
MUON/AliMUON1DMapIterator.h
MUON/AliMUON2DMap.cxx
MUON/AliMUON2DMap.h
MUON/AliMUON2DMapIterator.cxx
MUON/AliMUON2DMapIterator.h
MUON/AliMUON2DMapIteratorByI.cxx
MUON/AliMUON2DMapIteratorByI.h
MUON/AliMUONClusterStoreV1.cxx
MUON/AliMUONClusterStoreV1.h
MUON/AliMUONClusterStoreV2.cxx
MUON/AliMUONClusterStoreV2.h
MUON/AliMUONGainSubprocessor.h
MUON/AliMUONRealDigit.h
MUON/AliMUONRecoParam.h
MUON/AliMUONTrack.cxx
MUON/AliMUONTrack.h
MUON/AliMUONTrackParam.cxx
MUON/AliMUONTrackParam.h
MUON/AliMUONTrackReconstructor.cxx
MUON/AliMUONTrackReconstructor.h
MUON/AliMUONTrackReconstructorK.cxx
MUON/AliMUONTrackReconstructorK.h
MUON/AliMUONTrackStoreV1.cxx
MUON/AliMUONTrackStoreV1.h
MUON/AliMUONTrackerIO.h
MUON/AliMUONVClusterStore.cxx
MUON/AliMUONVClusterStore.h
MUON/AliMUONVDigit.cxx
MUON/AliMUONVDigitStore.cxx
MUON/AliMUONVTrackReconstructor.cxx
MUON/AliMUONVTrackReconstructor.h
MUON/AliMUONVTrackStore.h
MUON/mapping/AliMpExMap.cxx
MUON/mapping/AliMpExMap.h