This macro generates with 2 views of the NA49 detector using the old obsolete geometry package.
TPad *all =
new TPad(
"all",
"A Global view of NA49",0.02,0.02,0.48,0.82,28);
TPad *tof =
new TPad(
"tof",
"One Time Of Flight element",0.52,0.02,0.98,0.82,28);
if (!nageom || nageom->
IsZombie())
return;
}
- Author
- Rene Brun
Definition in file na49view.C.