Import Geant4 8.3.0 source tree
This commit is contained in:
+20
-4
@@ -24,8 +24,8 @@
|
||||
// ********************************************************************
|
||||
//
|
||||
//
|
||||
// $Id: G4LundStringFragmentation.hh,v 1.3 2006/06/29 20:54:49 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-02 $ Maxim Komogorov
|
||||
// $Id: G4LundStringFragmentation.hh,v 1.4 2007/04/24 14:55:23 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-08-03 $ Maxim Komogorov
|
||||
//
|
||||
// -----------------------------------------------------------------------------
|
||||
// GEANT 4 class implementation file
|
||||
@@ -45,8 +45,9 @@ class G4LundStringFragmentation: public G4VLongitudinalStringDecay
|
||||
public:
|
||||
G4LundStringFragmentation();
|
||||
// G4LundStringFragmentation(G4double sigmaPt);
|
||||
G4LundStringFragmentation(const G4LundStringFragmentation &right);
|
||||
virtual ~G4LundStringFragmentation();
|
||||
G4LundStringFragmentation(const G4LundStringFragmentation &right);
|
||||
virtual ~G4LundStringFragmentation();
|
||||
virtual G4KineticTrackVector* FragmentString(const G4ExcitedString& theString);
|
||||
|
||||
public:
|
||||
const G4LundStringFragmentation & operator=(const G4LundStringFragmentation &right);
|
||||
@@ -56,6 +57,21 @@ public:
|
||||
|
||||
private:
|
||||
virtual G4double GetLightConeZ(G4double zmin, G4double zmax, G4int PartonEncoding, G4ParticleDefinition* pHadron, G4double Px, G4double Py);
|
||||
|
||||
virtual void Sample4Momentum(G4LorentzVector* Mom, G4double Mass, G4LorentzVector* AntiMom, G4double AntiMass, G4double InitialMass);
|
||||
virtual G4bool StopFragmenting(const G4FragmentingString * const string);
|
||||
virtual G4bool IsFragmentable(const G4FragmentingString * const string);
|
||||
virtual G4LorentzVector * SplitEandP(G4ParticleDefinition * pHadron, G4FragmentingString * string);
|
||||
virtual G4bool SplitLast(G4FragmentingString * string,
|
||||
G4KineticTrackVector * LeftVector,
|
||||
G4KineticTrackVector * RightVector);
|
||||
void SetMinimalStringMass(const G4FragmentingString * const string);
|
||||
void SetMinimalStringMass2(const G4double aValue);
|
||||
|
||||
private:
|
||||
G4double MinimalStringMass;
|
||||
G4double MinimalStringMass2;
|
||||
G4double WminLUND;
|
||||
};
|
||||
|
||||
//**************************************************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user