Import Geant4 9.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 17:01:34 +02:00
parent b1eb5424d2
commit e2d2f9810a
10384 changed files with 698580 additions and 628834 deletions
@@ -23,8 +23,7 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4QStoppingPhysics.hh,v 1.6 2010-06-04 09:59:47 vnivanch Exp $
// GEANT4 tag $Name: not supported by cvs2svn $
// $Id$
//
//---------------------------------------------------------------------------
//
@@ -33,7 +32,7 @@
// Author: 11 April 2006 V. Ivanchenko
//
// Modified:
//
// 20120921 M. Kelsey -- Make forward declarations.
//----------------------------------------------------------------------------
//
@@ -42,9 +41,10 @@
#include "globals.hh"
#include "G4VPhysicsConstructor.hh"
#include "G4MuonMinusCaptureAtRest.hh"
class G4QCaptureAtRest;
class G4MuonMinusCaptureAtRest;
class G4QStoppingPhysics : public G4VPhysicsConstructor
{
@@ -72,7 +72,7 @@ private:
G4int verbose;
G4bool wasActivated;
G4bool useMuonMinusCaptureAtRest;
G4bool useMuonMinusCapture;
};
#endif