Geant4
10.03.p02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
G4ParallelWorldProcessStore.hh
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
//
27
// $Id: G4ParallelWorldProcessStore.hh 68733 2013-04-05 09:45:28Z gcosmo $
28
// GEANT4 tag $Name: geant4-09-04-ref-00 $
29
//
30
//
31
//---------------------------------------------------------------
32
//
33
// G4ParallelWorldProcessStore.hh
34
//
35
// Description:
36
// This procss takes a parallel world and limits a step
37
// on the boundaries of volumes in the parallel world.
38
// It invokes sensitive detectors assigned in the parallel
39
// world.
40
// It switches a material (and a region if defined) in the
41
// assigned parallel world over the material (and the region)
42
// in the mass world.
43
//
44
//---------------------------------------------------------------
45
46
47
#ifndef G4ParallelWorldProcessStore_h
48
#define G4ParallelWorldProcessStore_h 1
49
50
#include "
globals.hh
"
51
#include <map>
52
class
G4ParallelWorldProcess
;
53
54
//------------------------------------------
55
//
56
// G4ParallelWorldProcessStore class
57
//
58
//------------------------------------------
59
60
61
// Class Description:
62
63
class
G4ParallelWorldProcessStore
64
:
public
std::map<G4ParallelWorldProcess*,G4String>
65
{
66
public
:
// with description
67
static
G4ParallelWorldProcessStore
*
GetInstance
();
68
static
G4ParallelWorldProcessStore
*
GetInstanceIfExist
();
69
70
private
:
71
static
G4ThreadLocal
G4ParallelWorldProcessStore
* fInstance;
72
73
//------------------------
74
// Constructor/Destructor
75
//------------------------
76
private
:
77
G4ParallelWorldProcessStore
();
78
public
:
79
virtual
~G4ParallelWorldProcessStore
();
80
81
//--------------------------------------------------------------
82
// Set Paralle World
83
//--------------------------------------------------------------
84
85
public
:
86
void
SetParallelWorld
(
G4ParallelWorldProcess
* proc,
87
G4String
parallelWorldName);
88
void
UpdateWorlds
();
89
G4ParallelWorldProcess
*
GetProcess
(
G4String
parallelWorldName);
90
void
Clear
();
91
92
};
93
94
#endif
G4ParallelWorldProcessStore::Clear
void Clear()
Definition:
G4ParallelWorldProcessStore.cc:98
G4ParallelWorldProcessStore::~G4ParallelWorldProcessStore
virtual ~G4ParallelWorldProcessStore()
Definition:
G4ParallelWorldProcessStore.cc:52
G4ThreadLocal
#define G4ThreadLocal
Definition:
tls.hh:89
G4ParallelWorldProcessStore
Definition:
G4ParallelWorldProcessStore.hh:63
G4ParallelWorldProcessStore::GetInstance
static G4ParallelWorldProcessStore * GetInstance()
Definition:
G4ParallelWorldProcessStore.cc:37
G4ParallelWorldProcessStore::GetInstanceIfExist
static G4ParallelWorldProcessStore * GetInstanceIfExist()
Definition:
G4ParallelWorldProcessStore.cc:44
G4ParallelWorldProcessStore::GetProcess
G4ParallelWorldProcess * GetProcess(G4String parallelWorldName)
Definition:
G4ParallelWorldProcessStore.cc:90
G4ParallelWorldProcessStore::SetParallelWorld
void SetParallelWorld(G4ParallelWorldProcess *proc, G4String parallelWorldName)
Definition:
G4ParallelWorldProcessStore.cc:58
globals.hh
G4ParallelWorldProcess
Definition:
G4ParallelWorldProcess.hh:73
G4ParallelWorldProcessStore::UpdateWorlds
void UpdateWorlds()
Definition:
G4ParallelWorldProcessStore.cc:83
G4String
Definition:
G4String.hh:45
source
geant4.10.03.p02
source
processes
scoring
include
G4ParallelWorldProcessStore.hh
Generated on Tue Nov 28 2017 21:43:43 for Geant4 by
1.8.5