Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -77,14 +77,14 @@ DMXEventActionMessenger::DMXEventActionMessenger(DMXEventAction* EvAct)
DrawColsCmd->SetGuidance(" Choice : custom, standard(default)");
DrawColsCmd->SetParameterName("drawColsFlag", false);
DrawColsCmd->SetCandidates("custom standard");
DrawColsCmd->AvailableForStates(Idle);
DrawColsCmd->AvailableForStates(G4State_Idle);
DrawTrksCmd = new G4UIcmdWithAString("/dmx/draw/drawTracks",this);
DrawTrksCmd->SetGuidance("Draw the tracks in the event");
DrawTrksCmd->SetGuidance(" Choice : none, charged, noscint, all(default)");
DrawTrksCmd->SetParameterName("drawTrksFlag", false);
DrawTrksCmd->SetCandidates("none charged noscint all");
DrawTrksCmd->AvailableForStates(Idle);
DrawTrksCmd->AvailableForStates(G4State_Idle);
DrawHitsCmd = new G4UIcmdWithABool("/dmx/draw/drawHits",this);
DrawHitsCmd->SetGuidance("Set flag to draw hits in PMT.");
@@ -96,7 +96,7 @@ DMXEventActionMessenger::DMXEventActionMessenger(DMXEventAction* EvAct)
PrintCmd->SetGuidance("Print events modulo n");
PrintCmd->SetParameterName("EventNb",false);
PrintCmd->SetRange("EventNb>0");
PrintCmd->AvailableForStates(Idle);
PrintCmd->AvailableForStates(G4State_Idle);
}