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: G4DecayProducts.hh,v 1.3 1999/04/13 07:58:22 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
// $Id: G4DecayProducts.hh,v 1.4.4.1 1999/12/07 20:49:49 gunter Exp $
|
||||
// GEANT4 tag $Name: geant4-01-00 $
|
||||
//
|
||||
//
|
||||
// ------------------------------------------------------------
|
||||
@@ -28,12 +28,13 @@
|
||||
|
||||
class G4DecayProducts
|
||||
{
|
||||
public:
|
||||
public: // With Description
|
||||
|
||||
// constructors
|
||||
G4DecayProducts();
|
||||
G4DecayProducts(const G4DynamicParticle &aParticle);
|
||||
|
||||
public:
|
||||
// copy constructor and assignment operator
|
||||
// Deep copy: for G4DynamicParticle pointer
|
||||
G4DecayProducts(const G4DecayProducts &right);
|
||||
@@ -50,7 +51,7 @@ class G4DecayProducts
|
||||
G4int operator==(const G4DecayProducts &right) const;
|
||||
G4int operator!=(const G4DecayProducts &right) const;
|
||||
|
||||
public:
|
||||
public: // With Description
|
||||
// set-get methods for the parent particle
|
||||
// theParentPaticle is used to get information of parent particle
|
||||
// when decay products are filled
|
||||
|
||||
Reference in New Issue
Block a user