FACT++  1.0
void CheckForGap ( TCanvas &  c,
TGraph &  g,
double  axis 
)

Definition at line 19 of file makeplots.cc.

Referenced by main().

20 {
21  if (g.GetN()==0 || axis-g.GetX()[g.GetN()-1]<450)
22  return;
23 
24  c.cd();
25  ((TGraph*)g.DrawClone("C"))->SetBit(kCanDelete);
26  while (g.GetN())
27  g.RemovePoint(0);
28 }

+ Here is the caller graph for this function: