Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
processes
hadronic
util
include
G4HadParticleCodes.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
#ifndef G4HadParticleCodes_hh
27
#define G4HadParticleCodes_hh
28
29
enum
30
{
31
NeutronPC
= 2112,
32
ProtonPC
= 2212,
33
34
DeltamPC
= 1114,
35
Delta0PC
= 2114,
36
DeltapPC
= 2214,
37
DeltappPC
= 2224,
38
39
Dm_1600PC
= 31114,
40
D0_1600PC
= 32114,
41
Dp_1600PC
= 32214,
42
Dpp_1600PC
= 32224,
43
44
Dm_1620PC
= 1112,
45
D0_1620PC
= 1212,
46
Dp_1620PC
= 2122,
47
Dpp_1620PC
= 2222,
48
49
Dm_1700PC
= 11114,
50
D0_1700PC
= 12114,
51
Dp_1700PC
= 12214,
52
Dpp_1700PC
= 12224,
53
54
Dm_1900PC
= 11112,
55
D0_1900PC
= 11212,
56
Dp_1900PC
= 12122,
57
Dpp_1900PC
= 12222,
58
59
Dm_1905PC
= 1116,
60
D0_1905PC
= 1216,
61
Dp_1905PC
= 2126,
62
Dpp_1905PC
= 2226,
63
64
Dm_1910PC
= 21112,
65
D0_1910PC
= 21212,
66
Dp_1910PC
= 22122,
67
Dpp_1910PC
= 22222,
68
69
Dm_1920PC
= 21114,
70
D0_1920PC
= 22114,
71
Dp_1920PC
= 22214,
72
Dpp_1920PC
= 22224,
73
74
Dm_1930PC
= 11116,
75
D0_1930PC
= 11216,
76
Dp_1930PC
= 12126,
77
Dpp_1930PC
= 12226,
78
79
Dm_1950PC
= 1118,
80
D0_1950PC
= 2118,
81
Dp_1950PC
= 2218,
82
Dpp_1950PC
= 2228,
83
84
N1400pPC
= 12212,
85
N1400nPC
= 12112,
86
87
N1520pPC
= 2124,
88
N1520nPC
= 1214,
89
90
N1535pPC
= 22212,
91
N1535nPC
= 22112,
92
93
N1650pPC
= 32212,
94
N1650nPC
= 32112,
95
96
N1675pPC
= 2216,
97
N1675nPC
= 2116,
98
99
N1680pPC
= 12216,
100
N1680nPC
= 12116,
101
102
N1700pPC
= 22124,
103
N1700nPC
= 21214,
104
105
N1710pPC
= 42212,
106
N1710nPC
= 42112,
107
108
N1720pPC
= 32124,
109
N1720nPC
= 31214,
110
111
N1900pPC
= 42124,
112
N1900nPC
= 41214,
113
114
N1990pPC
= 12218,
115
N1990nPC
= 12118,
116
117
N2090pPC
= 52214,
118
N2090nPC
= 52114,
119
120
N2190pPC
= 2128,
121
N2190nPC
= 1218,
122
123
N2220pPC
= 100002210,
124
N2220nPC
= 100002110,
125
126
N2250pPC
= 100012210,
127
N2250nPC
= 100012110
128
129
};
130
131
struct
D1232
132
{
133
enum
134
{
135
Dm
=
DeltamPC
,
136
D0
=
Delta0PC
,
137
Dp
=
DeltapPC
,
138
Dpp
=
DeltappPC
139
};
140
};
141
142
#endif
N2090pPC
Definition:
G4HadParticleCodes.hh:117
N1680pPC
Definition:
G4HadParticleCodes.hh:99
Dm_1900PC
Definition:
G4HadParticleCodes.hh:54
Dp_1910PC
Definition:
G4HadParticleCodes.hh:66
Dpp_1920PC
Definition:
G4HadParticleCodes.hh:72
N1990pPC
Definition:
G4HadParticleCodes.hh:114
N2190pPC
Definition:
G4HadParticleCodes.hh:120
Dpp_1910PC
Definition:
G4HadParticleCodes.hh:67
N1700pPC
Definition:
G4HadParticleCodes.hh:102
Dp_1620PC
Definition:
G4HadParticleCodes.hh:46
D0_1600PC
Definition:
G4HadParticleCodes.hh:40
D0_1900PC
Definition:
G4HadParticleCodes.hh:55
D0_1950PC
Definition:
G4HadParticleCodes.hh:80
N1710pPC
Definition:
G4HadParticleCodes.hh:105
Dp_1905PC
Definition:
G4HadParticleCodes.hh:61
N1400pPC
Definition:
G4HadParticleCodes.hh:84
Dp_1950PC
Definition:
G4HadParticleCodes.hh:81
N1650nPC
Definition:
G4HadParticleCodes.hh:94
Dpp_1950PC
Definition:
G4HadParticleCodes.hh:82
Dm_1910PC
Definition:
G4HadParticleCodes.hh:64
DeltapPC
Definition:
G4HadParticleCodes.hh:36
N2250pPC
Definition:
G4HadParticleCodes.hh:126
Dm_1905PC
Definition:
G4HadParticleCodes.hh:59
Dm_1620PC
Definition:
G4HadParticleCodes.hh:44
D1232::Dp
Definition:
G4HadParticleCodes.hh:137
N1710nPC
Definition:
G4HadParticleCodes.hh:106
N1720pPC
Definition:
G4HadParticleCodes.hh:108
D0_1620PC
Definition:
G4HadParticleCodes.hh:45
Dm_1600PC
Definition:
G4HadParticleCodes.hh:39
N1900nPC
Definition:
G4HadParticleCodes.hh:112
Dp_1930PC
Definition:
G4HadParticleCodes.hh:76
Dpp_1905PC
Definition:
G4HadParticleCodes.hh:62
N1675nPC
Definition:
G4HadParticleCodes.hh:97
N1700nPC
Definition:
G4HadParticleCodes.hh:103
NeutronPC
Definition:
G4HadParticleCodes.hh:31
D0_1920PC
Definition:
G4HadParticleCodes.hh:70
ProtonPC
Definition:
G4HadParticleCodes.hh:32
N2090nPC
Definition:
G4HadParticleCodes.hh:118
N1650pPC
Definition:
G4HadParticleCodes.hh:93
Dpp_1930PC
Definition:
G4HadParticleCodes.hh:77
D1232::Dm
Definition:
G4HadParticleCodes.hh:135
N1900pPC
Definition:
G4HadParticleCodes.hh:111
D1232::D0
Definition:
G4HadParticleCodes.hh:136
N1680nPC
Definition:
G4HadParticleCodes.hh:100
Dp_1900PC
Definition:
G4HadParticleCodes.hh:56
Dp_1920PC
Definition:
G4HadParticleCodes.hh:71
D1232
Definition:
G4HadParticleCodes.hh:131
N2250nPC
Definition:
G4HadParticleCodes.hh:127
N2220pPC
Definition:
G4HadParticleCodes.hh:123
DeltamPC
Definition:
G4HadParticleCodes.hh:34
N1535pPC
Definition:
G4HadParticleCodes.hh:90
N1400nPC
Definition:
G4HadParticleCodes.hh:85
Dm_1950PC
Definition:
G4HadParticleCodes.hh:79
Dm_1930PC
Definition:
G4HadParticleCodes.hh:74
N1720nPC
Definition:
G4HadParticleCodes.hh:109
N2190nPC
Definition:
G4HadParticleCodes.hh:121
N1535nPC
Definition:
G4HadParticleCodes.hh:91
Dm_1700PC
Definition:
G4HadParticleCodes.hh:49
N1520nPC
Definition:
G4HadParticleCodes.hh:88
Dpp_1600PC
Definition:
G4HadParticleCodes.hh:42
Dp_1700PC
Definition:
G4HadParticleCodes.hh:51
N1520pPC
Definition:
G4HadParticleCodes.hh:87
N1990nPC
Definition:
G4HadParticleCodes.hh:115
N1675pPC
Definition:
G4HadParticleCodes.hh:96
D0_1910PC
Definition:
G4HadParticleCodes.hh:65
DeltappPC
Definition:
G4HadParticleCodes.hh:37
D0_1930PC
Definition:
G4HadParticleCodes.hh:75
D0_1700PC
Definition:
G4HadParticleCodes.hh:50
D0_1905PC
Definition:
G4HadParticleCodes.hh:60
Dp_1600PC
Definition:
G4HadParticleCodes.hh:41
Dm_1920PC
Definition:
G4HadParticleCodes.hh:69
Delta0PC
Definition:
G4HadParticleCodes.hh:35
N2220nPC
Definition:
G4HadParticleCodes.hh:124
Dpp_1900PC
Definition:
G4HadParticleCodes.hh:57
D1232::Dpp
Definition:
G4HadParticleCodes.hh:138
Dpp_1620PC
Definition:
G4HadParticleCodes.hh:47
Dpp_1700PC
Definition:
G4HadParticleCodes.hh:52
다음에 의해 생성됨 :
1.8.5