Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer << 3 // * DISCLAIMER * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th << 5 // * The following disclaimer summarizes all the specific disclaimers * 6 // * the Geant4 Collaboration. It is provided << 6 // * of contributors to this software. The specific disclaimers,which * 7 // * conditions of the Geant4 Software License << 7 // * govern, are listed with their locations in: * 8 // * LICENSE and available at http://cern.ch/ << 8 // * http://cern.ch/geant4/license * 9 // * include a list of copyright holders. << 10 // * 9 // * * 11 // * Neither the authors of this software syst 10 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 11 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 12 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 13 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file << 14 // * use. * 16 // * for the full disclaimer and the limitatio << 17 // * 15 // * * 18 // * This code implementation is the result << 16 // * This code implementation is the intellectual property of the * 19 // * technical work of the GEANT4 collaboratio << 17 // * GEANT4 collaboration. * 20 // * By using, copying, modifying or distri << 18 // * By copying, distributing or modifying the Program (or any work * 21 // * any work based on the software) you ag << 19 // * based on the Program) you indicate your acceptance of this * 22 // * use in resulting scientific publicati << 20 // * statement, and all its terms. * 23 // * acceptance of all terms of the Geant4 Sof << 24 // ******************************************* 21 // ******************************************************************** 25 // 22 // 26 // 23 // >> 24 // $Id: XrayFluoPlanePrimarygeneratorMessenger.cc >> 25 // GEANT4 tag $Name: 27 // 26 // 28 // Author: Alfonso Mantero (Alfonso.mantero@ge 27 // Author: Alfonso Mantero (Alfonso.mantero@ge.infn.it) 29 // 28 // 30 // History: 29 // History: 31 // ----------- 30 // ----------- 32 // 02 Sep 2003 Alfonso Mantero created 31 // 02 Sep 2003 Alfonso Mantero created 33 // 32 // 34 // ------------------------------------------- 33 // ------------------------------------------------------------------- 35 34 36 #include "XrayFluoPlanePrimaryGeneratorMesseng 35 #include "XrayFluoPlanePrimaryGeneratorMessenger.hh" 37 #include "XrayFluoPlanePrimaryGeneratorAction. 36 #include "XrayFluoPlanePrimaryGeneratorAction.hh" 38 #include "G4UIcmdWithAString.hh" 37 #include "G4UIcmdWithAString.hh" 39 38 40 //....oooOO0OOooo........oooOO0OOooo........oo 39 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 41 40 42 XrayFluoPlanePrimaryGeneratorMessenger::XrayFl 41 XrayFluoPlanePrimaryGeneratorMessenger::XrayFluoPlanePrimaryGeneratorMessenger(XrayFluoPlanePrimaryGeneratorAction* XrayFluoGun) 43 :XrayFluoAction(XrayFluoGun) 42 :XrayFluoAction(XrayFluoGun) 44 { 43 { 45 RndmCmd = new G4UIcmdWithAString("/gun/rando 44 RndmCmd = new G4UIcmdWithAString("/gun/random",this); 46 RndmCmd->SetGuidance("Shoot particles from a 45 RndmCmd->SetGuidance("Shoot particles from a point-like source at infinity, witth an incidence angle with the plane of 45 deg"); 47 RndmCmd->SetGuidance(" Choice : on(default) 46 RndmCmd->SetGuidance(" Choice : on(default), off"); 48 RndmCmd->SetParameterName("choice",true); 47 RndmCmd->SetParameterName("choice",true); 49 RndmCmd->SetDefaultValue("on"); 48 RndmCmd->SetDefaultValue("on"); 50 RndmCmd->SetCandidates("on off"); 49 RndmCmd->SetCandidates("on off"); 51 RndmCmd->AvailableForStates(G4State_PreInit, 50 RndmCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 52 51 53 RndmVert = new G4UIcmdWithAString("/gun/beam 52 RndmVert = new G4UIcmdWithAString("/gun/beam",this); 54 RndmVert->SetGuidance("Creates a round beam 53 RndmVert->SetGuidance("Creates a round beam of particles of 0.5mm in diameter."); 55 RndmVert->SetGuidance(" Choice : on(default 54 RndmVert->SetGuidance(" Choice : on(default), off"); 56 RndmVert->SetParameterName("choice",true); 55 RndmVert->SetParameterName("choice",true); 57 RndmVert->SetDefaultValue("on"); 56 RndmVert->SetDefaultValue("on"); 58 RndmVert->SetCandidates("on off"); 57 RndmVert->SetCandidates("on off"); 59 RndmVert->AvailableForStates(G4State_PreInit 58 RndmVert->AvailableForStates(G4State_PreInit,G4State_Idle); 60 59 61 spectrum = new G4UIcmdWithAString("/gun/spec 60 spectrum = new G4UIcmdWithAString("/gun/spectrum",this); 62 spectrum->SetGuidance("Shoot the incident pa 61 spectrum->SetGuidance("Shoot the incident particle with a certain energy spectrum."); 63 spectrum->SetGuidance(" Choice : on(default 62 spectrum->SetGuidance(" Choice : on(default), off"); 64 spectrum->SetParameterName("choice",true); 63 spectrum->SetParameterName("choice",true); 65 spectrum->SetDefaultValue("on"); 64 spectrum->SetDefaultValue("on"); 66 spectrum->SetCandidates("on off"); 65 spectrum->SetCandidates("on off"); 67 spectrum->AvailableForStates(G4State_PreInit 66 spectrum->AvailableForStates(G4State_PreInit,G4State_Idle); 68 67 69 isoVert = new G4UIcmdWithAString("/gun/isoVe 68 isoVert = new G4UIcmdWithAString("/gun/isoVert",this); 70 isoVert->SetGuidance("Shoot the incident par 69 isoVert->SetGuidance("Shoot the incident particle from an isotropic direction."); 71 isoVert->SetGuidance(" Choice : on(default) 70 isoVert->SetGuidance(" Choice : on(default), off"); 72 isoVert->SetParameterName("choice",true); 71 isoVert->SetParameterName("choice",true); 73 isoVert->SetDefaultValue("on"); 72 isoVert->SetDefaultValue("on"); 74 isoVert->SetCandidates("on off"); 73 isoVert->SetCandidates("on off"); 75 isoVert->AvailableForStates(G4State_PreInit, 74 isoVert->AvailableForStates(G4State_PreInit,G4State_Idle); 76 75 77 G4cout << "XrayFluoPlanePrimaryGeneratorMess 76 G4cout << "XrayFluoPlanePrimaryGeneratorMessenger created" << G4endl; 78 77 79 } 78 } 80 79 81 //....oooOO0OOooo........oooOO0OOooo........oo 80 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 82 81 83 XrayFluoPlanePrimaryGeneratorMessenger::~XrayF 82 XrayFluoPlanePrimaryGeneratorMessenger::~XrayFluoPlanePrimaryGeneratorMessenger() 84 { 83 { 85 delete RndmCmd; 84 delete RndmCmd; 86 delete RndmVert; 85 delete RndmVert; 87 delete spectrum; 86 delete spectrum; 88 delete isoVert; 87 delete isoVert; 89 88 90 G4cout << "XrayFluoPlanePrimaryGeneratorMess 89 G4cout << "XrayFluoPlanePrimaryGeneratorMessenger deleted" << G4endl; 91 90 92 } 91 } 93 92 94 //....oooOO0OOooo........oooOO0OOooo........oo 93 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 95 94 96 void XrayFluoPlanePrimaryGeneratorMessenger::S 95 void XrayFluoPlanePrimaryGeneratorMessenger::SetNewValue(G4UIcommand * command,G4String newValue) 97 { 96 { 98 if( command == RndmCmd ) 97 if( command == RndmCmd ) 99 { 98 { 100 XrayFluoAction->SetRndmFlag(newValue); 99 XrayFluoAction->SetRndmFlag(newValue); 101 XrayFluoAction->SetRndmVert("off"); 100 XrayFluoAction->SetRndmVert("off"); 102 XrayFluoAction->SetIsoVert("off"); 101 XrayFluoAction->SetIsoVert("off"); 103 } 102 } 104 103 105 if( command == RndmVert ) 104 if( command == RndmVert ) 106 { 105 { 107 XrayFluoAction->SetRndmVert(newValue); 106 XrayFluoAction->SetRndmVert(newValue); 108 XrayFluoAction->SetIsoVert("off"); 107 XrayFluoAction->SetIsoVert("off"); 109 XrayFluoAction->SetRndmFlag("off"); 108 XrayFluoAction->SetRndmFlag("off"); 110 } 109 } 111 if( command == spectrum ) 110 if( command == spectrum ) 112 { XrayFluoAction->SetSpectrum(newValue);} 111 { XrayFluoAction->SetSpectrum(newValue);} 113 112 114 if( command == isoVert ) 113 if( command == isoVert ) 115 { 114 { 116 XrayFluoAction->SetIsoVert(newValue); 115 XrayFluoAction->SetIsoVert(newValue); 117 XrayFluoAction->SetRndmFlag("off"); 116 XrayFluoAction->SetRndmFlag("off"); 118 XrayFluoAction->SetRndmVert("off"); 117 XrayFluoAction->SetRndmVert("off"); 119 } 118 } 120 } 119 } 121 120 122 //....oooOO0OOooo........oooOO0OOooo........oo 121 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 123 122 124 123