GENIEGenerator
Loading...
Searching...
No Matches
GeoUtils.h
Go to the documentation of this file.
1//____________________________________________________________________________
2/*!
3
4\namespace genie::utils::geometry
5
6\brief Geometry utilities
7
8\author Jacek Holeczek
9
10\created March 26, 2009
11
12\cpright Copyright (c) 2003-2025, The GENIE Collaboration
13 For the full text of the license visit http://copyright.genie-mc.org
14*/
15//____________________________________________________________________________
16
17#ifndef _GEO_UTILS_H_
18#define _GEO_UTILS_H_
19
20#include <string>
21
22class TGeoVolume;
23
24using std::string;
25
26namespace genie {
27namespace utils {
28
29namespace geometry
30{
31 void RecursiveExhaust(TGeoVolume *topvol, string volnames, bool exhaust);
32
33} // geometry namespace
34} // utils namespace
35} // genie namespace
36
37#endif // _GEO_UTILS_H_
Geometry utilities.
void RecursiveExhaust(TGeoVolume *topvol, string volnames, bool exhaust)
Definition GeoUtils.cxx:16
Root of GENIE utility namespaces.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25