Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
G4LundStringFragmentation.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: G4LundStringFragmentation.hh 107869 2017-12-07 14:46:39Z gcosmo $
28 //
29 // -----------------------------------------------------------------------------
30 // GEANT 4 class implementation file
31 //
32 // History: first implementation, Maxim Komogorov, 10-Jul-1998
33 // -----------------------------------------------------------------------------
34 
35 #ifndef G4LundStringFragmentation_h
36 #define G4LundStringFragmentation_h 1
37 
39 
40 //**************************************************************************************************************
41 
43  {
44 public:
45 
48 
49  virtual G4KineticTrackVector* FragmentString(const G4ExcitedString& theString);
50 
51 private:
52  // not implemented to protect/forbid use
55  int operator==(const G4LundStringFragmentation &right) const;
56  int operator!=(const G4LundStringFragmentation &right) const;
57 
58 private:
59  void SetMinMasses(); // Uzhi 23 Dec. 2016
60  void SetMinimalStringMass(const G4FragmentingString * const string);
61  void SetMinimalStringMass2(const G4double aValue);
62 
63  virtual G4bool StopFragmenting(const G4FragmentingString * const string);
64  virtual G4bool IsFragmentable(const G4FragmentingString * const string);
65 
66  virtual G4bool SplitLast(G4FragmentingString * string,
67  G4KineticTrackVector * LeftVector,
68  G4KineticTrackVector * RightVector);
69 
70  virtual void Sample4Momentum(G4LorentzVector* Mom, G4double Mass,
71  G4LorentzVector* AntiMom, G4double AntiMass,
72  G4double InitialMass);
73 
74  virtual G4KineticTrack * Splitup(G4FragmentingString *string,
75  G4FragmentingString *&newString);
76 
77  virtual G4LorentzVector * SplitEandP(G4ParticleDefinition * pHadron,
78  G4FragmentingString * string,
79  G4FragmentingString * newString);
80 
81  virtual G4double GetLightConeZ(G4double zmin, G4double zmax,
82  G4int PartonEncoding,
83  G4ParticleDefinition* pHadron,
84  G4double Px, G4double Py);
85 
86  G4double lambda(G4double s, G4double m1_Sqr, G4double m2_Sqr);
87 
89  G4ParticleDefinition *&created);
90 
91 private:
92  // Internal methods introduced to improve the code structure (AR Nov 2011)
93 
94  G4bool Loop_toFragmentString(const G4ExcitedString & theStringInCMS, // * &
95  G4KineticTrackVector * & LeftVector,
96  G4KineticTrackVector * & RightVector);
97 
99  G4ParticleDefinition * & LeftHadron,
100  G4ParticleDefinition * & RightHadron);
101 
103  G4ParticleDefinition * & LeftHadron,
104  G4ParticleDefinition * & RightHadron);
105 
107  G4ParticleDefinition * & LeftHadron,
108  G4ParticleDefinition * & RightHadron);
109 
111  G4ParticleDefinition * & LeftHadron,
112  G4ParticleDefinition * & RightHadron );
113 
114  G4int SampleState(void);
115 
116 private:
117 // ------ For estimation of a minimal string mass ---------------
121 
124 
125 // ------ An estimated minimal string mass ----------------------
128 // ------ Minimal invariant mass used at a string fragmentation -
130 
131  G4int Meson[3][3][6];
133 
134  G4int Baryon[3][3][3][4];
135  G4double BaryonWeight[3][3][3][4];
136 
138 
139 // ------ To improve the code structure
143 
144 };
145 
146 //**************************************************************************************************************
147 // Class G4LundStringFragmentation
148 #endif
149 
150 
G4bool Quark_Diquark_lastSplitting(G4FragmentingString *&string, G4ParticleDefinition *&LeftHadron, G4ParticleDefinition *&RightHadron)
ParticleList decay(Cluster *const c)
Carries out a cluster decay.
G4ParticleDefinition * FS_LeftHadron[35]
virtual G4ParticleDefinition * DiQuarkSplitup(G4ParticleDefinition *decay, G4ParticleDefinition *&created)
virtual G4KineticTrackVector * FragmentString(const G4ExcitedString &theString)
int operator!=(const G4LundStringFragmentation &right) const
G4double lambda(G4double s, G4double m1_Sqr, G4double m2_Sqr)
const XML_Char * s
Definition: expat.h:262
G4ParticleDefinition * FS_RightHadron[35]
double G4double
Definition: G4Types.hh:76
bool G4bool
Definition: G4Types.hh:79
virtual G4KineticTrack * Splitup(G4FragmentingString *string, G4FragmentingString *&newString)
virtual G4LorentzVector * SplitEandP(G4ParticleDefinition *pHadron, G4FragmentingString *string, G4FragmentingString *newString)
void SetMinimalStringMass(const G4FragmentingString *const string)
G4bool Diquark_AntiDiquark_belowThreshold_lastSplitting(G4FragmentingString *&string, G4ParticleDefinition *&LeftHadron, G4ParticleDefinition *&RightHadron)
virtual void Sample4Momentum(G4LorentzVector *Mom, G4double Mass, G4LorentzVector *AntiMom, G4double AntiMass, G4double InitialMass)
int G4int
Definition: G4Types.hh:78
virtual G4double GetLightConeZ(G4double zmin, G4double zmax, G4int PartonEncoding, G4ParticleDefinition *pHadron, G4double Px, G4double Py)
G4bool Loop_toFragmentString(const G4ExcitedString &theStringInCMS, G4KineticTrackVector *&LeftVector, G4KineticTrackVector *&RightVector)
virtual G4bool SplitLast(G4FragmentingString *string, G4KineticTrackVector *LeftVector, G4KineticTrackVector *RightVector)
virtual G4bool IsFragmentable(const G4FragmentingString *const string)
G4bool Diquark_AntiDiquark_aboveThreshold_lastSplitting(G4FragmentingString *&string, G4ParticleDefinition *&LeftHadron, G4ParticleDefinition *&RightHadron)
G4bool Quark_AntiQuark_lastSplitting(G4FragmentingString *&string, G4ParticleDefinition *&LeftHadron, G4ParticleDefinition *&RightHadron)
int operator==(const G4LundStringFragmentation &right) const
virtual G4bool StopFragmenting(const G4FragmentingString *const string)
const G4LundStringFragmentation & operator=(const G4LundStringFragmentation &right)
void SetMinimalStringMass2(const G4double aValue)