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: GammaRayTelPrimaryGeneratorMessenger.cc,v 1.6 2002/12/11 17:13:38 gcosmo Exp $ >> 25 // GEANT4 tag $Name: geant4-08-00 $ 27 // ------------------------------------------- 26 // ------------------------------------------------------------ 28 // GEANT 4 class implementation file 27 // GEANT 4 class implementation file 29 // CERN Geneva Switzerland 28 // CERN Geneva Switzerland 30 // 29 // 31 // 30 // 32 // ------------ GammaRayTelPrimaryGenerat 31 // ------------ GammaRayTelPrimaryGeneratorMessenger ------ 33 // by G.Santin, F.Longo & R.Giannitr 32 // by G.Santin, F.Longo & R.Giannitrapani (13 nov 2000) 34 // 33 // 35 // ******************************************* 34 // ************************************************************ 36 35 >> 36 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 37 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 38 37 #include "GammaRayTelPrimaryGeneratorMessenger 39 #include "GammaRayTelPrimaryGeneratorMessenger.hh" 38 #include "GammaRayTelPrimaryGeneratorAction.hh << 39 40 40 #include "G4SystemOfUnits.hh" << 41 #include "GammaRayTelPrimaryGeneratorAction.hh" 41 #include "G4UIcmdWithAnInteger.hh" 42 #include "G4UIcmdWithAnInteger.hh" 42 #include "G4UIcmdWithAString.hh" 43 #include "G4UIcmdWithAString.hh" 43 #include "G4UIcmdWithADoubleAndUnit.hh" 44 #include "G4UIcmdWithADoubleAndUnit.hh" 44 #include "G4UIcmdWithABool.hh" << 45 45 46 //....oooOO0OOooo........oooOO0OOooo........oo 46 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 47 47 48 GammaRayTelPrimaryGeneratorMessenger::GammaRay << 48 GammaRayTelPrimaryGeneratorMessenger::GammaRayTelPrimaryGeneratorMessenger 49 rndmCmd = new G4UIcmdWithAString("/gun/rando << 49 (GammaRayTelPrimaryGeneratorAction* GammaRayTelGun) 50 rndmCmd->SetGuidance("Shoot randomly the inc << 50 :GammaRayTelAction(GammaRayTelGun) 51 rndmCmd->SetGuidance("Choice : on(default), << 51 { 52 rndmCmd->SetParameterName("choice", true); << 52 RndmCmd = new G4UIcmdWithAString("/gun/random",this); 53 rndmCmd->SetDefaultValue("on"); << 53 RndmCmd->SetGuidance("Shoot randomly the incident particle."); 54 rndmCmd->SetCandidates("on off"); << 54 RndmCmd->SetGuidance(" Choice : on(default), off"); 55 rndmCmd->AvailableForStates(G4State_PreInit, << 55 RndmCmd->SetParameterName("choice",true); 56 << 56 RndmCmd->SetDefaultValue("on"); 57 sourceTypeCmd = new G4UIcmdWithAnInteger("/g << 57 RndmCmd->SetCandidates("on off"); 58 sourceTypeCmd->SetGuidance("Select the type << 58 RndmCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 59 sourceTypeCmd->SetGuidance("Choice : 0(defau << 59 60 sourceTypeCmd->SetParameterName("choice", tr << 60 SourceTypeCmd = new G4UIcmdWithAnInteger("/gun/sourceType",this); 61 sourceTypeCmd->SetDefaultValue((G4int) 0); << 61 SourceTypeCmd->SetGuidance("Select the type of incident flux."); 62 sourceTypeCmd->AvailableForStates(G4State_Pr << 62 SourceTypeCmd->SetGuidance(" Choice : 0(default), 1(isotropic), 2(wide parallel beam)"); 63 << 63 SourceTypeCmd->SetParameterName("choice",true); 64 vertexRadiusCmd = new G4UIcmdWithADoubleAndU << 64 SourceTypeCmd->SetDefaultValue((G4int)0); 65 vertexRadiusCmd->SetGuidance("Radius (and un << 65 SourceTypeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 66 vertexRadiusCmd->SetParameterName("choice", << 66 67 vertexRadiusCmd->SetDefaultValue((G4double) << 67 VertexRadiusCmd = new G4UIcmdWithADoubleAndUnit("/gun/vertexRadius",this); 68 vertexRadiusCmd->AvailableForStates(G4State_ << 68 VertexRadiusCmd->SetGuidance("Radius (and unit) of sphere for vertices of incident flux."); 69 << 69 VertexRadiusCmd->SetParameterName("choice",true); 70 spectrumTypeCmd = new G4UIcmdWithAnInteger(" << 70 VertexRadiusCmd->SetDefaultValue((G4double)1.*cm); 71 spectrumTypeCmd->SetGuidance("Select the typ << 71 VertexRadiusCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 72 spectrumTypeCmd->SetGuidance("Choice : 0(def << 72 73 spectrumTypeCmd->SetParameterName("choice", << 73 SpectrumTypeCmd = new G4UIcmdWithAnInteger("/gun/spectrumType",this); 74 spectrumTypeCmd->SetDefaultValue((G4int) 0); << 74 SpectrumTypeCmd->SetGuidance("Select the type of incident spectrum."); 75 spectrumTypeCmd->AvailableForStates(G4State_ << 75 SpectrumTypeCmd->SetGuidance(" Choice : 0(default), 1(), 2(E^{-gamma}), 3()"); 76 << 76 SpectrumTypeCmd->SetParameterName("choice",true); 77 sourceGenCmd = new G4UIcmdWithABool("/gun/so << 77 SpectrumTypeCmd->SetDefaultValue((G4int)0); 78 sourceGenCmd->SetGuidance("Select the native << 78 SpectrumTypeCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 79 sourceGenCmd->SetGuidance(" Choice : true(n << 80 sourceGenCmd->SetParameterName("choice", tru << 81 sourceGenCmd->SetDefaultValue((G4bool) true) << 82 sourceGenCmd->AvailableForStates(G4State_Pre << 83 } 79 } 84 80 85 //....oooOO0OOooo........oooOO0OOooo........oo 81 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 86 82 87 GammaRayTelPrimaryGeneratorMessenger::~GammaRa << 83 GammaRayTelPrimaryGeneratorMessenger::~GammaRayTelPrimaryGeneratorMessenger() 88 delete rndmCmd; << 84 { 89 delete sourceTypeCmd; << 85 delete RndmCmd; 90 delete vertexRadiusCmd; << 86 delete SourceTypeCmd; 91 delete spectrumTypeCmd; << 87 delete VertexRadiusCmd; 92 delete sourceGenCmd; << 88 delete SpectrumTypeCmd; 93 } 89 } 94 90 95 //....oooOO0OOooo........oooOO0OOooo........oo 91 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... 96 92 97 void GammaRayTelPrimaryGeneratorMessenger::Set << 93 void GammaRayTelPrimaryGeneratorMessenger::SetNewValue(G4UIcommand * command,G4String newValue) 98 if (command == rndmCmd) { << 94 { 99 GammaRayTelAction->SetRndmFlag(newValue); << 95 if( command == RndmCmd ) 100 } else if (command == sourceTypeCmd) { << 96 { GammaRayTelAction->SetRndmFlag(newValue);} 101 GammaRayTelAction->SetSourceType(sourceTyp << 97 102 } else if (command == vertexRadiusCmd) { << 98 if( command == SourceTypeCmd ) 103 GammaRayTelAction->SetVertexRadius(vertexR << 99 { GammaRayTelAction->SetSourceType(SourceTypeCmd->GetNewIntValue(newValue));} 104 } else if (command == spectrumTypeCmd) { << 100 105 GammaRayTelAction->SetSpectrumType(spectru << 101 if( command == VertexRadiusCmd ) 106 } else if (command == sourceGenCmd) { << 102 { GammaRayTelAction->SetVertexRadius(VertexRadiusCmd->GetNewDoubleValue(newValue));} 107 GammaRayTelAction->SetSourceGen(sourceGenC << 103 108 } << 104 if( command == SpectrumTypeCmd ) >> 105 { GammaRayTelAction->SetSpectrumType(SpectrumTypeCmd->GetNewIntValue(newValue));} 109 } 106 } >> 107 >> 108 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... >> 109 >> 110 >> 111 >> 112 >> 113 >> 114 >> 115 >> 116 >> 117 >> 118 >> 119 >> 120 110 121