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