Import Geant4 10.3.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-12-09 12:35:28 +01:00
parent 4ec577e5c4
commit a3452e42ac
3514 changed files with 210500 additions and 89628 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4FragmentingString.hh 69569 2013-05-08 13:19:50Z gcosmo $
// $Id: G4FragmentingString.hh 100828 2016-11-02 15:25:59Z gcosmo $
//
#ifndef G4FragmentingString_h
@@ -48,7 +48,6 @@ class G4ExcitedString;
class G4FragmentingString
{
public:
G4FragmentingString(const G4FragmentingString &right);
@@ -65,8 +64,7 @@ class G4FragmentingString
int operator==(const G4FragmentingString &right) const;
int operator!=(const G4FragmentingString &right) const;
G4LorentzVector Get4Momentum() const;
G4ThreeVector StablePt();
@@ -95,7 +93,6 @@ class G4FragmentingString
G4bool StableIsQuark();
G4bool FourQuarkString(void) const;
private:
G4ParticleDefinition *LeftParton, *RightParton;
@@ -124,29 +121,26 @@ int G4FragmentingString::operator!=(const G4FragmentingString &right) const
inline
G4ParticleDefinition * G4FragmentingString::GetStableParton() const
{
return theStableParton;
return theStableParton;
}
inline
G4ParticleDefinition * G4FragmentingString::GetDecayParton() const
{
return theDecayParton;
return theDecayParton;
}
inline
G4ParticleDefinition* G4FragmentingString::GetLeftParton(void) const
{
return LeftParton;
}
{
return LeftParton;
}
inline
G4ParticleDefinition* G4FragmentingString::GetRightParton(void) const
{
return RightParton;
}
{
return RightParton;
}
#endif