Import Geant4 9.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:37:50 +02:00
parent a8e9364cea
commit 96c8bcd0af
6923 changed files with 198390 additions and 41849 deletions
@@ -23,8 +23,8 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// $Id: G4PolarizedBremsstrahlungCrossSection.hh,v 1.2 2006/11/17 12:12:01 vnivanch Exp $
// GEANT4 tag $Name: geant4-09-00 $
// $Id: G4PolarizedBremsstrahlungCrossSection.hh,v 1.3 2007/11/01 17:32:34 schaelic Exp $
// GEANT4 tag $Name: geant4-09-01 $
//
// GEANT4 Class file
//
@@ -36,6 +36,7 @@
// Creation date: 15.05.2005
//
// Modifications:
// 15.10.07 introduced a more general framework for cross sections (AS)
//
// Class Description:
// determine the polarization of the final state
@@ -47,14 +48,14 @@
#include "G4StokesVector.hh"
#include "G4VPolarizedCrossSection.hh"
#include "G4RotationMatrix.hh"
class G4ePolarizedBremsstrahlungModel;
class G4PolarizedBremsstrahlungCrossSection : public G4VPolarizedCrossSection
{
public:
G4PolarizedBremsstrahlungCrossSection(G4ePolarizedBremsstrahlungModel * model);
G4PolarizedBremsstrahlungCrossSection();
virtual void Initialize(G4double eps, G4double X, G4double phi,
const G4StokesVector & p0,
const G4StokesVector & p1,
@@ -66,8 +67,6 @@ class G4PolarizedBremsstrahlungCrossSection : public G4VPolarizedCrossSection
G4StokesVector GetPol2(); // electron/positron
G4StokesVector GetPol3(); // photon
private:
G4ePolarizedBremsstrahlungModel * theModel;
G4StokesVector theFinalLeptonPolarization;
G4StokesVector theFinalGammaPolarization;