Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/hadronic/Hadr02/src/DetectorMessenger.cc

Version: [ ReleaseNotes ] [ 1.0 ] [ 1.1 ] [ 2.0 ] [ 3.0 ] [ 3.1 ] [ 3.2 ] [ 4.0 ] [ 4.0.p1 ] [ 4.0.p2 ] [ 4.1 ] [ 4.1.p1 ] [ 5.0 ] [ 5.0.p1 ] [ 5.1 ] [ 5.1.p1 ] [ 5.2 ] [ 5.2.p1 ] [ 5.2.p2 ] [ 6.0 ] [ 6.0.p1 ] [ 6.1 ] [ 6.2 ] [ 6.2.p1 ] [ 6.2.p2 ] [ 7.0 ] [ 7.0.p1 ] [ 7.1 ] [ 7.1.p1 ] [ 8.0 ] [ 8.0.p1 ] [ 8.1 ] [ 8.1.p1 ] [ 8.1.p2 ] [ 8.2 ] [ 8.2.p1 ] [ 8.3 ] [ 8.3.p1 ] [ 8.3.p2 ] [ 9.0 ] [ 9.0.p1 ] [ 9.0.p2 ] [ 9.1 ] [ 9.1.p1 ] [ 9.1.p2 ] [ 9.1.p3 ] [ 9.2 ] [ 9.2.p1 ] [ 9.2.p2 ] [ 9.2.p3 ] [ 9.2.p4 ] [ 9.3 ] [ 9.3.p1 ] [ 9.3.p2 ] [ 9.4 ] [ 9.4.p1 ] [ 9.4.p2 ] [ 9.4.p3 ] [ 9.4.p4 ] [ 9.5 ] [ 9.5.p1 ] [ 9.5.p2 ] [ 9.6 ] [ 9.6.p1 ] [ 9.6.p2 ] [ 9.6.p3 ] [ 9.6.p4 ] [ 10.0 ] [ 10.0.p1 ] [ 10.0.p2 ] [ 10.0.p3 ] [ 10.0.p4 ] [ 10.1 ] [ 10.1.p1 ] [ 10.1.p2 ] [ 10.1.p3 ] [ 10.2 ] [ 10.2.p1 ] [ 10.2.p2 ] [ 10.2.p3 ] [ 10.3 ] [ 10.3.p1 ] [ 10.3.p2 ] [ 10.3.p3 ] [ 10.4 ] [ 10.4.p1 ] [ 10.4.p2 ] [ 10.4.p3 ] [ 10.5 ] [ 10.5.p1 ] [ 10.6 ] [ 10.6.p1 ] [ 10.6.p2 ] [ 10.6.p3 ] [ 10.7 ] [ 10.7.p1 ] [ 10.7.p2 ] [ 10.7.p3 ] [ 10.7.p4 ] [ 11.0 ] [ 11.0.p1 ] [ 11.0.p2 ] [ 11.0.p3, ] [ 11.0.p4 ] [ 11.1 ] [ 11.1.1 ] [ 11.1.2 ] [ 11.1.3 ] [ 11.2 ] [ 11.2.1 ] [ 11.2.2 ] [ 11.3.0 ]

Diff markup

