]> git.uio.no Git - u/mrichter/AliRoot.git/commit - PWGJE/AliAnalysisTaskFragmentationFunction.cxx
Bastian Bathen:
authorkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Sep 2010 09:14:56 +0000 (09:14 +0000)
committerkleinb <kleinb@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 2 Sep 2010 09:14:56 +0000 (09:14 +0000)
commitac017ff31db9ef5fbd3d85f501a47c4a9e84d060
treed84828ea8912e05719587d8949041b94004522fa
parent2b68ab9ca3e9aaf5b8e5d65aeb9fc7b2d11a864f
Bastian Bathen:

* changed Configuration with new jet branch for gen

* New function UsePhysicsSelection(Bool_t):
Allows to ignore the physics selection (argument kFALSE), by default the physics selection is used. Since our task expects the physics selection running we were not able to switch it off so far.

* new histograms:
 - mean cross section (fh1Xsec) and sum of number of trials (fh1Trials) (both for weight of pt hard bins)
 - pt hard

* new function Notify() (copy from AliAnalysisTaskJetSpectrum):
 - is automatically called by analysis manager
 - fills fh1Xsec and fh1Trials

* change of (default) binning of some histograms, especially pt range (please check if new range is fine, I also modified ranges of IJ and DJ histograms)

* made the track and jet type constants ( enum{kTrackUndef=0, ...} ) public
(Since the constants were private in previous implementions they were not known in the AddTask. I do not understand why this problem did not occur earlier.)
PWG4/JetTasks/AliAnalysisTaskFragmentationFunction.cxx
PWG4/JetTasks/AliAnalysisTaskFragmentationFunction.h
PWG4/macros/AddTaskFragmentationFunction.C