Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
•
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
processes
scoring
include
G4ParallelWorldProcessStore.hh
이 파일의 문서화 페이지로 가기
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::GetInstance
static G4ParallelWorldProcessStore * GetInstance()
Definition:
G4ParallelWorldProcessStore.cc:37
G4ParallelWorldProcessStore::fInstance
static G4ThreadLocal G4ParallelWorldProcessStore * fInstance
Definition:
G4ParallelWorldProcessStore.hh:71
G4String
Definition:
examples/extended/parallel/TopC/ParN02/AnnotatedFiles/G4String.hh:45
G4ParallelWorldProcessStore::Clear
void Clear()
Definition:
G4ParallelWorldProcessStore.cc:98
G4ThreadLocal
#define G4ThreadLocal
Definition:
tls.hh:69
G4ParallelWorldProcessStore
Definition:
G4ParallelWorldProcessStore.hh:63
G4ParallelWorldProcessStore::GetInstanceIfExist
static G4ParallelWorldProcessStore * GetInstanceIfExist()
Definition:
G4ParallelWorldProcessStore.cc:44
G4ParallelWorldProcessStore::G4ParallelWorldProcessStore
G4ParallelWorldProcessStore()
Definition:
G4ParallelWorldProcessStore.cc:49
globals.hh
G4ParallelWorldProcessStore::~G4ParallelWorldProcessStore
virtual ~G4ParallelWorldProcessStore()
Definition:
G4ParallelWorldProcessStore.cc:52
G4ParallelWorldProcess
Definition:
G4ParallelWorldProcess.hh:73
G4ParallelWorldProcessStore::SetParallelWorld
void SetParallelWorld(G4ParallelWorldProcess *proc, G4String parallelWorldName)
Definition:
G4ParallelWorldProcessStore.cc:58
G4ParallelWorldProcessStore::GetProcess
G4ParallelWorldProcess * GetProcess(G4String parallelWorldName)
Definition:
G4ParallelWorldProcessStore.cc:90
G4ParallelWorldProcessStore::UpdateWorlds
void UpdateWorlds()
Definition:
G4ParallelWorldProcessStore.cc:83
다음에 의해 생성됨 :
1.8.5