FACT++  1.0
void DrawClone ( TCanvas &  c,
TGraph &  g 
)

Definition at line 30 of file makeplots.cc.

Referenced by main().

31 {
32  if (g.GetN()==0)
33  return;
34 
35  c.cd();
36  ((TGraph*)g.DrawClone("C"))->SetBit(kCanDelete);
37 }

+ Here is the caller graph for this function: