Hi all,
Is there a method to add 2 TH2 hists? The only implementation I see here: http://root.cern.ch/root/html/TH2.html is TH1::Add (TH1… ).
Cheers,
N.
Hi all,
Is there a method to add 2 TH2 hists? The only implementation I see here: http://root.cern.ch/root/html/TH2.html is TH1::Add (TH1… ).
Cheers,
N.
TH2 derives from TH1. You can add TH1::Add for TH1, TH2, TH3, TProfile, etc.
Rene