Differences between /examples/extended/hadronic/Hadr02/src/DetectorMessenger.cc (Version 11.3.0) and /examples/extended/hadronic/Hadr02/src/DetectorMessenger.cc (Version 3.1)


  1 //                                                  1 
  2 // *******************************************    
  3 // * License and Disclaimer                       
  4 // *                                              
  5 // * The  Geant4 software  is  copyright of th    
  6 // * the Geant4 Collaboration.  It is provided    
  7 // * conditions of the Geant4 Software License    
  8 // * LICENSE and available at  http://cern.ch/    
  9 // * include a list of copyright holders.         
 10 // *                                              
 11 // * Neither the authors of this software syst    
 12 // * institutes,nor the agencies providing fin    
 13 // * work  make  any representation or  warran    
 14 // * regarding  this  software system or assum    
 15 // * use.  Please see the license in the file     
 16 // * for the full disclaimer and the limitatio    
 17 // *                                              
 18 // * This  code  implementation is the result     
 19 // * technical work of the GEANT4 collaboratio    
 20 // * By using,  copying,  modifying or  distri    
 21 // * any work based  on the software)  you  ag    
 22 // * use  in  resulting  scientific  publicati    
 23 // * acceptance of all terms of the Geant4 Sof    
 24 // *******************************************    
 25 //                                                
 26 /// \file hadronic/Hadr02/src/DetectorMessenge    
 27 /// \brief Implementation of the DetectorMesse    
 28 //                                                
 29 //                                                
 30 //////////////////////////////////////////////    
 31 //                                                
 32 // DetectorMessenger                              
 33 //                                                
 34 // Created: 31.01.03 V.Ivanchenko                 
 35 //                                                
 36 // Modified:                                      
 37 // 04.06.2006 Adoptation of hadr01 (V.Ivanchen    
 38 // 16.11.2006 Add beamCmd (V.Ivanchenko)          
 39 //                                                
 40 //////////////////////////////////////////////    
 41 //                                                
 42                                                   
 43 #include "DetectorMessenger.hh"                   
 44                                                   
 45 #include "DetectorConstruction.hh"                
 46 #include "HistoManager.hh"                        
 47                                                   
 48 #include "G4PhysicalConstants.hh"                 
 49 #include "G4SystemOfUnits.hh"                     
 50 #include "G4UIcmdWith3Vector.hh"                  
 51 #include "G4UIcmdWithABool.hh"                    
 52 #include "G4UIcmdWithADoubleAndUnit.hh"           
 53 #include "G4UIcmdWithAString.hh"                  
 54 #include "G4UIcmdWithAnInteger.hh"                
 55 #include "G4UIcmdWithoutParameter.hh"             
 56 #include "G4UIdirectory.hh"                       
 57                                                   
 58 //....oooOO0OOooo........oooOO0OOooo........oo    
 59                                                   
 60 DetectorMessenger::DetectorMessenger(DetectorC    
 61   : G4UImessenger(),                              
 62     fDetector(det),                               
 63     fTestDir(0),                                  
 64     fMatCmd(0),                                   
 65     fMat1Cmd(0),                                  
 66     fIonCmd(0),                                   
 67     fRCmd(0),                                     
 68     fLCmd(0),                                     
 69     fEdepCmd(0),                                  
 70     fBinCmd(0),                                   
 71     fNOfAbsCmd(0),                                
 72     fVerbCmd(0),                                  
 73     fBeamCmd(0)                                   
 74 {                                                 
 75   fTestDir = new G4UIdirectory("/testhadr/");     
 76   fTestDir->SetGuidance(" Hadronic Extended Ex    
 77                                                   
 78   fMatCmd = new G4UIcmdWithAString("/testhadr/    
 79   fMatCmd->SetGuidance("Select Material for th    
 80   fMatCmd->SetParameterName("tMaterial", false    
 81   fMatCmd->AvailableForStates(G4State_PreInit,    
 82                                                   
 83   fMat1Cmd = new G4UIcmdWithAString("/testhadr    
 84   fMat1Cmd->SetGuidance("Select Material for w    
 85   fMat1Cmd->SetParameterName("wMaterial", fals    
 86   fMat1Cmd->AvailableForStates(G4State_PreInit    
 87                                                   
 88   fIonCmd = new G4UIcmdWithAString("/testhadr/    
 89   fIonCmd->SetGuidance("Select ion Physics");     
 90   fIonCmd->SetParameterName("DPMJET", false);     
 91   fIonCmd->AvailableForStates(G4State_PreInit,    
 92                                                   
 93   fRCmd = new G4UIcmdWithADoubleAndUnit("/test    
 94   fRCmd->SetGuidance("Set radius of the target    
 95   fRCmd->SetParameterName("radius", false);       
 96   fRCmd->SetUnitCategory("Length");               
 97   fRCmd->SetRange("radius>0");                    
 98   fRCmd->AvailableForStates(G4State_PreInit, G    
 99                                                   
100   fLCmd = new G4UIcmdWithADoubleAndUnit("/test    
101   fLCmd->SetGuidance("Set length of the target    
102   fLCmd->SetParameterName("length", false);       
103   fLCmd->SetUnitCategory("Length");               
104   fLCmd->SetRange("length>0");                    
105   fLCmd->AvailableForStates(G4State_PreInit, G    
106                                                   
107   fBinCmd = new G4UIcmdWithAnInteger("/testhad    
108   fBinCmd->SetGuidance("Set number of bins for    
109   fBinCmd->SetParameterName("NEbins", false);     
110   fBinCmd->AvailableForStates(G4State_PreInit,    
111                                                   
112   fNOfAbsCmd = new G4UIcmdWithAnInteger("/test    
113   fNOfAbsCmd->SetGuidance("Set number of slice    
114   fNOfAbsCmd->SetParameterName("NZ", false);      
115   fNOfAbsCmd->AvailableForStates(G4State_PreIn    
116                                                   
117   fEdepCmd = new G4UIcmdWithADoubleAndUnit("/t    
118   fEdepCmd->SetGuidance("Set max energy in his    
119   fEdepCmd->SetParameterName("edep", false);      
120   fEdepCmd->SetUnitCategory("Energy");            
121   fEdepCmd->SetRange("edep>0");                   
122   fEdepCmd->AvailableForStates(G4State_PreInit    
123                                                   
124   fBeamCmd = new G4UIcmdWithABool("/testhadr/D    
125   fBeamCmd->SetGuidance("show inelastic and el    
126                                                   
127   fVerbCmd = new G4UIcmdWithAnInteger("/testha    
128   fVerbCmd->SetGuidance("Set verbose for ");      
129   fVerbCmd->SetParameterName("verb", false);      
130   fVerbCmd->AvailableForStates(G4State_PreInit    
131 }                                                 
132                                                   
133 //....oooOO0OOooo........oooOO0OOooo........oo    
134                                                   
135 DetectorMessenger::~DetectorMessenger()           
136 {                                                 
137   delete fMatCmd;                                 
138   delete fMat1Cmd;                                
139   delete fIonCmd;                                 
140   delete fRCmd;                                   
141   delete fLCmd;                                   
142   delete fNOfAbsCmd;                              
143   delete fTestDir;                                
144   delete fBeamCmd;                                
145   delete fVerbCmd;                                
146   delete fEdepCmd;                                
147 }                                                 
148                                                   
149 //....oooOO0OOooo........oooOO0OOooo........oo    
150                                                   
151 void DetectorMessenger::SetNewValue(G4UIcomman    
152 {                                                 
153   HistoManager* h = HistoManager::GetPointer()    
154   if (command == fMatCmd) {                       
155     fDetector->SetTargetMaterial(newValue);       
156   }                                               
157   else if (command == fMat1Cmd) {                 
158     fDetector->SetWorldMaterial(newValue);        
159   }                                               
160   else if (command == fIonCmd) {                  
161     h->SetIonPhysics(newValue);                   
162   }                                               
163   else if (command == fRCmd) {                    
164     fDetector->SetTargetRadius(fRCmd->GetNewDo    
165   }                                               
166   else if (command == fLCmd) {                    
167     h->SetTargetLength(fLCmd->GetNewDoubleValu    
168   }                                               
169   else if (command == fNOfAbsCmd) {               
170     h->SetNumberOfSlices(fNOfAbsCmd->GetNewInt    
171   }                                               
172   else if (command == fBinCmd) {                  
173     h->SetNumberOfBinsE(fBinCmd->GetNewIntValu    
174   }                                               
175   else if (command == fVerbCmd) {                 
176     h->SetVerbose(fVerbCmd->GetNewIntValue(new    
177   }                                               
178   else if (command == fBeamCmd) {                 
179     h->SetDefaultBeamPositionFlag(fBeamCmd->Ge    
180   }                                               
181   else if (command == fEdepCmd) {                 
182     h->SetMaxEnergyDeposit(fEdepCmd->GetNewDou    
183   }                                               
184 }                                                 
185                                                   
186 //....oooOO0OOooo........oooOO0OOooo........oo    
187