Geant4
10.02.p01
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
HadrontherapyGeometryController.cc
Go to the documentation of this file.
1
//
2
// ********************************************************************
3
// * License and Disclaimer *
4
// * *
5
// * The Geant4 software is copyright of the Copyright Holders of *
6
// * the Geant4 Collaboration. It is provided under the terms and *
7
// * conditions of the Geant4 Software License, included in the file *
8
// * LICENSE and available at http://cern.ch/geant4/license . These *
9
// * include a list of copyright holders. *
10
// * *
11
// * Neither the authors of this software system, nor their employing *
12
// * institutes,nor the agencies providing financial support for this *
13
// * work make any representation or warranty, express or implied, *
14
// * regarding this software system or assume any liability for its *
15
// * use. Please see the license in the file LICENSE and URL above *
16
// * for the full disclaimer and the limitation of liability. *
17
// * *
18
// * This code implementation is the result of the scientific and *
19
// * technical work of the GEANT4 collaboration. *
20
// * By using, copying, modifying or distributing the software (or *
21
// * any work based on the software) you agree to acknowledge its *
22
// * use in resulting scientific publications, and indicate your *
23
// * acceptance of all terms of the Geant4 Software license. *
24
// ********************************************************************
25
//
26
// Hadrontherapy advanced example for Geant4
27
// See more at: https://twiki.cern.ch/twiki/bin/view/Geant4/AdvancedExamplesHadrontherapy
28
29
#include "
HadrontherapyGeometryController.hh
"
30
#include "
HadrontherapyDetectorConstruction.hh
"
31
#include "
HadrontherapyInteractionParameters.hh
"
32
#include "
HadrontherapyDetectorROGeometry.hh
"
33
34
#include "
PassiveProtonBeamLine.hh
"
35
#include "
PassiveCarbonBeamLine.hh
"
36
#include "
LaserDrivenBeamLine.hh
"
37
#include "
G4RunManager.hh
"
38
#include "
G4VUserParallelWorld.hh
"
39
#include "
G4ThreeVector.hh
"
40
42
HadrontherapyGeometryController::HadrontherapyGeometryController
()
43
{}
44
46
HadrontherapyGeometryController::~HadrontherapyGeometryController
()
47
{}
48
50
void
HadrontherapyGeometryController::SetGeometry
(
G4String
name
)
51
{
52
G4cout
<<
"Activating geometry "
<< name <<
G4endl
;
53
if
(name ==
"default"
)
54
{
55
registerGeometry
(
new
PassiveProtonBeamLine
());
56
}
57
else
if
(name ==
"Carbon"
)
58
{
59
registerGeometry
(
new
PassiveCarbonBeamLine
());
60
}
61
else
if
(name ==
"LaserDriven"
)
62
{
63
registerGeometry
(
new
LaserDrivenBeamLine
());
64
}
65
else
66
{
67
G4cout
<<
"Unknown geometry: "
<< name <<
". Geometry not changed."
<<
G4endl
;
68
}
69
}
70
72
void
HadrontherapyGeometryController::registerGeometry
(
G4VUserDetectorConstruction
*detector)
73
{
74
G4RunManager
*runManager =
G4RunManager::GetRunManager
();
75
runManager -> SetUserInitialization(detector);
76
runManager ->
GeometryHasBeenModified
();
77
}
78
HadrontherapyGeometryController::registerGeometry
void registerGeometry(G4VUserDetectorConstruction *detector)
Definition:
HadrontherapyGeometryController.cc:72
PassiveCarbonBeamLine.hh
PassiveCarbonBeamLine
Definition:
PassiveCarbonBeamLine.hh:43
pyG4RunManager::GeometryHasBeenModified
GeometryHasBeenModified
Definition:
pyG4RunManager.cc:94
G4RunManager.hh
HadrontherapyInteractionParameters.hh
name
G4String name
Definition:
TRTMaterials.hh:40
HadrontherapyGeometryController::HadrontherapyGeometryController
HadrontherapyGeometryController()
Definition:
HadrontherapyGeometryController.cc:42
LaserDrivenBeamLine.hh
PassiveProtonBeamLine.hh
LaserDrivenBeamLine
Definition:
LaserDrivenBeamLine.hh:58
PassiveProtonBeamLine
Definition:
PassiveProtonBeamLine.hh:46
G4cout
G4GLOB_DLL std::ostream G4cout
HadrontherapyGeometryController::SetGeometry
void SetGeometry(G4String)
Select a geometry by name.
Definition:
HadrontherapyGeometryController.cc:50
G4VUserDetectorConstruction
Definition:
G4VUserDetectorConstruction.hh:50
G4RunManager
Definition:
G4RunManager.hh:138
HadrontherapyDetectorConstruction.hh
HadrontherapyGeometryController::~HadrontherapyGeometryController
~HadrontherapyGeometryController()
Definition:
HadrontherapyGeometryController.cc:46
G4RunManager::GetRunManager
static G4RunManager * GetRunManager()
Definition:
G4RunManager.cc:79
HadrontherapyGeometryController.hh
G4VUserParallelWorld.hh
G4endl
#define G4endl
Definition:
G4ios.hh:61
HadrontherapyDetectorROGeometry.hh
G4ThreeVector.hh
G4String
Definition:
G4String.hh:45
geant4.10.02.p01
examples
advanced
hadrontherapy
src
HadrontherapyGeometryController.cc
Generated on Thu Mar 3 2016 14:40:37 for Geant4 by
1.8.8