auto c =
new TCanvas(
"c",
"Reversed graphs",0,0,900,900);
graphe->GetXaxis()->SetNdivisions(514);
graphe->GetYaxis()->SetNdivisions(514);
graphe->GetXaxis()->SetMoreLogLabels();
graphe->GetYaxis()->SetMoreLogLabels();
graphae->GetXaxis()->SetNdivisions(514);
graphae->GetYaxis()->SetNdivisions(514);
graphae->GetXaxis()->SetMoreLogLabels();
graphae->GetYaxis()->SetMoreLogLabels();
graphbe->GetXaxis()->SetNdivisions(514);
graphbe->GetYaxis()->SetNdivisions(514);
graphbe->SetPointError(0,1,3,3,1,.5,.2,.5,.2);
graphbe->SetPointError(1,1,3,1,3,-.5,-.2,-.5,-.2);
graphbe->GetXaxis()->SetMoreLogLabels();
graphbe->GetYaxis()->SetMoreLogLabels();
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
TGraph with asymmetric error bars.
A TGraphBentErrors is a TGraph with bent, asymmetric error bars.
A TGraphErrors is a TGraph with error bars.