]> git.uio.no Git - u/mrichter/AliRoot.git/commit
Updates for SPD QA
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Mar 2010 14:34:36 +0000 (14:34 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 19 Mar 2010 14:34:36 +0000 (14:34 +0000)
commit4587ea58e8da0ee53d587a0373a02c72c4aba403
treef14c5ef878403fbb6ae3470b12a4db27ee863f42
parent72b94ffbc778b89f0ab1fbb11c3d379701e607f0
Updates for SPD QA
I have modified the SPD task for the QA train for two reasons :
- revisiting included histograms
- getting rid of all the online-offline numbering conventions in the task.

For the second item I have created another class, AliSPDUtils, which makes the all the conversions (it is made up of static methods only).

I attached my modified runPilot.C macro which I used to test everything locally (basically I removed the loading of libraries and I commented
out the setcollisioncandidates for my task).

(A. Mastroserio)
PWG1/ITS/AliAnalysisTaskSPD.cxx
PWG1/ITS/AliAnalysisTaskSPD.h
PWG1/ITS/AliSPDUtils.cxx [new file with mode: 0644]
PWG1/ITS/AliSPDUtils.h [new file with mode: 0644]
PWG1/PilotTrain/PilotAnalysis.C
PWG1/PilotTrain/runPilot.C