Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
Generator
src
Tools
Geometry
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-2020, 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
22
class
TGeoVolume;
23
24
using
std::string
;
25
26
namespace
genie
{
27
namespace
utils
{
28
29
namespace
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_
genie
THE MAIN GENIE PROJECT NAMESPACE
Definition:
AlgCmp.h:25
string
std::string string
Definition:
nybbler.cc:12
utils
Definition:
utils.py:1
genie::utils::geometry::RecursiveExhaust
void RecursiveExhaust(TGeoVolume *topvol, string volnames, bool exhaust)
Definition:
GeoUtils.cxx:16
Generated by
1.8.11