Geant4  10.02
ExExChProcessChanneling.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 //
27 
28 #ifndef ExExChProcessChanneling_h
29 #define ExExChProcessChanneling_h 1
30 
31 #include "G4ios.hh"
32 #include "globals.hh"
33 #include "G4VDiscreteProcess.hh"
34 
35 #include "XLatticeManager3.hh"
38 
39 #include "G4VPhysicalVolume.hh"
40 #include "XPhysicalLattice.hh"
42 
44 {
45 public:
46 
47  ExExChProcessChanneling(const G4String& processName =
48  "ExExChProcessChanneling" );
49 
50  virtual ~ExExChProcessChanneling();
51 
52  virtual G4VParticleChange* PostStepDoIt(const G4Track&, const G4Step&);
53 
55 
56  virtual void BuildPhysicsTable(const G4ParticleDefinition&);
57 
58 protected:
59 
60  virtual G4double GetMeanFreePath(const G4Track&,
61  G4double,
63 
64 private:
65 
67 
68 public:
71 
74 
77 
80 
83 
86  };
87 
89  fTransverseVariationMax = aDouble;
90  };
91 
93  void SetTimeStepMin(G4double aDouble) {fTimeStepMin = aDouble;};
94 
96 
97  void SetFileCharacteristicsName(const G4String& vFilename)
98  {fFileCharacteristicsName = vFilename;};
100 
101 private:
102  void UpdateParameters(const G4Track&);
104  void ResetDensity(const G4Track&);
105 
110 
114 
121 
128 
129  G4bool HasLattice(const G4Track&);
133 
138 
140 
141 private:
142  //binding methods
147 
148 private:
149  // hide assignment operator as private
153 
154 private:
156 
160 
163 
165 
166 private:
172 
176 
179 };
180 
181 #endif
182 
183 
184 
185 
186 
187 
188 
189 
190 
191 
void SetFileCharacteristicsName(const G4String &vFilename)
G4ThreeVector ComputeCentrifugalEnergy(const G4Track &, G4ThreeVector)
G4double ComputeCriticalEnergyMinimum(const G4Track &)
XVCrystalCharacteristic * fElectronDensity
G4bool HasLattice(const G4Track &)
G4double ComputePotentialEnergyBent(const G4Track &)
G4double ComputeCriticalRadius(const G4Track &)
CLHEP::Hep3Vector G4ThreeVector
XVCrystalCharacteristic * GetNucleiDensity()
G4bool ParticleIsNegative(const G4Track &)
G4ThreeVector ComputeMomentum(const G4Track &, G4StepPoint *)
ExExChProcessChanneling(const G4String &processName="ExExChProcessChanneling")
G4ThreeVector ComputeKineticEnergy(const G4Track &)
G4ThreeVector ComputePotentialEnergy(const G4Track &)
G4ThreeVector ComputeTransverseEnergyBent(const G4Track &)
G4ThreeVector ComputeCentrifugalEnergyMaximumVariation(const G4Track &)
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
XCrystalIntegratedDensityHub * fIntegratedDensity
G4double ComputeCriticalEnergyMaximum(const G4Track &)
G4bool ParticleIsNotOnBoundary(const G4Track &)
XVCrystalCharacteristic * GetElectronDensity()
G4StepPoint * CheckStepPointLatticeForVolume(G4StepPoint *, const G4Track &)
bool G4bool
Definition: G4Types.hh:79
G4bool HasLatticeOnBoundary(const G4Track &)
XVCrystalCharacteristic * GetElectricField()
G4VPhysicalVolume * GetVolume(const G4Track &)
XVCrystalCharacteristic * fNucleiDensity
void SetPotential(XVCrystalCharacteristic *)
void SetTimeStepMin(G4double aDouble)
Definition: G4Step.hh:76
G4double ComputeCriticalEnergyBent(const G4Track &)
G4StepPoint * CheckStepPointLatticeForPosition(G4StepPoint *, const G4Track &)
void ReadFromFileCharacteristics(G4bool)
XVCrystalCharacteristic * fElectricField
void SetIntegratedDensity(XCrystalIntegratedDensityHub *)
G4bool UpdateInitialParameters(const G4Track &)
G4ThreeVector ComputeTransverseEnergy(const G4Track &)
G4ParticleDefinition * GetParticleDefinition(const G4Track &aTrack)
G4bool ParticleIsNotOnBoundaryPost(const G4Track &)
G4ThreeVector ComputePotentialWellCentre(const G4Track &)
void SetElectricField(XVCrystalCharacteristic *)
void UpdateParameters(const G4Track &)
G4double ComputeCriticalEnergyMinimumBent(const G4Track &)
G4bool HasLatticeOnBoundaryPre(const G4Track &)
XVCrystalCharacteristic * GetPotential()
G4double ComputeOscillationPeriod(const G4Track &)
G4double GetChannelingMeanFreePath(const G4Track &)
virtual G4double GetMeanFreePath(const G4Track &, G4double, G4ForceCondition *)
XCrystalIntegratedDensityHub * GetIntegratedDensity()
void SetNucleiDensity(XVCrystalCharacteristic *)
G4bool HasLatticeOnBoundaryPost(const G4Track &)
G4bool UpdateIntegrationStep(const G4Track &, G4ThreeVector &)
ExExChParticleUserInfo * GetInfo(const G4Track &)
void SetTransverseVariationMax(G4double aDouble)
void SetElectronDensity(XVCrystalCharacteristic *)
XPhysicalLattice * GetXPL(const G4Track &)
G4ThreeVector ComputePositionInTheCrystal(G4StepPoint *, const G4Track &)
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
G4double ComputeCriticalAngle(const G4Track &)
void ComputeCrystalCharacteristic(const G4Track &)
double G4double
Definition: G4Types.hh:76
ExExChProcessChanneling & operator=(const ExExChProcessChanneling &right)
G4ForceCondition
void ResetDensity(const G4Track &)
G4bool ParticleIsNotOnBoundaryPre(const G4Track &)
virtual G4bool IsApplicable(const G4ParticleDefinition &)
XVCrystalCharacteristic * fPotentialEnergy