Skip to content
Snippets Groups Projects
Commit e2335baf authored by Chad Lantz's avatar Chad Lantz
Browse files

Started preparing PhysicsList for use for PhysicsMessenger

parent a32d44a1
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@
class PhysicsList : public G4VUserPhysicsList
{
public:
PhysicsList(G4String);
PhysicsList();
~PhysicsList(void);
void ConstructParticle(void);
void ConstructProcess(void);
......
......@@ -58,10 +58,12 @@ class PhysicsMessenger: public G4UImessenger{
PhysicsList* fPhysicsList;
//Directories
G4UIdirectory* fPhysicsDir;
//ZDC Commands
//Commands
G4UIcmdWithABool* fSimCherenkovsCmd;
G4UIcmdWithAString* fSelectListCmd;
};
......
#include "PhysicsList.hh"
PhysicsList::PhysicsList(G4String _physicsList)
PhysicsList::PhysicsList( )
{
Hadronic_PL = _physicsList;
//Set Physics list via messenger
//Hadronic_PL = _physicsList;
decay = NULL;
stepLimiter = NULL;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment