GENIEGenerator
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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-2024, 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::utils::geometry::RecursiveExhaust
void RecursiveExhaust(TGeoVolume *topvol, string volnames, bool exhaust)
Definition:
GeoUtils.cxx:16
Generated on Wed Jul 17 2024 14:46:40 for GENIEGenerator by
1.8.5