test_issue19191.cc
Go to the documentation of this file.
4 
5 #include <iostream>
6 
7 using namespace std;
8 
9 int main() {
10 // ArtServiceHelper& ash = ArtServiceHelper::instance();
11 // ash.addServices("test_issue19191.fcl", true);
12 
14  double xlo, ylo, zlo;
15  double xhi, yhi, zhi;
16  geom->WorldBox(&xlo, &ylo, &zlo, &xhi, &yhi, &zhi);
17  cout << "WorldBox: " << xlo << "," << xhi << endl;
18  return 0;
19 }
20 
void WorldBox(double *xlo, double *xhi, double *ylo, double *yhi, double *zlo, double *zhi) const
Fills the arguments with the boundaries of the world.
STL namespace.
art framework interface to geometry description
int main()
QTextStream & endl(QTextStream &s)