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,7 +23,10 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: RE02PhysicsList.hh,v 1.2 2006-06-29 17:45:01 gunter Exp $
/// \file runAndEvent/RE02/include/RE02PhysicsList.hh
/// \brief Definition of the RE02PhysicsList class
//
// $Id$
// --------------------------------------------------------------
//
#ifndef RE02PhysicsList_h
@@ -32,6 +35,15 @@
#include "G4VModularPhysicsList.hh"
#include "globals.hh"
//
/// Physics list class
///
/// - constructor
/// registers general, standard EM, muon, hadron and ion physics
///
/// - void SetCuts()
/// invokes default SetCuts methods with SetCutsWithDefault()
//
class RE02PhysicsList: public G4VModularPhysicsList
{
public:
@@ -42,10 +54,8 @@ public:
// SetCuts()
virtual void SetCuts();
};
#endif