Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
examples
extended
hadronic
Hadr02
include
UrQMDAntiBarionBuilder.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
//
28
//
29
// $Id: $
30
//
31
//---------------------------------------------------------------------------
32
//
33
// ClassName: UrQMDAntiBarionBuilder
34
//
35
// Author: 2012 Andrea Dotti
36
//
37
// Modified:
38
//
39
//----------------------------------------------------------------------------
40
//
41
#ifndef UrQMDAntiBarionBuilder_h
42
#define UrQMDAntiBarionBuilder_h 1
43
44
#include "
globals.hh
"
45
46
#include "
G4HadronElasticProcess.hh
"
47
#include "
G4VAntiBarionBuilder.hh
"
48
49
#include "
G4UrQMD1_3Model.hh
"
50
51
#include "
G4VCrossSectionDataSet.hh
"
52
#include "
G4VComponentCrossSection.hh
"
53
54
class
UrQMDAntiBarionBuilder
:
public
G4VAntiBarionBuilder
55
{
56
public
:
57
58
UrQMDAntiBarionBuilder
();
59
virtual
~UrQMDAntiBarionBuilder
();
60
61
virtual
void
Build
(
G4HadronElasticProcess
* aP);
62
virtual
void
Build
(
G4AntiProtonInelasticProcess
* aP);
63
virtual
void
Build
(
G4AntiNeutronInelasticProcess
* aP);
64
virtual
void
Build
(
G4AntiDeuteronInelasticProcess
* aP);
65
virtual
void
Build
(
G4AntiTritonInelasticProcess
* aP);
66
virtual
void
Build
(
G4AntiHe3InelasticProcess
* aP);
67
virtual
void
Build
(
G4AntiAlphaInelasticProcess
* aP);
68
69
inline
void
SetMinEnergy
(
G4double
val) {
fMin
= val;}
70
inline
void
SetMaxEnergy
(
G4double
val) {
fMax
= val;}
71
72
private
:
73
74
G4UrQMD1_3Model
*
fModel
;
75
G4VCrossSectionDataSet
*
fAntiNucleonData
;
76
G4VComponentCrossSection
*
fAntiNucleonXS
;
77
G4double
fMin
;
78
G4double
fMax
;
79
80
};
81
#endif
82
UrQMDAntiBarionBuilder::SetMinEnergy
void SetMinEnergy(G4double val)
Definition:
UrQMDAntiBarionBuilder.hh:69
UrQMDAntiBarionBuilder::~UrQMDAntiBarionBuilder
virtual ~UrQMDAntiBarionBuilder()
G4HadronElasticProcess
Definition:
G4HadronElasticProcess.hh:50
G4VAntiBarionBuilder
Definition:
G4VAntiBarionBuilder.hh:52
UrQMDAntiBarionBuilder::fMin
G4double fMin
Definition:
UrQMDAntiBarionBuilder.hh:77
UrQMDAntiBarionBuilder::SetMaxEnergy
void SetMaxEnergy(G4double val)
Definition:
UrQMDAntiBarionBuilder.hh:70
G4AntiProtonInelasticProcess
Definition:
G4AntiProtonInelasticProcess.hh:41
UrQMDAntiBarionBuilder::fModel
G4UrQMD1_3Model * fModel
Definition:
UrQMDAntiBarionBuilder.hh:74
G4HadronElasticProcess.hh
G4VCrossSectionDataSet.hh
G4double
double G4double
Definition:
G4Types.hh:76
G4VComponentCrossSection
Definition:
G4VComponentCrossSection.hh:52
G4AntiNeutronInelasticProcess
Definition:
G4AntiNeutronInelasticProcess.hh:42
UrQMDAntiBarionBuilder
Definition:
UrQMDAntiBarionBuilder.hh:54
G4UrQMD1_3Model
Definition:
G4UrQMD1_3Model.hh:77
G4AntiDeuteronInelasticProcess
Definition:
G4AntiDeuteronInelasticProcess.hh:43
globals.hh
UrQMDAntiBarionBuilder::fMax
G4double fMax
Definition:
UrQMDAntiBarionBuilder.hh:78
UrQMDAntiBarionBuilder::fAntiNucleonData
G4VCrossSectionDataSet * fAntiNucleonData
Definition:
UrQMDAntiBarionBuilder.hh:75
G4UrQMD1_3Model.hh
Definition of the G4UrQMD1_3Model class.
G4VAntiBarionBuilder.hh
G4VComponentCrossSection.hh
UrQMDAntiBarionBuilder::UrQMDAntiBarionBuilder
UrQMDAntiBarionBuilder()
G4PhysicsBuilderInterface::Build
virtual void Build()
Definition:
G4PhysicsBuilderInterface.hh:47
G4AntiAlphaInelasticProcess
Definition:
G4AntiAlphaInelasticProcess.hh:43
G4AntiHe3InelasticProcess
Definition:
G4AntiHe3InelasticProcess.hh:43
G4AntiTritonInelasticProcess
Definition:
G4AntiTritonInelasticProcess.hh:41
UrQMDAntiBarionBuilder::fAntiNucleonXS
G4VComponentCrossSection * fAntiNucleonXS
Definition:
UrQMDAntiBarionBuilder.hh:76
G4VCrossSectionDataSet
Definition:
G4VCrossSectionDataSet.hh:71
다음에 의해 생성됨 :
1.8.5