Create and draw a polar graph.
void graphpolar()
{
for (
Int_t ipt = 0; ipt < 1000; ipt++){
}
for (
Int_t ipt = 0; ipt < 20; ipt++){
xval1[ipt] =
x[1000/20*ipt];
yval1[ipt] =
y[1000/20*ipt];
}
for (
Int_t ipt = 0; ipt < 30; ipt++){
x2[ipt] =
x[1000/30*ipt];
}
}
- Author
- Olivier Couet
Definition in file graphpolar.C.