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
@@ -53,35 +53,35 @@ DMXSteppingActionMessenger::DMXSteppingActionMessenger
colourNeutronCmd->SetGuidance(" Choice : white, grey, lgrey, black, red, green, blue, cyan, magenta(default), yellow, lgreen, lblue");
colourNeutronCmd->SetParameterName("colourNeutronFlag", false);
colourNeutronCmd->SetCandidates("white grey lgrey black red green blue cyan magenta yellow lgreen lblue");
colourNeutronCmd->AvailableForStates(Idle);
colourNeutronCmd->AvailableForStates(G4State_Idle);
colourGammaCmd = new G4UIcmdWithAString("/dmx/draw/gammaColour",this);
colourGammaCmd->SetGuidance("Colour of gamma in the event");
colourGammaCmd->SetGuidance(" Choice : white, grey, lgrey, black, red, green, blue, cyan(default), magenta, yellow, lgreen, lblue");
colourGammaCmd->SetParameterName("colourGammaFlag", false);
colourGammaCmd->SetCandidates("white grey lgrey black red green blue cyan magenta yellow lgreen lblue");
colourGammaCmd->AvailableForStates(Idle);
colourGammaCmd->AvailableForStates(G4State_Idle);
colourOpticalCmd = new G4UIcmdWithAString("/dmx/draw/opticalColour",this);
colourOpticalCmd->SetGuidance("Colour of gamma in the event");
colourOpticalCmd->SetGuidance(" Choice : white(default), grey, lgrey, black, red, green, blue, cyan, magenta, yellow, lgreen, lblue");
colourOpticalCmd->SetParameterName("colourOpticalFlag", false);
colourOpticalCmd->SetCandidates("white grey lgrey black red green blue cyan magenta yellow lgreen lblue");
colourOpticalCmd->AvailableForStates(Idle);
colourOpticalCmd->AvailableForStates(G4State_Idle);
colourChargedPlusCmd = new G4UIcmdWithAString("/dmx/draw/chargedplusColour",this);
colourChargedPlusCmd->SetGuidance("colour of chargedplus in the event");
colourChargedPlusCmd->SetGuidance(" Choice : white, grey, lgrey, black, red (default), green, blue, cyan, magenta, yellow, lgreen, lblue");
colourChargedPlusCmd->SetParameterName("ColourChargedPlusFlag", false);
colourChargedPlusCmd->SetCandidates("white grey lgrey black red(default) green blue cyan magenta yellow lgreen lblue");
colourChargedPlusCmd->AvailableForStates(Idle);
colourChargedPlusCmd->AvailableForStates(G4State_Idle);
colourChargedMinusCmd = new G4UIcmdWithAString("/dmx/draw/chargedminusColour",this);
colourChargedMinusCmd->SetGuidance("colour of chargedminus in the event");
colourChargedMinusCmd->SetGuidance(" Choice : white, grey, lgrey, black, red, green, blue(default), cyan, magenta, yellow, lgreen, lblue");
colourChargedMinusCmd->SetParameterName("colourChargedMinusFlag", false);
colourChargedMinusCmd->SetCandidates("white grey lgrey black red green blue cyan magenta yellow lgreen lblue");
colourChargedMinusCmd->AvailableForStates(Idle);
colourChargedMinusCmd->AvailableForStates(G4State_Idle);
}