/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/G4Svc/G4Svc-00-01-52/Physics/ExN01PhysicsList.hh

Go to the documentation of this file.
00001 // This code implementation is the intellectual property of
00002 // the GEANT4 collaboration.
00003 //
00004 // By copying, distributing or modifying the Program (or any work
00005 // based on the Program) you indicate your acceptance of this statement,
00006 // and all its terms.
00007 //
00008 // $Id: ExN01PhysicsList.hh,v 1.1.1.1 2004/09/28 05:16:53 liwd Exp $
00009 // GEANT4 tag $Name: G4Svc-00-01-52 $
00010 //
00011 // 
00012 //
00013 // ExN01PhysicsList
00014 //  Construct/define particles and physics processes
00015 //
00016 //  Particle defined in ExampleN01
00017 //    geantino
00018 //
00019 //  Process defined in ExampleN01
00020 //    transportation
00021 //
00022 
00023 #ifndef ExN01PhysicsList_h
00024 #define ExN01PhysicsList_h 1
00025 
00026 #include "G4VUserPhysicsList.hh"
00027 #include "globals.hh"
00028 
00029 class ExN01PhysicsList: public G4VUserPhysicsList
00030 {
00031   public:
00032     ExN01PhysicsList();
00033     ~ExN01PhysicsList();
00034 
00035   protected:
00036     // Construct particle and physics process
00037     void ConstructParticle();
00038     void ConstructProcess();
00039     void SetCuts();
00040 
00041 };
00042 
00043 #endif
00044 
00045 
00046 
00047 
00048 
00049 
00050 

Generated on Tue Nov 29 23:14:33 2016 for BOSS_7.0.2 by  doxygen 1.4.7