Import Geant4 4.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:18:25 +02:00
parent 36c080dca6
commit 921d3b1cda
3990 changed files with 185376 additions and 82884 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4DMesonPlus.hh,v 1.3.4.2 2001/06/28 20:19:03 gunter Exp $
// GEANT4 tag $Name: $
// $Id: G4DMesonPlus.hh,v 1.5 2001/10/15 10:06:12 kurasige Exp $
// GEANT4 tag $Name: geant4-04-00 $
//
//
// ------------------------------------------------------------
@@ -53,8 +53,6 @@ class G4DMesonPlus : public G4VMeson
{
private:
static G4DMesonPlus theDMesonPlus;
static G4double theDMesonPlusLengthCut;
static G4double* theDMesonPlusKineticEnergyCuts;
private: // constructors are hide as private
G4DMesonPlus(
@@ -74,17 +72,6 @@ class G4DMesonPlus : public G4VMeson
static G4DMesonPlus* DMesonPlusDefinition();
static G4DMesonPlus* DMesonPlus();
static G4double GetCuts() {return theDMesonPlusLengthCut;}
static G4double* GetCutsInEnergy() {return theDMesonPlusKineticEnergyCuts;};
virtual void SetCuts(G4double aCut);
};
inline void G4DMesonPlus::SetCuts(G4double aCut)
{
G4ParticleWithCuts::SetCuts(aCut);
theDMesonPlusLengthCut = theCutInMaxInteractionLength;
theDMesonPlusKineticEnergyCuts = theKineticEnergyCuts;
}
#endif