Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
G4AdjointPhysicsList.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 /// \file biasing/ReverseMC01/include/G4AdjointPhysicsList.hh
27 /// \brief Definition of the G4AdjointPhysicsList class
28 //
29 // $Id: G4AdjointPhysicsList.hh 71233 2013-06-12 13:16:05Z gcosmo $
30 //
31 //////////////////////////////////////////////////////////////
32 // Class Name: G4AdjointPhysicsList
33 // Author: L. Desorgher
34 // Organisation: SpaceIT GmbH
35 // Contract: ESA contract 21435/08/NL/AT
36 // Customer: ESA/ESTEC
37 //////////////////////////////////////////////////////////////
38 // CHANGE HISTORY
39 //--------------
40 // ChangeHistory:
41 // 17-11-2009 creation by L. Desorgher
42 //
43 //-------------------------------------------------------------
44 
45 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
46 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
47 
48 #ifndef G4AdjointPhysicsList_h
49 #define G4AdjointPhysicsList_h 1
50 #include "G4VUserPhysicsList.hh"
51 #include "globals.hh"
52 #include "G4eIonisation.hh"
53 #include "G4hIonisation.hh"
55 
56 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
57 
59 {
60  public:
62  virtual ~G4AdjointPhysicsList();
63  void SetLossFluctuationFlag(bool aBool);
64  inline void SetUseIonisation(bool aBool){fUse_eionisation = aBool;}
65  inline void SetUseProtonIonisation(bool aBool){fUse_pionisation = aBool;}
66  inline void SetUseBrem(bool aBool){fUse_brem = aBool;}
67  inline void SetUseCompton(bool aBool){fUse_compton = aBool;}
68  inline void SetUseMS(bool aBool){fUse_ms = aBool;}
69  inline void SetUsePEEffect(bool aBool){fUse_peeffect = aBool;}
70  inline void SetUseGammaConversion(bool aBool){ fUse_gamma_conversion
71  = aBool;}
72  inline void SetUseEgainFluctuation(bool aBool){ fUse_egain_fluctuation
73  = aBool;}
74  inline void SetEminAdjModels(G4double aVal){ fEmin_adj_models = aVal;}
75  inline void SetEmaxAdjModels(G4double aVal){ fEmax_adj_models = aVal;}
76 
77  protected:
78  // Construct particle and physics
79  virtual void ConstructParticle();
80  virtual void ConstructProcess();
81  virtual void SetCuts();
82 
83  // these methods Construct particles
84  void ConstructBosons();
85  void ConstructLeptons();
86  void ConstructMesons();
87  void ConstructBaryons();
89 
90  // these methods Construct physics processes and register them
91  void ConstructGeneral();
92  void ConstructEM();
95 
96  private:
97  G4AdjointPhysicsMessenger* fPhysicsMessenger;
98  G4bool fUse_eionisation;
99  G4bool fUse_pionisation;
100  G4bool fUse_brem;
101  G4bool fUse_compton;
102  G4bool fUse_ms;
103  G4bool fUse_egain_fluctuation;
104  G4bool fUse_peeffect;
105  G4bool fUse_gamma_conversion;
106  G4double fEmin_adj_models;
107  G4double fEmax_adj_models;
108  G4double fCS_biasing_factor_compton;
109  G4double fCS_biasing_factor_brem;
110  G4double fCS_biasing_factor_ionisation;
111  G4double fCS_biasing_factor_PEeffect;
112 };
113 
114 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
115 
116 #endif
117 
118 
119 
void SetUseGammaConversion(bool aBool)
virtual void ConstructParticle()
void SetEmaxAdjModels(G4double aVal)
void SetUseProtonIonisation(bool aBool)
void SetLossFluctuationFlag(bool aBool)
bool G4bool
Definition: G4Types.hh:79
void SetEminAdjModels(G4double aVal)
void SetUseIonisation(bool aBool)
G4eIonisation * fEminusIonisation
double G4double
Definition: G4Types.hh:76
void SetUseCompton(bool aBool)
void SetUsePEEffect(bool aBool)
void SetUseEgainFluctuation(bool aBool)
G4hIonisation * fPIonisation
void SetUseBrem(bool aBool)