]> git.uio.no Git - u/mrichter/AliRoot.git/commit - MUON/AliMUONQADataMakerRec.h
AMORE & QA fixes.
authorlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Sep 2009 13:16:41 +0000 (13:16 +0000)
committerlaphecet <laphecet@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 2 Sep 2009 13:16:41 +0000 (13:16 +0000)
commit8f29b706c05ce4de340dd708a2248f2d17bf160a
treeaf1fc1aa5f0775c71b08cd0fd49e5f343762f19e
parentbef53f4a98eebada00ec107ce730a691e0c912b1
AMORE & QA fixes.

  - AliMUONQAChecker prevent the method AliMUONQAChecker::CheckRaws to return a NULL pointer if a
     TrackerData object is not present in the first specie (kDefault). Now it returns
     NULL only if there no TrackerData object at all.

  - AliMUONCalibrationData : add a bypass to force the usage of some external calibration data (for AMORE)

  - AliMUONTrackerDataWrapper : remove an uneeded method

(Guillaume)

  - AliMUONQADataMakerRec : introducing the beautifier for presenting a nicer Raw Data QA to the shifter.
    This is just a first approach, as most of that should probably be done in the Checker on the longer term (to be discussed...)

  - AliMUONDigitCalibrator & AliMUONTrackerDataMaker : do not force the number of sigma to cut on the charge. Should be taken from the recoparam.
     This was impacting the QA only (forcing it to use a 3 sigma cut, where anywhere else we use 4 sigma cut).

(Laurent)
MUON/AliMUONCalibrationData.cxx
MUON/AliMUONCalibrationData.h
MUON/AliMUONDigitCalibrator.cxx
MUON/AliMUONDigitCalibrator.h
MUON/AliMUONQAChecker.cxx
MUON/AliMUONQADataMakerRec.cxx
MUON/AliMUONQADataMakerRec.h
MUON/AliMUONTrackerDataMaker.cxx
MUON/AliMUONTrackerDataWrapper.h