]> git.uio.no Git - u/mrichter/AliRoot.git/commit - T0/AliT0QADataMakerRec.cxx
Another round of fixes in order to use the event specie in the QA. The procedure...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 May 2009 14:18:52 +0000 (14:18 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 18 May 2009 14:18:52 +0000 (14:18 +0000)
commit5e232cd6bd171f6eb8ccb376ab01524703e74563
tree89b9a4948f3d0b05314d68a6ebd35f8333996c5c
parent075abeb7efa892991585bc2f4bc45e300e7154db
Another round of fixes in order to use the event specie in the QA. The procedure is the following: 1. The QA data maker gets the event specie as defined by AliRecoParam class. 2. If the detector's reco-param object has different event specie the previous value is overwritten and QA uses the specie defined by the detector. If the event specie from AliRecoParam and the detector's event specie are both set to default, the QA will not fill any histograms. Therefore the detectors should properly implement and put in OCDB at least one reco-param object (there should be also one and only one default object) with event specie set to low-mult, high-mul, cosmic or calibration specie. The changes were prepared and tested by Yves.
ITS/AliITSQADataMakerSim.cxx
STEER/AliDetectorRecoParam.cxx
STEER/AliDetectorRecoParam.h
STEER/AliQAChecker.cxx
STEER/AliQADataMaker.cxx
STEER/AliQAManager.cxx
STEER/AliRecoParam.cxx
STEER/AliRecoParam.h
T0/AliT0QADataMakerRec.cxx
TPC/AliTPCQADataMakerRec.cxx
VZERO/AliVZEROQADataMakerRec.cxx