]> git.uio.no Git - u/mrichter/AliRoot.git/commit
- Added a cut class for selecting the trigger mask (waiting for filters)
authorpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Dec 2009 10:06:05 +0000 (10:06 +0000)
committerpulvir <pulvir@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 11 Dec 2009 10:06:05 +0000 (10:06 +0000)
commiteb07972439e5f871cdbfbb306d7355156f93b0c2
treeaa64ccaf518567343e2b586874d97d5019dc77bb
parent711216366fddcb61586636a95eabebfc65e290ce
- Added a cut class for selecting the trigger mask (waiting for filters)
  --> this caused modification in libPWG2resonances.pk and PWG2resonancesLinkDef.h

- Fixed initialization of data members in AliRsnPairDef

- Added a mass data-member to AliRsnCutStd to allow cutting on rapidity
  --> only valid assuming a resonance mass hypothesis

- AliRsnFunction: modified strongly the output objects:
  a) if one adds up to 3 axes to the output, it will be a TH1D, TH2D or TH3D
  b) if one adds >3 axes, it will be a THnSparseD (with a warning about the size)
  --> in any case, the user can force to use THnSparseD by calling AliRsnFunction::SetSparse()
  --> this caused some modifications also in AliRsnPair and AliRsnAnalysisSE classes
12 files changed:
PWG2/PWG2resonancesLinkDef.h
PWG2/RESONANCES/AliRsnAnalysisSE.cxx
PWG2/RESONANCES/AliRsnCutESDTrigger.cxx [new file with mode: 0644]
PWG2/RESONANCES/AliRsnCutESDTrigger.h [new file with mode: 0644]
PWG2/RESONANCES/AliRsnCutStd.cxx
PWG2/RESONANCES/AliRsnCutStd.h
PWG2/RESONANCES/AliRsnFunction.cxx
PWG2/RESONANCES/AliRsnFunction.h
PWG2/RESONANCES/AliRsnPair.cxx
PWG2/RESONANCES/AliRsnPairDef.cxx
PWG2/RESONANCES/macros/train/AddAnalysisTaskRsnNew.C
PWG2/libPWG2resonances.pkg