Geant4  10.01.p02
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 
69 
70 public:
73 
76 
79 
82 
85 
87 
88  void SetFileCharacteristicsName(const G4String& vFilename)
89  {fFileCharacteristicsName = vFilename;};
91 
92 private:
93  void UpdateParameters(const G4Track&);
94  void UpdatePosition(const G4Track&);
95  void UpdateMomentum(const G4Track&);
96  void UpdateDensity(const G4Track&);
97  void ResetDensity(const G4Track&);
98 
103 
106 
111 
118 
125 
126  G4bool HasLattice(const G4Track&);
130 
136 
138 
139 private:
140  //binding methods
145 
146 private:
147  // hide assignment operator as private
151 
152 private:
154 
158 
161 
163 };
164 
165 #endif
166 
167 
168 
169 
170 
171 
172 
173 
174 
175 
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 &)
G4double ComputeDistanceWhereParticleTangentToBentPlane(const G4Track &)
CLHEP::Hep3Vector G4ThreeVector
G4ThreeVector ComputeChannelingOutgoingMomentum(const G4Track &)
XVCrystalCharacteristic * GetNucleiDensity()
G4bool ParticleIsNegative(const G4Track &)
G4ThreeVector ComputeMomentum(const G4Track &, G4StepPoint *)
G4bool IsUnderCoherentEffect(const G4Track &)
ExExChProcessChanneling(const G4String &processName="ExExChProcessChanneling")
G4ThreeVector ComputeKineticEnergy(const G4Track &)
void UpdateDensity(const G4Track &)
G4ThreeVector ComputePotentialEnergy(const G4Track &)
G4ThreeVector ComputeTransverseEnergyBent(const G4Track &)
G4ThreeVector ComputeCentrifugalEnergyMaximumVariation(const G4Track &)
virtual void BuildPhysicsTable(const G4ParticleDefinition &)
XCrystalIntegratedDensityHub * fIntegratedDensity
G4ThreeVector ComputeVolumeReflectionOutgoingMomentum(const G4Track &)
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
XPhysicalLattice * GetXPhysicalLattice(const G4Track &)
void SetPotential(XVCrystalCharacteristic *)
Definition: G4Step.hh:76
G4double ComputeCriticalEnergyBent(const G4Track &)
G4StepPoint * CheckStepPointLatticeForPosition(G4StepPoint *, const G4Track &)
void ReadFromFileCharacteristics(G4bool)
XVCrystalCharacteristic * fElectricField
void SetIntegratedDensity(XCrystalIntegratedDensityHub *)
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 &)
ExExChParticleUserInfo * GetInfo(const G4Track &)
void SetElectronDensity(XVCrystalCharacteristic *)
G4ThreeVector ComputePositionInTheCrystal(G4StepPoint *, const G4Track &)
virtual G4VParticleChange * PostStepDoIt(const G4Track &, const G4Step &)
G4double ComputeCriticalAngle(const G4Track &)
void ComputeCrystalCharacteristic(const G4Track &)
void UpdateMomentum(const G4Track &)
G4bool ParticleIsTangentToBentPlane(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 &)
void UpdatePosition(const G4Track &)
XVCrystalCharacteristic * fPotentialEnergy