]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUON.cxx
Avoid global variables in AliMUONClusterFinderVS by seperating the input data for...
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Jun 2000 08:06:10 +0000 (08:06 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 28 Jun 2000 08:06:10 +0000 (08:06 +0000)
commit9825400f5d450e99343d698994ea62005d6d1b7f
tree5e1891349b2017ddf8e5e566247a843e5371ca7f
parent39e6d3192cd0f941b5a34922bc1d542d20a6ec7a
Avoid global variables in AliMUONClusterFinderVS by seperating the input data for the fit from the
algorithmic part of the class. Input data resides inside the AliMUONClusterInput singleton.
It also naturally takes care of the TMinuit instance.
MUON/AliMUON.cxx
MUON/AliMUONClusterFinder.cxx
MUON/AliMUONClusterFinder.h
MUON/AliMUONClusterFinderVS.cxx
MUON/AliMUONClusterFinderVS.h
MUON/AliMUONClusterInput.cxx [new file with mode: 0644]
MUON/AliMUONClusterInput.h [new file with mode: 0644]