Import Geant4 9.4.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 16:25:56 +02:00
parent 74cad5e589
commit 89a9605df1
4440 changed files with 379508 additions and 189225 deletions
@@ -23,14 +23,18 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// Authors: S. Guatelli and M. G. Pia, INFN Genova, Italy
//
// Based on code developed by the undergraduate student G. Guerrieri
// Note: this is a preliminary beta-version of the code; an improved
// version will be distributed in the next Geant4 public release, compliant
// with the design in a forthcoming publication, and subject to a
// design and code review.
//
// $Id: G4HumanPhantomPhysicsList.hh,v 1.8 2010/06/03 23:42:16 cirrone Exp $
// GEANT4 tag $Name: geant4-09-04-beta-01 $
//
// Authors: S. Guatelli, G. Guerrieri and M. G. Pia
//
// **********************************
// * *
// * G4HumanPhantomPhysicsList.hh *
// * *
// **********************************
#ifndef G4HumanPhantomPhysicsList_h
#define G4HumanPhantomPhysicsList_h 1
@@ -53,9 +57,11 @@ protected:
void SetCuts();
private:
// These methods construct physics processes and register them
void ConstructEM();
};
#endif