User Tools

Site Tools


root:findbin
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


root:findbin [2010/03/19 20:12] (current) – created decianm
Line 1: Line 1:
 +====== Find the bin the value corresponds to ======
 +===== How to =====
 +<code>
 +TH1D* bla = new TH1D("bla", "myHisto", 100,0,1);
 +bla->FindBin(0,53);
 +</code>
 +
 +It also works for 2 or 3 dimensions.
 +
  
root/findbin.txt · Last modified: 2010/03/19 20:12 by decianm