ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
G4PolarizedBremsstrahlungCrossSection () | |
virtual void | Initialize (G4double eps, G4double X, G4double phi, const G4StokesVector &p0, const G4StokesVector &p1, G4int flag=0) override |
virtual G4double | XSection (const G4StokesVector &pol2, const G4StokesVector &pol3) override |
G4StokesVector | GetPol2 () override |
G4StokesVector | GetPol3 () override |
Public Member Functions inherited from G4VPolarizedCrossSection | |
G4VPolarizedCrossSection () | |
virtual | ~G4VPolarizedCrossSection () |
virtual G4double | TotalXSection (G4double xmin, G4double xmax, G4double y, const G4StokesVector &pol0, const G4StokesVector &pol1) |
G4double | GetYmin () |
virtual G4double | GetXmin (G4double y) |
virtual G4double | GetXmax (G4double y) |
void | SetMaterial (G4double A, G4double Z, G4double coul) |
Private Member Functions | |
void | InitializeMe () |
Private Attributes | |
G4StokesVector | theFinalLeptonPolarization |
G4StokesVector | theFinalGammaPolarization |
Static Private Attributes | |
static G4bool | scrnInitialized =false |
static G4double | SCRN [3][20] |
Additional Inherited Members | |
Protected Member Functions inherited from G4VPolarizedCrossSection | |
void | SetXmin (G4double xmin) |
void | SetXmax (G4double xmax) |
void | SetYmin (G4double ymin) |
Protected Attributes inherited from G4VPolarizedCrossSection | |
G4double | fXmin |
G4double | fXmax |
G4double | fYmin |
G4double | theA |
G4double | theZ |
G4double | fCoul |
Definition at line 53 of file G4PolarizedBremsstrahlungCrossSection.hh.
View newest version in sPHENIX GitHub at line 53 of file G4PolarizedBremsstrahlungCrossSection.hh
G4PolarizedBremsstrahlungCrossSection::G4PolarizedBremsstrahlungCrossSection | ( | ) |
Definition at line 74 of file G4PolarizedBremsstrahlungCrossSection.cc.
View newest version in sPHENIX GitHub at line 74 of file G4PolarizedBremsstrahlungCrossSection.cc
References InitializeMe().
|
overridevirtual |
Reimplemented from G4VPolarizedCrossSection.
Definition at line 202 of file G4PolarizedBremsstrahlungCrossSection.cc.
View newest version in sPHENIX GitHub at line 202 of file G4PolarizedBremsstrahlungCrossSection.cc
References theFinalLeptonPolarization.
|
overridevirtual |
Reimplemented from G4VPolarizedCrossSection.
Definition at line 207 of file G4PolarizedBremsstrahlungCrossSection.cc.
View newest version in sPHENIX GitHub at line 207 of file G4PolarizedBremsstrahlungCrossSection.cc
References theFinalGammaPolarization.
|
overridevirtual |
Reimplemented from G4VPolarizedCrossSection.
Definition at line 80 of file G4PolarizedBremsstrahlungCrossSection.cc.
View newest version in sPHENIX GitHub at line 80 of file G4PolarizedBremsstrahlungCrossSection.cc
References Acts::Test::delta, source.hepunit::electron_mass_c2, G4VPolarizedCrossSection::fCoul, G4cout, G4endl, CLHEP::Hep3Vector::mag2(), SCRN, G4StokesVector::SetPhoton(), CLHEP::Hep3Vector::setX(), CLHEP::Hep3Vector::setY(), CLHEP::Hep3Vector::setZ(), theFinalGammaPolarization, theFinalLeptonPolarization, G4VPolarizedCrossSection::theZ, Acts::UnitConstants::u, CLHEP::Hep3Vector::x(), CLHEP::Hep3Vector::y(), and CLHEP::Hep3Vector::z().
|
private |
Definition at line 47 of file G4PolarizedBremsstrahlungCrossSection.cc.
View newest version in sPHENIX GitHub at line 47 of file G4PolarizedBremsstrahlungCrossSection.cc
References SCRN, and scrnInitialized.
Referenced by G4PolarizedBremsstrahlungCrossSection().
|
overridevirtual |
Implements G4VPolarizedCrossSection.
Definition at line 194 of file G4PolarizedBremsstrahlungCrossSection.cc.
View newest version in sPHENIX GitHub at line 194 of file G4PolarizedBremsstrahlungCrossSection.cc
References G4cout.
|
staticprivate |
Definition at line 75 of file G4PolarizedBremsstrahlungCrossSection.hh.
View newest version in sPHENIX GitHub at line 75 of file G4PolarizedBremsstrahlungCrossSection.hh
Referenced by Initialize(), and InitializeMe().
Definition at line 74 of file G4PolarizedBremsstrahlungCrossSection.hh.
View newest version in sPHENIX GitHub at line 74 of file G4PolarizedBremsstrahlungCrossSection.hh
Referenced by InitializeMe().
|
private |
Definition at line 70 of file G4PolarizedBremsstrahlungCrossSection.hh.
View newest version in sPHENIX GitHub at line 70 of file G4PolarizedBremsstrahlungCrossSection.hh
Referenced by GetPol3(), and Initialize().
|
private |
Definition at line 69 of file G4PolarizedBremsstrahlungCrossSection.hh.
View newest version in sPHENIX GitHub at line 69 of file G4PolarizedBremsstrahlungCrossSection.hh
Referenced by GetPol2(), and Initialize().