1 root -l hadd_RhoFluct.root <<EOF
4 TH1D* hparamt =
new TH1D(
"hparamt",
";impactparam;N_{events}", 10000, 0.,22);
6 for (
int i=0;
i<11;++
i) {
9 T->Draw(
"impactparamt>>hparamt");
10 hparamt->GetQuantiles(11,
x,
p);
11 for (
int i=0;
i<11;++
i) {
12 cout <<
" i("<<
i<<
") x("<<
x[
i]<<
") q("<<q[
i]<<
")"<<endl;
49 Long64_t nentries =
fChain->GetEntriesFast();
51 Long64_t nbytes = 0, nb = 0;
52 for (Long64_t jentry=0; jentry<nentries;jentry++) {
54 if (ientry < 0)
break;
55 nb =
fChain->GetEntry(jentry); nbytes += nb;