Import Geant4 1.0.0 source tree
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
// This code implementation is the intellectual property of
|
||||
// the RD44 GEANT4 collaboration.
|
||||
// the GEANT4 collaboration.
|
||||
//
|
||||
// By copying, distributing or modifying the Program (or any work
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4SigmaPlus.hh,v 1.2 1999/04/13 08:28:23 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
// $Id: G4SigmaPlus.hh,v 1.3.6.1 1999/12/07 20:49:26 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -20,7 +20,7 @@
|
||||
// Added particle definitions, H.Kurashige, 14 Feb 19
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
// Each class inheriting from G4VBarion
|
||||
// Each class inheriting from G4VBaryon
|
||||
// corresponds to a particle type; one and only one
|
||||
// instance for each class is guaranteed.
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
|
||||
#include "globals.hh"
|
||||
#include "G4ios.hh"
|
||||
#include "G4VBarion.hh"
|
||||
#include "G4VBaryon.hh"
|
||||
|
||||
// ######################################################################
|
||||
// ### SigmaPlus ###
|
||||
// ######################################################################
|
||||
|
||||
class G4SigmaPlus : public G4VBarion
|
||||
class G4SigmaPlus : public G4VBaryon
|
||||
{
|
||||
private:
|
||||
static G4SigmaPlus theSigmaPlus;
|
||||
|
||||
Reference in New Issue
Block a user