Geant4  10.01.p03
G4LossTableManager.hh
Go to the documentation of this file.
1 //
2 // ********************************************************************
3 // * License and Disclaimer *
4 // * *
5 // * The Geant4 software is copyright of the Copyright Holders of *
6 // * the Geant4 Collaboration. It is provided under the terms and *
7 // * conditions of the Geant4 Software License, included in the file *
8 // * LICENSE and available at http://cern.ch/geant4/license . These *
9 // * include a list of copyright holders. *
10 // * *
11 // * Neither the authors of this software system, nor their employing *
12 // * institutes,nor the agencies providing financial support for this *
13 // * work make any representation or warranty, express or implied, *
14 // * regarding this software system or assume any liability for its *
15 // * use. Please see the license in the file LICENSE and URL above *
16 // * for the full disclaimer and the limitation of liability. *
17 // * *
18 // * This code implementation is the result of the scientific and *
19 // * technical work of the GEANT4 collaboration. *
20 // * By using, copying, modifying or distributing the software (or *
21 // * any work based on the software) you agree to acknowledge its *
22 // * use in resulting scientific publications, and indicate your *
23 // * acceptance of all terms of the Geant4 Software license. *
24 // ********************************************************************
25 //
26 // $Id: G4LossTableManager.hh 86129 2014-11-07 11:16:37Z gcosmo $
27 //
28 //
29 // -------------------------------------------------------------------
30 //
31 // GEANT4 Class header file
32 //
33 //
34 // File name: G4LossTableManager
35 //
36 // Author: Vladimir Ivanchenko on base of G4LossTables class
37 // and Maria Grazia Pia ideas
38 //
39 // Creation date: 03.01.2002
40 //
41 // Modifications:
42 //
43 // 20-01-03 Migrade to cut per region (V.Ivanchenko)
44 // 17-02-03 Fix problem of store/restore tables for ions (V.Ivanchenko)
45 // 10-03-03 Add Ion registration (V.Ivanchenko)
46 // 25-03-03 Add deregistration (V.Ivanchenko)
47 // 26-03-03 Add GetDEDXDispersion (V.Ivanchenko)
48 // 02-04-03 Change messenger (V.Ivanchenko)
49 // 23-07-03 Add exchange with G4EnergyLossTables (V.Ivanchenko)
50 // 05-10-03 Add G4VEmProcesses registration (V.Ivanchenko)
51 // 17-10-03 Add SetParameters method (V.Ivanchenko)
52 // 12-11-03 G4EnergyLossSTD -> G4EnergyLossProcess (V.Ivanchenko)
53 // 14-01-04 Activate precise range calculation (V.Ivanchenko)
54 // 08-11-04 Migration to new interface of Store/Retrieve tables (V.Ivantchenko)
55 // 10-01-06 PreciseRange -> CSDARange (V.Ivantchenko)
56 // 20-01-06 Introduce GetSubDEDX method (VI)
57 // 26-01-06 Rename GetRange -> GetRangeFromRestricteDEDX (V.Ivanchenko)
58 // 10-05-06 Add methods SetMscStepLimitation, FacRange and MscFlag (VI)
59 // 22-05-06 Add methods Set/Get bremsTh (VI)
60 // 12-02-07 Add SetSkin, SetLinearLossLimit (V.Ivanchenko)
61 // 18-06-07 Move definition of msc parameters to G4EmProcessOptions (V.Ivanchenko)
62 // 12-04-10 Added PreparePhsyicsTables and BuildPhysicsTables entries (V.Ivanchenko)
63 // 04-06-13 Adaptation for MT mode, new method LocalPhysicsTables (V.Ivanchenko)
64 //
65 // Class Description:
66 //
67 // A utility static class, responsable for the energy loss tables
68 // for each particle
69 //
70 // Energy loss processes have to register their tables with this
71 // class. The responsibility of creating and deleting the tables
72 // remains with the energy loss classes.
73 
74 // -------------------------------------------------------------------
75 //
76 
77 #ifndef G4LossTableManager_h
78 #define G4LossTableManager_h 1
79 
80 #include <map>
81 #include <vector>
82 #include "globals.hh"
83 #include "G4VEnergyLossProcess.hh"
85 
86 class G4PhysicsTable;
91 class G4VEmProcess;
92 class G4EmCorrections;
93 class G4EmSaturation;
94 class G4EmConfigurator;
95 class G4ElectronIonPair;
96 class G4LossTableBuilder;
98 class G4VSubCutProducer;
99 class G4Region;
100 class G4EmParameters;
101 
103 {
104 
106 
107 public:
108 
109  static G4LossTableManager* Instance();
110 
112 
113  //-------------------------------------------------
114  // called from destructor
115  //-------------------------------------------------
116 
117  void Clear();
118 
119  //-------------------------------------------------
120  // initialisation before a new run
121  //-------------------------------------------------
122 
123  void PreparePhysicsTable(const G4ParticleDefinition* aParticle,
124  G4VEnergyLossProcess* p, G4bool theMaster);
125 
126  void PreparePhysicsTable(const G4ParticleDefinition* aParticle,
127  G4VEmProcess* p, G4bool theMaster);
128 
129  void PreparePhysicsTable(const G4ParticleDefinition* aParticle,
130  G4VMultipleScattering* p, G4bool theMaster);
131 
132  void BuildPhysicsTable(const G4ParticleDefinition* aParticle);
133 
134  void BuildPhysicsTable(const G4ParticleDefinition* aParticle,
136 
137  void LocalPhysicsTables(const G4ParticleDefinition* aParticle,
139 
140  //-------------------------------------------------
141  // Run time access to DEDX, range, energy for a given particle,
142  // energy, and G4MaterialCutsCouple
143  //-------------------------------------------------
144 
146  const G4ParticleDefinition *aParticle,
147  G4double kineticEnergy,
148  const G4MaterialCutsCouple *couple);
149 
151  const G4ParticleDefinition *aParticle,
152  G4double kineticEnergy,
153  const G4MaterialCutsCouple *couple);
154 
156  const G4ParticleDefinition *aParticle,
157  G4double kineticEnergy,
158  const G4MaterialCutsCouple *couple);
159 
161  const G4ParticleDefinition *aParticle,
162  G4double kineticEnergy,
163  const G4MaterialCutsCouple *couple);
164 
166  const G4ParticleDefinition *aParticle,
167  G4double kineticEnergy,
168  const G4MaterialCutsCouple *couple);
169 
171  const G4ParticleDefinition *aParticle,
172  G4double range,
173  const G4MaterialCutsCouple *couple);
174 
176  const G4MaterialCutsCouple *couple,
177  const G4DynamicParticle* dp,
178  G4double& length);
179 
180  //-------------------------------------------------
181  // Methods to be called only at initialisation
182  //-------------------------------------------------
183 
185 
187 
189 
191 
192  void Register(G4VEmProcess* p);
193 
194  void DeRegister(G4VEmProcess* p);
195 
196  void Register(G4VEmModel* p);
197 
198  void DeRegister(G4VEmModel* p);
199 
201 
203 
204  void RegisterExtraParticle(const G4ParticleDefinition* aParticle,
206 
207  void SetLossFluctuations(G4bool val);
208 
209  void SetSubCutoff(G4bool val, const G4Region* r=0);
210 
211  void SetIntegral(G4bool val);
212 
213  void SetRandomStep(G4bool val);
214 
215  void SetMinSubRange(G4double val);
216 
217  void SetMinEnergy(G4double val);
218 
219  void SetMaxEnergy(G4double val);
220 
222 
223  void SetMaxEnergyForMuons(G4double val);
224 
225  void SetDEDXBinning(G4int val);
226 
228 
229  void SetLambdaBinning(G4int val);
230 
231  void SetStepFunction(G4double v1, G4double v2);
232 
233  void SetBuildCSDARange(G4bool val);
234 
235  void SetLinearLossLimit(G4double val);
236 
237  void SetVerbose(G4int val);
238 
240 
242 
243  //-------------------------------------------------
244  // Access methods
245  //-------------------------------------------------
246 
248 
249  G4bool BuildCSDARange() const;
250 
251  G4bool IsMaster() const;
252 
253  G4double MinKinEnergy() const;
254 
255  G4double MaxKinEnergy() const;
256 
258 
259  const std::vector<G4VEnergyLossProcess*>& GetEnergyLossProcessVector();
260 
261  const std::vector<G4VEmProcess*>& GetEmProcessVector();
262 
263  const std::vector<G4VMultipleScattering*>& GetMultipleScatteringVector();
264 
266 
268 
270 
272 
274 
276 
278 
280 
281 private:
282 
283  //-------------------------------------------------
284  // Private methods and members
285  //-------------------------------------------------
286 
288 
289  void ResetParameters();
290 
292 
293  void CopyTables(const G4ParticleDefinition* aParticle,
295 
296  void ParticleHaveNoLoss(const G4ParticleDefinition* aParticle);
297 
298  void SetParameters(const G4ParticleDefinition* aParticle,
300 
301  void CopyDEDXTables();
302 
304 
307 
309 
310  typedef const G4ParticleDefinition* PD;
311 
312  std::map<PD,G4VEnergyLossProcess*,std::less<PD> > loss_map;
313 
314  std::vector<G4VEnergyLossProcess*> loss_vector;
315  std::vector<PD> part_vector;
316  std::vector<PD> base_part_vector;
317  std::vector<G4bool> tables_are_built;
318  std::vector<G4bool> isActive;
319  std::vector<G4PhysicsTable*> dedx_vector;
320  std::vector<G4PhysicsTable*> range_vector;
321  std::vector<G4PhysicsTable*> inv_range_vector;
322  std::vector<G4VMultipleScattering*> msc_vector;
323  std::vector<G4VEmProcess*> emp_vector;
324  std::vector<G4VEmModel*> mod_vector;
325  std::vector<G4VEmFluctuationModel*> fmod_vector;
326 
327  // cash
333 
336 
339 
345 
348 
357 
359 
361 
362 };
363 
364 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
365 
366 #endif
367 
G4VSubCutProducer * SubCutProducer()
G4EmConfigurator * EmConfigurator()
void SetRandomStep(G4bool val)
static G4LossTableManager * Instance()
G4VAtomDeexcitation * atomDeexcitation
G4double GetDEDX(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
G4VSubCutProducer * subcutProducer
std::vector< G4VEmModel * > mod_vector
G4double GetDEDXDispersion(const G4MaterialCutsCouple *couple, const G4DynamicParticle *dp, G4double &length)
G4ElectronIonPair * emElectronIonPair
void DeRegister(G4VEnergyLossProcess *p)
void SetLambdaBinning(G4int val)
G4EmSaturation * emSaturation
G4double GetSubDEDX(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
G4bool BuildCSDARange() const
static G4ThreadLocal G4LossTableManager * instance
G4EnergyLossMessenger * GetMessenger()
void CopyTables(const G4ParticleDefinition *aParticle, G4VEnergyLossProcess *)
std::vector< G4PhysicsTable * > range_vector
#define G4ThreadLocal
Definition: tls.hh:89
const std::vector< G4VEmProcess * > & GetEmProcessVector()
int G4int
Definition: G4Types.hh:78
G4double GetCSDARange(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
G4LossTableBuilder * GetTableBuilder()
std::map< PD, G4VEnergyLossProcess *, std::less< PD > > loss_map
G4EmConfigurator * emConfigurator
void SetBuildCSDARange(G4bool val)
G4VEnergyLossProcess * BuildTables(const G4ParticleDefinition *aParticle)
void ParticleHaveNoLoss(const G4ParticleDefinition *aParticle)
void SetSubCutProducer(G4VSubCutProducer *)
void SetParameters(const G4ParticleDefinition *aParticle, G4VEnergyLossProcess *)
G4double MinKinEnergy() const
std::vector< G4VEmFluctuationModel * > fmod_vector
bool G4bool
Definition: G4Types.hh:79
G4EmCorrections * EmCorrections()
G4VEnergyLossProcess * currentLoss
G4ElectronIonPair * ElectronIonPair()
G4EmSaturation * EmSaturation()
void SetMaxEnergyForCSDARange(G4double val)
G4bool IsMaster() const
void Register(G4VEnergyLossProcess *p)
void SetDEDXBinningForCSDARange(G4int val)
G4double GetEnergy(const G4ParticleDefinition *aParticle, G4double range, const G4MaterialCutsCouple *couple)
const std::vector< G4VEnergyLossProcess * > & GetEnergyLossProcessVector()
void SetSubCutoff(G4bool val, const G4Region *r=0)
G4double GetRangeFromRestricteDEDX(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
void RegisterExtraParticle(const G4ParticleDefinition *aParticle, G4VEnergyLossProcess *p)
G4LossTableManager & operator=(const G4LossTableManager &right)
std::vector< G4PhysicsTable * > inv_range_vector
const G4ParticleDefinition * PD
void SetMinSubRange(G4double val)
G4EmParameters * theParameters
G4EmCorrections * emCorrections
void SetMinEnergy(G4double val)
G4VEnergyLossProcess * GetEnergyLossProcess(const G4ParticleDefinition *)
void SetMaxEnergy(G4double val)
void SetStepFunction(G4double v1, G4double v2)
void BuildPhysicsTable(const G4ParticleDefinition *aParticle)
G4LossTableBuilder * tableBuilder
void SetLinearLossLimit(G4double val)
G4int GetNumberOfBinsPerDecade() const
std::vector< G4PhysicsTable * > dedx_vector
std::vector< G4VEnergyLossProcess * > loss_vector
void PreparePhysicsTable(const G4ParticleDefinition *aParticle, G4VEnergyLossProcess *p, G4bool theMaster)
void PrintEWarning(G4String, G4double)
void SetVerbose(G4int val)
void LocalPhysicsTables(const G4ParticleDefinition *aParticle, G4VEnergyLossProcess *p)
void SetDEDXBinning(G4int val)
void SetMaxEnergyForMuons(G4double val)
std::vector< PD > part_vector
void SetIntegral(G4bool val)
void SetLossFluctuations(G4bool val)
std::vector< G4bool > isActive
G4VAtomDeexcitation * AtomDeexcitation()
std::vector< G4VEmProcess * > emp_vector
double G4double
Definition: G4Types.hh:76
std::vector< PD > base_part_vector
G4double MaxKinEnergy() const
G4double GetRange(const G4ParticleDefinition *aParticle, G4double kineticEnergy, const G4MaterialCutsCouple *couple)
std::vector< G4VMultipleScattering * > msc_vector
void SetAtomDeexcitation(G4VAtomDeexcitation *)
G4EnergyLossMessenger * theMessenger
const std::vector< G4VMultipleScattering * > & GetMultipleScatteringVector()
std::vector< G4bool > tables_are_built