Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4Cerenkov.hh 71106 2013-06-11 10:25:59Z gcosmo $
//
//
////////////////////////////////////////////////////////////////////////
@@ -111,6 +111,9 @@ public:
// Returns true -> 'is applicable', for all charged particles
// except short-lived particles.
void BuildPhysicsTable(const G4ParticleDefinition& aParticleType);
// Build table at a right time
G4double GetMeanFreePath(const G4Track& aTrack,
G4double ,
G4ForceCondition* );
@@ -210,15 +213,6 @@ private:
// Inline methods
////////////////////
inline
G4bool G4Cerenkov::IsApplicable(const G4ParticleDefinition& aParticleType)
{
if (aParticleType.GetParticleName() == "chargedgeantino") return false;
if (aParticleType.IsShortLived()) return false;
return (aParticleType.GetPDGCharge() != 0);
}
inline
void G4Cerenkov::SetTrackSecondariesFirst(const G4bool state)
{