/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Simulation/G4Svc/G4Svc-00-01-52/Physics/G4BuilderPhysicsList.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  Set the Physics Processes
00003  -------------------------
00004  ATLAS Collaboration
00005  ***************************************************************************/
00006 
00007 // $Id: G4BuilderPhysicsList.h,v 1.1.1.1 2004/09/28 05:16:53 liwd Exp $
00008 
00009 
00010 #ifndef G4BUILDER_PHYSICSLIST_H
00011 #define G4BUILDER_PHYSICSLIST_H
00012 
00013 #include "G4VUserPhysicsList.hh"
00014 #include "globals.hh"
00015 
00016 class G4BuilderPhysicsList: public G4VUserPhysicsList
00017 {
00018   public:
00019     G4BuilderPhysicsList();
00020     ~G4BuilderPhysicsList();
00021 
00022   protected:
00023     // Construct particle and physics process
00024     void ConstructParticle();
00025     void ConstructProcess();
00026     void SetCuts();
00027 
00028 };
00029 
00030 #endif // G4BUILDER_PHYSICSLIST_H
00031 
00032 
00033 
00034 
00035 
00036 
00037 

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