add geant4 scene and gcompose app
This commit is contained in:
14
src/HEP/Geant/PhysicsList.hh
Normal file
14
src/HEP/Geant/PhysicsList.hh
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef PhysicsList_h
|
||||
#define PhysicsList_h
|
||||
|
||||
#include "G4VModularPhysicsList.hh"
|
||||
|
||||
class PhysicsList : public G4VModularPhysicsList {
|
||||
public:
|
||||
PhysicsList();
|
||||
virtual ~PhysicsList();
|
||||
|
||||
virtual void SetCuts();
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user