Skip to content
Snippets Groups Projects
Commit 4a165100 authored by Rene Brun's avatar Rene Brun
Browse files

Add new member functions to add, multiply or divide an histogram

with a function:
    virtual void     Add(TF1 *h1, Double_t c1=1);
    virtual void     Divide(TF1 *h1, Double_t c1=1);
    virtual void     Multiply(TF1 *h1, Double_t c1=1);


git-svn-id: http://root.cern.ch/svn/root/trunk@455 27541ba8-7e3a-0410-8455-c3a389f83636
parent 61dc1098
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment