Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
@@ -58,9 +58,15 @@
// | -------- |
// | |
// | Jan. 2015 JMCB - 1st Version based on G4LowEPComptonModel |
// | Feb. 2016 JMCB - Geant4 10.2 FPE fix for bug 1676 |
// | Nov. 2016 JMCB - Polarisation tracking fix in collaboration |
// | of Dr. Merlin Reynaard Kole, |
// | University of Geneva |
// | |
// *********************************************************************
#ifndef G4LowEPPolarizedComptonModel_h
#define G4LowEPPolarizedComptonModel_h 1
@@ -131,6 +137,13 @@ private:
G4double phi, G4double cosTheta);
G4double SetPhi(G4double, G4double);
void SystemOfRefChange(G4ThreeVector& direction0, G4ThreeVector& direction1,
G4ThreeVector& polarization0, G4ThreeVector& polarization1);
void SystemOfRefChangeElect(G4ThreeVector& pdirection, G4ThreeVector& edirection,
G4ThreeVector& ppolarization);
G4ThreeVector SetPerpendicularVector(G4ThreeVector& a);
G4bool isInitialised;
G4int verboseLevel;