Import Geant4 9.5.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:46:55 +02:00
parent 89a9605df1
commit b1eb5424d2
10957 changed files with 888481 additions and 160139 deletions
@@ -24,8 +24,8 @@
// ********************************************************************
//
//
// $Id: G4Scintillation.hh,v 1.21 2010/10/28 23:29:21 gum Exp $
// GEANT4 tag $Name: geant4-09-04 $
// $Id: G4Scintillation.hh,v 1.21 2010-10-28 23:29:21 gum Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
//
//
////////////////////////////////////////////////////////////////////////
@@ -213,13 +213,10 @@ protected:
// Class Data Members
///////////////////////
G4PhysicsTable* theSlowIntegralTable;
G4PhysicsTable* theFastIntegralTable;
G4bool fTrackSecondariesFirst;
G4bool fTrackSecondariesFirst;
G4bool fFiniteRiseTime;
G4double YieldFactor;
@@ -255,7 +252,7 @@ G4bool G4Scintillation::IsApplicable(const G4ParticleDefinition& aParticleType)
inline
void G4Scintillation::SetTrackSecondariesFirst(const G4bool state)
{
{
fTrackSecondariesFirst = state;
}