#include "ELYSE/RunActionMessenger.hh" //Geant4 #include "G4UIdirectory.hh" #include "G4UIcommand.hh" #include "G4UIparameter.hh" #include "globals.hh" //ELYSE #include "ELYSE/RunAction.hh" ELYSE::RunActionMessenger::RunActionMessenger(ELYSE::RunAction* ELYSERA) :ELYSERun(ELYSERA) { ELYSEIODir = new G4UIdirectory("/ELYSE/IO/"); ELYSEIODir->SetGuidance("Commands to select I/O options"); }//Ctor //---------------------------------------------------------------------------------- ELYSE::RunActionMessenger::~RunActionMessenger() { delete ELYSEIODir; }//Dtor //---------------------------------------------------------------------------------- void ELYSE::RunActionMessenger::SetNewValue(G4UIcommand* /*command*/, G4String /*newValue*/) { }//SetNewValue