VMC Examples
Version 6.7
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
1
2
3
6
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
~
Functions
1
2
3
6
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
~
Variables
c
f
n
Enumerations
Enumerator
Files
File List
File Members
All
3
b
c
e
f
g
h
i
l
m
n
o
r
s
t
u
v
Functions
b
c
g
h
i
l
m
n
o
r
s
t
u
v
Variables
Typedefs
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
examples
E03
E03a
geant4
include
Ex03RunConfiguration3.h
Go to the documentation of this file.
1
#ifndef EX03_RUN_CONFIGURATION3_H
2
#define EX03_RUN_CONFIGURATION3_H
3
4
//------------------------------------------------
5
// The Virtual Monte Carlo examples
6
// Copyright (C) 2007 - 2014 Ivana Hrivnacova
7
// All rights reserved.
8
//
9
// For the licensing terms see geant4_vmc/LICENSE.
10
// Contact: root-vmc@cern.ch
11
//-------------------------------------------------
12
13
/// \file Ex03RunConfiguration3.h
14
/// \brief Definition of the Ex03RunConfiguration3 class
15
///
16
/// Geant4 ExampleN03 adapted to Virtual Monte Carlo
17
///
18
/// \author I. Hrivnacova; IPN, Orsay
19
20
#include "TG4RunConfiguration.h"
21
22
/// \ingroup E03
23
/// \brief User Geant4 VMC run configuration
24
///
25
/// This class demonstrates how to add to Geant4 VMC geometry construction
26
/// user defined regions
27
///
28
/// \author I. Hrivnacova; IPN, Orsay
29
30
class
Ex03RunConfiguration3
:
public
TG4RunConfiguration
31
{
32
public
:
33
Ex03RunConfiguration3
(
const
TString& userGeometry,
34
const
TString& physicsList =
"FTFP_BERT"
,
35
const
TString& specialProcess =
"stepLimiter"
);
36
virtual
~Ex03RunConfiguration3
();
37
38
// methods
39
virtual
TG4VUserRegionConstruction
*
CreateUserRegionConstruction
();
40
};
30
class
Ex03RunConfiguration3
:
public
TG4RunConfiguration
{
…
};
41
42
#endif
// EX03_RUN_CONFIGURATION3_H
Ex03RunConfiguration3::~Ex03RunConfiguration3
virtual ~Ex03RunConfiguration3()
Definition
Ex03RunConfiguration3.cxx:39
Ex03RunConfiguration3::CreateUserRegionConstruction
virtual TG4VUserRegionConstruction * CreateUserRegionConstruction()
Definition
Ex03RunConfiguration3.cxx:50
Ex03RunConfiguration3::Ex03RunConfiguration3
Ex03RunConfiguration3(const TString &userGeometry, const TString &physicsList="FTFP_BERT", const TString &specialProcess="stepLimiter")
Definition
Ex03RunConfiguration3.cxx:21
TG4RunConfiguration
TG4VUserRegionConstruction
Generated on Tue Apr 1 2025 13:04:57 for VMC Examples by
1.13.2