Import Geant4 9.6.0 source tree
This commit is contained in:
@@ -23,7 +23,10 @@
|
||||
// * acceptance of all terms of the Geant4 Software license. *
|
||||
// ********************************************************************
|
||||
//
|
||||
// $Id: RE02GeneralPhysics.hh,v 1.2 2006-06-29 17:44:47 gunter Exp $
|
||||
/// \file runAndEvent/RE02/include/RE02GeneralPhysics.hh
|
||||
/// \brief Definition of the RE02GeneralPhysics class
|
||||
//
|
||||
// $Id$
|
||||
// --------------------------------------------------------------
|
||||
//
|
||||
|
||||
@@ -35,6 +38,18 @@
|
||||
|
||||
#include "G4VPhysicsConstructor.hh"
|
||||
|
||||
//
|
||||
/// User general physics constructor
|
||||
///
|
||||
/// creates all particles and applys decay
|
||||
///
|
||||
/// - void ConstructParticle()
|
||||
/// construcs all barions, all bosons (including geantinos),
|
||||
/// all ions, all leptons, all mesons, resonaces and quarks
|
||||
///
|
||||
/// - void ConstructProcess()
|
||||
/// adds the decay process
|
||||
//
|
||||
class RE02GeneralPhysics : public G4VPhysicsConstructor
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user