Geant4 Cross Reference

Cross-Referencing   Geant4
Geant4/examples/extended/biasing/ReverseMC01/src/G4AdjointPhysicsMessenger.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/biasing/ReverseMC01/src/G4AdjointPhysicsMessenger.cc (Version 11.3.0) and /examples/extended/biasing/ReverseMC01/src/G4AdjointPhysicsMessenger.cc (Version 7.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 biasing/ReverseMC01/src/G4AdjointPhy    
 27 /// \brief Implementation of the G4AdjointPhys    
 28 //                                                
 29 //                                                
 30 //////////////////////////////////////////////    
 31 //      Class Name:        G4AdjointPhysicsMes    
 32 //        Author:               L. Desorgher      
 33 //         Organisation:         SpaceIT GmbH     
 34 //        Contract:        ESA contract 21435/    
 35 //         Customer:             ESA/ESTEC        
 36 //////////////////////////////////////////////    
 37                                                   
 38 //....oooOO0OOooo........oooOO0OOooo........oo    
 39 //....oooOO0OOooo........oooOO0OOooo........oo    
 40                                                   
 41 #include "G4AdjointPhysicsMessenger.hh"           
 42                                                   
 43 #include "G4AdjointPhysicsList.hh"                
 44 #include "G4UIcmdWith3VectorAndUnit.hh"           
 45 #include "G4UIcmdWithABool.hh"                    
 46 #include "G4UIcmdWithADouble.hh"                  
 47 #include "G4UIcmdWithADoubleAndUnit.hh"           
 48 #include "G4UIcmdWithAString.hh"                  
 49 #include "G4UIcmdWithAnInteger.hh"                
 50 #include "G4UIcmdWithoutParameter.hh"             
 51 #include "G4UIdirectory.hh"                       
 52 #include "G4UnitsTable.hh"                        
 53                                                   
 54 //....oooOO0OOooo........oooOO0OOooo........oo    
 55                                                   
 56 G4AdjointPhysicsMessenger::G4AdjointPhysicsMes    
 57   : G4UImessenger(),                              
 58     fPhysicsList(pPhysicsList),                   
 59     fPhysicsDir(0),                               
 60     fUsepIonisationCmd(0),                        
 61     fUseBremCmd(0),                               
 62     fUseComptonCmd(0),                            
 63     fUseMSCmd(0),                                 
 64     fUsePEEffectCmd(0),                           
 65     fUseGammaConversionCmd(0),                    
 66     fUseEgainFluctuationCmd(0),                   
 67     fSetEminAdjModelsCmd(0),                      
 68     fSetEmaxAdjModelsCmd(0)                       
 69 {                                                 
 70   fPhysicsDir = new G4UIdirectory("/adjoint_ph    
 71                                                   
 72   fPhysicsDir->SetGuidance("Definition of adjo    
 73   //-------                                       
 74   fUsepIonisationCmd = new G4UIcmdWithABool("/    
 75   fUsepIonisationCmd->SetGuidance("If true (fa    
 76   fUsepIonisationCmd->AvailableForStates(G4Sta    
 77                                                   
 78   fUseBremCmd = new G4UIcmdWithABool("/adjoint    
 79   fUseBremCmd->SetGuidance("If true (false) th    
 80   fUseBremCmd->AvailableForStates(G4State_PreI    
 81                                                   
 82   fUseComptonCmd = new G4UIcmdWithABool("/adjo    
 83   fUseComptonCmd->SetGuidance("If true (false)    
 84   fUseComptonCmd->AvailableForStates(G4State_P    
 85                                                   
 86   fUseMSCmd = new G4UIcmdWithABool("/adjoint_p    
 87   fUseMSCmd->SetGuidance("If true (false) the     
 88   fUseMSCmd->AvailableForStates(G4State_PreIni    
 89                                                   
 90   fUseEgainFluctuationCmd = new G4UIcmdWithABo    
 91   fUseEgainFluctuationCmd->SetGuidance(           
 92     "Switch on/off the fluctation for continuo    
 93   fUseEgainFluctuationCmd->AvailableForStates(    
 94                                                   
 95   fUsePEEffectCmd = new G4UIcmdWithABool("/adj    
 96   fUsePEEffectCmd->AvailableForStates(G4State_    
 97   fUsePEEffectCmd->SetGuidance("If true (false    
 98                                                   
 99   fUseGammaConversionCmd = new G4UIcmdWithABoo    
100   fUseGammaConversionCmd->AvailableForStates(G    
101   fUseGammaConversionCmd->SetGuidance("If true    
102                                                   
103   fSetEminAdjModelsCmd =                          
104     new G4UIcmdWithADoubleAndUnit("/adjoint_ph    
105   fSetEminAdjModelsCmd->SetGuidance("Set the m    
106   fSetEminAdjModelsCmd->SetParameterName("Emin    
107   fSetEminAdjModelsCmd->SetUnitCategory("Energ    
108   fSetEminAdjModelsCmd->AvailableForStates(G4S    
109                                                   
110   fSetEmaxAdjModelsCmd =                          
111     new G4UIcmdWithADoubleAndUnit("/adjoint_ph    
112   fSetEmaxAdjModelsCmd->SetGuidance("Set the m    
113   fSetEmaxAdjModelsCmd->SetParameterName("Emax    
114   fSetEmaxAdjModelsCmd->SetUnitCategory("Energ    
115   fSetEmaxAdjModelsCmd->AvailableForStates(G4S    
116 }                                                 
117                                                   
118 //....oooOO0OOooo........oooOO0OOooo........oo    
119                                                   
120 G4AdjointPhysicsMessenger::~G4AdjointPhysicsMe    
121 {                                                 
122   delete fUsepIonisationCmd;                      
123   delete fUseBremCmd;                             
124   delete fUseComptonCmd;                          
125   delete fUseMSCmd;                               
126   delete fUsePEEffectCmd;                         
127   delete fUseGammaConversionCmd;                  
128   delete fUseEgainFluctuationCmd;                 
129   delete fSetEminAdjModelsCmd;                    
130   delete fSetEmaxAdjModelsCmd;                    
131 }                                                 
132                                                   
133 //....oooOO0OOooo........oooOO0OOooo........oo    
134                                                   
135 void G4AdjointPhysicsMessenger::SetNewValue(G4    
136 {                                                 
137   if (command == fUsepIonisationCmd) {            
138     fPhysicsList->SetUseProtonIonisation(fUsep    
139   }                                               
140   else if (command == fUseBremCmd) {              
141     fPhysicsList->SetUseBrem(fUseBremCmd->GetN    
142   }                                               
143   else if (command == fUseComptonCmd) {           
144     fPhysicsList->SetUseCompton(fUseComptonCmd    
145   }                                               
146   else if (command == fUseMSCmd) {                
147     fPhysicsList->SetUseMS(fUseMSCmd->GetNewBo    
148   }                                               
149   else if (command == fUsePEEffectCmd) {          
150     fPhysicsList->SetUsePEEffect(fUsePEEffectC    
151   }                                               
152   else if (command == fUseGammaConversionCmd)     
153     fPhysicsList->SetUseGammaConversion(fUseGa    
154   }                                               
155   else if (command == fUseEgainFluctuationCmd)    
156     fPhysicsList->SetUseEgainFluctuation(fUseE    
157   }                                               
158                                                   
159   else if (command == fSetEminAdjModelsCmd) {     
160     fPhysicsList->SetEminAdjModels(fSetEminAdj    
161   }                                               
162   else if (command == fSetEmaxAdjModelsCmd) {     
163     fPhysicsList->SetEmaxAdjModels(fSetEmaxAdj    
164   }                                               
165 }                                                 
166                                                   
167 //....oooOO0OOooo........oooOO0OOooo........oo    
168