Geant4 Cross Reference |
1 // 1 // 2 // ******************************************* 2 // ******************************************************************** 3 // * License and Disclaimer 3 // * License and Disclaimer * 4 // * 4 // * * 5 // * The Geant4 software is copyright of th 5 // * The Geant4 software is copyright of the Copyright Holders of * 6 // * the Geant4 Collaboration. It is provided 6 // * the Geant4 Collaboration. It is provided under the terms and * 7 // * conditions of the Geant4 Software License 7 // * conditions of the Geant4 Software License, included in the file * 8 // * LICENSE and available at http://cern.ch/ 8 // * LICENSE and available at http://cern.ch/geant4/license . These * 9 // * include a list of copyright holders. 9 // * include a list of copyright holders. * 10 // * 10 // * * 11 // * Neither the authors of this software syst 11 // * Neither the authors of this software system, nor their employing * 12 // * institutes,nor the agencies providing fin 12 // * institutes,nor the agencies providing financial support for this * 13 // * work make any representation or warran 13 // * work make any representation or warranty, express or implied, * 14 // * regarding this software system or assum 14 // * regarding this software system or assume any liability for its * 15 // * use. Please see the license in the file 15 // * use. Please see the license in the file LICENSE and URL above * 16 // * for the full disclaimer and the limitatio 16 // * for the full disclaimer and the limitation of liability. * 17 // * 17 // * * 18 // * This code implementation is the result 18 // * This code implementation is the result of the scientific and * 19 // * technical work of the GEANT4 collaboratio 19 // * technical work of the GEANT4 collaboration. * 20 // * By using, copying, modifying or distri 20 // * By using, copying, modifying or distributing the software (or * 21 // * any work based on the software) you ag 21 // * any work based on the software) you agree to acknowledge its * 22 // * use in resulting scientific publicati 22 // * use in resulting scientific publications, and indicate your * 23 // * acceptance of all terms of the Geant4 Sof 23 // * acceptance of all terms of the Geant4 Software license. * 24 // ******************************************* 24 // ******************************************************************** 25 // 25 // 26 /// \file electromagnetic/TestEm8/src/PhysicsL 26 /// \file electromagnetic/TestEm8/src/PhysicsListMessenger.cc 27 /// \brief Implementation of the PhysicsListMe 27 /// \brief Implementation of the PhysicsListMessenger class 28 // 28 // >> 29 // $Id$ 29 // 30 // 30 //-------------------------------------------- 31 //--------------------------------------------------------------------------- 31 // 32 // 32 // ClassName: PhysicsListMessenger 33 // ClassName: PhysicsListMessenger 33 // 34 // 34 // Description: EM physics with a possibility 35 // Description: EM physics with a possibility to add PAI model 35 // 36 // 36 // Author: V.Ivanchenko 01.09.2010 37 // Author: V.Ivanchenko 01.09.2010 37 // 38 // 38 //-------------------------------------------- 39 //---------------------------------------------------------------------------- 39 // << 40 // 40 41 41 //....oooOO0OOooo........oooOO0OOooo........oo 42 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 42 //....oooOO0OOooo........oooOO0OOooo........oo 43 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 43 44 44 #include "PhysicsListMessenger.hh" 45 #include "PhysicsListMessenger.hh" 45 46 46 #include "PhysicsList.hh" 47 #include "PhysicsList.hh" 47 #include "TestParameters.hh" << 48 << 49 #include "G4UIcmdWithADouble.hh" << 50 #include "G4UIcmdWithADoubleAndUnit.hh" 48 #include "G4UIcmdWithADoubleAndUnit.hh" 51 #include "G4UIcmdWithAString.hh" 49 #include "G4UIcmdWithAString.hh" 52 #include "G4UIcmdWithAnInteger.hh" 50 #include "G4UIcmdWithAnInteger.hh" 53 #include "G4UIdirectory.hh" << 51 #include "HistoManager.hh" 54 52 55 //....oooOO0OOooo........oooOO0OOooo........oo 53 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 56 54 57 PhysicsListMessenger::PhysicsListMessenger(Phy << 55 PhysicsListMessenger::PhysicsListMessenger(PhysicsList* pPhys) 58 { << 56 :fPhysicsList(pPhys) 59 fPhysDir = new G4UIdirectory("/testem/phys/" << 57 { 60 fPhysDir->SetGuidance("physics list commands << 58 fECmd = new G4UIcmdWithADoubleAndUnit("/testem/phys/setMaxE",this); 61 << 62 fECmd = new G4UIcmdWithADoubleAndUnit("/test << 63 fECmd->SetGuidance("Set max energy deposit") 59 fECmd->SetGuidance("Set max energy deposit"); 64 fECmd->SetParameterName("Emax", false); << 60 fECmd->SetParameterName("Emax",false); 65 fECmd->SetUnitCategory("Energy"); 61 fECmd->SetUnitCategory("Energy"); 66 fECmd->SetRange("Emax>0.0"); 62 fECmd->SetRange("Emax>0.0"); 67 fECmd->AvailableForStates(G4State_PreInit, G << 63 fECmd->AvailableForStates(G4State_PreInit,G4State_Idle); 68 64 69 fEBCmd = new G4UIcmdWithAnInteger("/testem/p << 65 fEBCmd = new G4UIcmdWithAnInteger("/testem/phys/setNbinsE",this); 70 fEBCmd->SetGuidance("Set number of bins in e 66 fEBCmd->SetGuidance("Set number of bins in energy."); 71 fEBCmd->SetParameterName("Ebins", false); << 67 fEBCmd->SetParameterName("Ebins",false); 72 fEBCmd->SetRange("Ebins>0"); 68 fEBCmd->SetRange("Ebins>0"); 73 fEBCmd->AvailableForStates(G4State_PreInit, << 69 fEBCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 74 << 70 75 fCBCmd = new G4UIcmdWithAnInteger("/testem/p << 71 fCBCmd = new G4UIcmdWithAnInteger("/testem/phys/setNbinsCl",this); 76 fCBCmd->SetGuidance("Set number of bins of c << 72 fCBCmd->SetGuidance("Set max number of clusters."); 77 fCBCmd->SetParameterName("Cbins", false); << 73 fCBCmd->SetParameterName("Cbins",false); 78 fCBCmd->SetRange("Cbins>0"); 74 fCBCmd->SetRange("Cbins>0"); 79 fCBCmd->AvailableForStates(G4State_PreInit, << 75 fCBCmd->AvailableForStates(G4State_PreInit,G4State_Idle); 80 << 81 fCMCmd = new G4UIcmdWithAnInteger("/testem/p << 82 fCMCmd->SetGuidance("Set max number of clust << 83 fCMCmd->SetParameterName("Cmax", false); << 84 fCMCmd->SetRange("Cmax>0"); << 85 fCMCmd->AvailableForStates(G4State_PreInit, << 86 76 87 fListCmd = new G4UIcmdWithAString("/testem/p << 77 fListCmd = new G4UIcmdWithAString("/testem/phys/addPhysics",this); 88 fListCmd->SetGuidance("Add modula physics li 78 fListCmd->SetGuidance("Add modula physics list."); 89 fListCmd->SetParameterName("PList", false); << 79 fListCmd->SetParameterName("PList",false); 90 fListCmd->AvailableForStates(G4State_PreInit << 80 fListCmd->AvailableForStates(G4State_PreInit); 91 << 92 fADCCmd = new G4UIcmdWithADoubleAndUnit("/te << 93 fADCCmd->SetGuidance("Set energy per ADC cha << 94 fADCCmd->SetParameterName("enadc", false, fa << 95 fADCCmd->SetUnitCategory("Energy"); << 96 fADCCmd->SetDefaultUnit("keV"); << 97 fADCCmd->SetRange("enadc>0."); << 98 fADCCmd->AvailableForStates(G4State_PreInit, << 99 << 100 fNorCmd = new G4UIcmdWithADouble("/testem/ph << 101 fNorCmd->SetGuidance("Set factor for histogr << 102 fNorCmd->SetParameterName("nfac", false, fal << 103 fNorCmd->SetRange("nfac>0."); << 104 fNorCmd->AvailableForStates(G4State_PreInit, << 105 << 106 fSmCmd = new G4UIcmdWithADoubleAndUnit("/tes << 107 fSmCmd->SetGuidance("Set intrinsic width of << 108 fSmCmd->SetParameterName("sm", false, false) << 109 fSmCmd->SetDefaultUnit("keV"); << 110 fSmCmd->SetRange("sm>0."); << 111 fSmCmd->AvailableForStates(G4State_PreInit, << 112 } 81 } 113 82 114 //....oooOO0OOooo........oooOO0OOooo........oo 83 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 115 84 116 PhysicsListMessenger::~PhysicsListMessenger() 85 PhysicsListMessenger::~PhysicsListMessenger() 117 { 86 { 118 delete fECmd; 87 delete fECmd; 119 delete fEBCmd; 88 delete fEBCmd; 120 delete fCBCmd; 89 delete fCBCmd; 121 delete fCMCmd; << 122 delete fListCmd; 90 delete fListCmd; 123 delete fADCCmd; << 124 delete fNorCmd; << 125 delete fSmCmd; << 126 delete fPhysDir; << 127 } 91 } 128 92 129 //....oooOO0OOooo........oooOO0OOooo........oo 93 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 130 94 131 void PhysicsListMessenger::SetNewValue(G4UIcom << 95 void PhysicsListMessenger::SetNewValue(G4UIcommand* command, 132 { << 96 G4String newValue) 133 TestParameters* man = TestParameters::GetPoi << 97 { >> 98 HistoManager* man = HistoManager::GetPointer(); >> 99 if( command == fECmd ) >> 100 { man->SetMaxEnergy(fECmd->GetNewDoubleValue(newValue)); } >> 101 >> 102 if( command == fEBCmd ) >> 103 { man->SetNumberBins(fEBCmd->GetNewIntValue(newValue)); } >> 104 >> 105 if( command == fCBCmd ) >> 106 { man->SetNumberBinsCluster(fCBCmd->GetNewIntValue(newValue)); } 134 107 135 if (command == fECmd) { << 108 if( command == fListCmd ) 136 man->SetMaxEnergy(fECmd->GetNewDoubleValue << 109 { fPhysicsList->AddPhysicsList(newValue); } 137 } << 138 if (command == fEBCmd) { << 139 man->SetNumberBins(fEBCmd->GetNewIntValue( << 140 } << 141 if (command == fCBCmd) { << 142 man->SetNumberBinsCluster(fCBCmd->GetNewIn << 143 } << 144 if (command == fCMCmd) { << 145 man->SetMaxCluster(fCMCmd->GetNewIntValue( << 146 } << 147 if (command == fListCmd) { << 148 fPhysicsList->AddPhysicsList(newValue); << 149 } << 150 if (command == fADCCmd) { << 151 man->SetEnergyPerChannel(fADCCmd->GetNewDo << 152 } << 153 if (command == fNorCmd) { << 154 man->SetNormFactor(fNorCmd->GetNewDoubleVa << 155 } << 156 if (command == fSmCmd) { << 157 man->SetEnergySmear(fSmCmd->GetNewDoubleVa << 158 } << 159 } 110 } 160 111 161 //....oooOO0OOooo........oooOO0OOooo........oo 112 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo...... 162 113