FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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:
src
makeplots.cc
Generated on Sun Sep 18 2016 20:50:42 for FACT++ by
1.8.11