]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWG2/RESONANCES/AliRsnAnalysisME.cxx
Made a general review to fix as possible most coding conventions violations.
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jul 2009 14:03:16 +0000 (14:03 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 17 Jul 2009 14:03:16 +0000 (14:03 +0000)
commit4fbb245987e4bbe95a1250c866af35b2a56fe966
treede04a19f7b2972f4e4eeeb6d2efa6dd4e755a12d
parent5c33329d8728e45521417254e722f05eea4fdebc
Made a general review to fix as possible most coding conventions violations.

Reorganized section of macros:
- "macros/test"     contain some test macros for stand-alone runs
                    useful for developers
- "macros/train"    contain all required macros for train runs
- "macros/tutorial" will contain tutorial macros to learn to use package

Added a new AnalysisTask object: AliAnalysisTaskEffSE,
which makes use of AliCFContainers to make efficiency computations for corrections
using the internal structure of RSN package to define cuts of all selection steps
and to compute the values to be used for container filling.
79 files changed:
PWG2/CMake_libPWG2resonances.txt
PWG2/PWG2resonancesLinkDef.h
PWG2/RESONANCES/AliRsnAnalysisEffSE.cxx [new file with mode: 0644]
PWG2/RESONANCES/AliRsnAnalysisEffSE.h [new file with mode: 0644]
PWG2/RESONANCES/AliRsnAnalysisME.cxx
PWG2/RESONANCES/AliRsnAnalysisME.h
PWG2/RESONANCES/AliRsnAnalysisManager.cxx
PWG2/RESONANCES/AliRsnAnalysisManager.h
PWG2/RESONANCES/AliRsnAnalysisSE.cxx
PWG2/RESONANCES/AliRsnAnalysisSE.h
PWG2/RESONANCES/AliRsnCut.cxx
PWG2/RESONANCES/AliRsnCut.h
PWG2/RESONANCES/AliRsnCutBetheBloch.cxx
PWG2/RESONANCES/AliRsnCutBetheBloch.h
PWG2/RESONANCES/AliRsnCutESDPrimary.cxx
PWG2/RESONANCES/AliRsnCutESDPrimary.h
PWG2/RESONANCES/AliRsnCutMgr.cxx
PWG2/RESONANCES/AliRsnCutMgr.h
PWG2/RESONANCES/AliRsnCutPrimaryVertex.cxx
PWG2/RESONANCES/AliRsnCutPrimaryVertex.h
PWG2/RESONANCES/AliRsnCutSet.cxx
PWG2/RESONANCES/AliRsnCutSet.h
PWG2/RESONANCES/AliRsnCutStd.cxx
PWG2/RESONANCES/AliRsnCutStd.h
PWG2/RESONANCES/AliRsnDaughter.cxx
PWG2/RESONANCES/AliRsnDaughter.h
PWG2/RESONANCES/AliRsnEvent.cxx
PWG2/RESONANCES/AliRsnEvent.h
PWG2/RESONANCES/AliRsnExpression.cxx
PWG2/RESONANCES/AliRsnExpression.h
PWG2/RESONANCES/AliRsnFunction.cxx
PWG2/RESONANCES/AliRsnFunction.h
PWG2/RESONANCES/AliRsnFunctionAxis.cxx
PWG2/RESONANCES/AliRsnFunctionAxis.h
PWG2/RESONANCES/AliRsnPIDDefESD.cxx
PWG2/RESONANCES/AliRsnPIDDefESD.h
PWG2/RESONANCES/AliRsnPIDIndex.cxx
PWG2/RESONANCES/AliRsnPIDIndex.h
PWG2/RESONANCES/AliRsnPair.cxx
PWG2/RESONANCES/AliRsnPair.h
PWG2/RESONANCES/AliRsnPairDef.cxx
PWG2/RESONANCES/AliRsnPairDef.h
PWG2/RESONANCES/AliRsnPairManager.cxx
PWG2/RESONANCES/AliRsnPairManager.h
PWG2/RESONANCES/AliRsnPairParticle.cxx
PWG2/RESONANCES/AliRsnPairParticle.h
PWG2/RESONANCES/AliRsnVATProcessInfo.cxx
PWG2/RESONANCES/AliRsnVATProcessInfo.h
PWG2/RESONANCES/AliRsnVAnalysisTaskME.cxx
PWG2/RESONANCES/AliRsnVAnalysisTaskME.h
PWG2/RESONANCES/AliRsnVAnalysisTaskSE.cxx
PWG2/RESONANCES/AliRsnVAnalysisTaskSE.h
PWG2/RESONANCES/AliRsnVManager.cxx
PWG2/RESONANCES/AliRsnVManager.h
PWG2/RESONANCES/AliRsnVariableExpression.cxx [new file with mode: 0644]
PWG2/RESONANCES/AliRsnVariableExpression.h [new file with mode: 0644]
PWG2/RESONANCES/macros/AddAnalysisTaskRsn.C [deleted file]
PWG2/RESONANCES/macros/AliRsnLoad.C [deleted file]
PWG2/RESONANCES/macros/AliRsnTaskAlien.C [deleted file]
PWG2/RESONANCES/macros/AliRsnTaskProof.C [deleted file]
PWG2/RESONANCES/macros/CreateAnalysisManager.C [deleted file]
PWG2/RESONANCES/macros/CreatePairsPhi.C [deleted file]
PWG2/RESONANCES/macros/RsnConfig.C
PWG2/RESONANCES/macros/RsnConfigTest.C [deleted file]
PWG2/RESONANCES/macros/alien/RsnMergeAlien.C [deleted file]
PWG2/RESONANCES/macros/alien/rsn-merge.jdl [deleted file]
PWG2/RESONANCES/macros/alien/rsn-merge.sh [deleted file]
PWG2/RESONANCES/macros/test/AliRsnAnalysis.C [moved from PWG2/RESONANCES/macros/AliRsnAnalysis.C with 100% similarity]
PWG2/RESONANCES/macros/test/AliRsnTrain.C [moved from PWG2/RESONANCES/macros/AliRsnTrain.C with 100% similarity]
PWG2/RESONANCES/macros/test/PWG2resonancesUtils.C [moved from PWG2/RESONANCES/macros/PWG2resonancesUtils.C with 100% similarity]
PWG2/RESONANCES/macros/test/ProcessConfig.C [moved from PWG2/RESONANCES/macros/ProcessConfig.C with 100% similarity]
PWG2/RESONANCES/macros/test/runESDMCFilter.C [moved from PWG2/RESONANCES/macros/runESDMCFilter.C with 100% similarity]
PWG2/RESONANCES/macros/test/runProcess.C [moved from PWG2/RESONANCES/macros/runProcess.C with 100% similarity]
PWG2/RESONANCES/macros/test/runRsnAnalysisSE.C [moved from PWG2/RESONANCES/macros/runRsnAnalysisSE.C with 100% similarity]
PWG2/RESONANCES/macros/train/AddAnalysisTaskRsn.C [new file with mode: 0644]
PWG2/RESONANCES/macros/train/AddAnalysisTaskRsnEffNoPID.C [new file with mode: 0644]
PWG2/RESONANCES/macros/train/AddAnalysisTaskRsnEffPID.C [new file with mode: 0644]
PWG2/RESONANCES/macros/train/RsnConfig.C [new file with mode: 0644]
PWG2/libPWG2resonances.pkg