Draw three graphs with an exclusion zone.
{
TCanvas *
c1 =
new TCanvas(
"c1",
"Exclusion graphs examples", 200, 10, 600, 400);
for (
Int_t i = 0; i <
n; i++) {
}
gr2->SetLineWidth(-2002);
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
A TGraph is an object made of two arrays X and Y with npoints each.
A TMultiGraph is a collection of TGraph (or derived) objects.
virtual void Add(TGraph *graph, Option_t *chopt="")
Add a new graph to the list of graphs.
void Draw(Option_t *chopt="") override
Draw this multigraph with its current attributes.
virtual void SetTitle(const char *title="")
Set the title of the TNamed.
- Author
- Olivier Couet
Definition in file exclusiongraph.C.