-
- Downloads
From Philippe:
This patch introduces a new special function in TTreeFormula Sum$ described as follow: // Sum$(formula): return the sum of the value of the elements of the // formula given as a parameter. For example the mean for all the // elements in one entry can be calculated with: // Sum$(formula)/Length$(formula) The idea comes from http://root.cern.ch/phpBB2/viewtopic.php?p=6943 git-svn-id: http://root.cern.ch/svn/root/trunk@11629 27541ba8-7e3a-0410-8455-c3a389f83636
Showing
- test/dt_DrawTest.C 1 addition, 0 deletionstest/dt_DrawTest.C
- test/dt_MakeRef.C 5 additions, 0 deletionstest/dt_MakeRef.C
- tree/src/TTree.cxx 5 additions, 1 deletiontree/src/TTree.cxx
- treeplayer/inc/TTreeFormula.h 2 additions, 2 deletionstreeplayer/inc/TTreeFormula.h
- treeplayer/src/TTreeFormula.cxx 41 additions, 3 deletionstreeplayer/src/TTreeFormula.cxx
- treeplayer/src/TTreePlayer.cxx 5 additions, 1 deletiontreeplayer/src/TTreePlayer.cxx
Loading
Please register or sign in to comment