Import Geant4 9.1.0 source tree
This commit is contained in:
+6
-7
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user