Geant4
10.02.p02
|
#include <G4PolarizationManager.hh>
Public Member Functions | |
virtual | ~G4PolarizationManager () |
void | ListVolumes () |
void | Clean () |
void | SetVolumePolarization (G4LogicalVolume *lVol, const G4ThreeVector &pol) |
void | SetVolumePolarization (const G4String &lVolName, const G4ThreeVector &pol) |
const G4ThreeVector & | GetVolumePolarization (G4LogicalVolume *lVol) const |
bool | IsPolarized (G4LogicalVolume *lVol) const |
void | SetVerbose (G4int val) |
G4int | GetVerbose () const |
void | SetActivated (G4bool val) |
bool | IsActivated () const |
Static Public Member Functions | |
static G4PolarizationManager * | GetInstance () |
static void | Dispose () |
Private Member Functions | |
G4PolarizationManager () | |
Private Attributes | |
G4ThreeVector | zeroPolarization |
PolarizationMap | volumePolarizations |
G4PolarizationMessenger * | messenger |
G4int | verboseLevel |
G4bool | activated |
Static Private Attributes | |
static G4ThreadLocal G4PolarizationManager * | instance = 0 |
Definition at line 60 of file G4PolarizationManager.hh.
|
virtual |
Definition at line 73 of file G4PolarizationManager.cc.
|
private |
Definition at line 67 of file G4PolarizationManager.cc.
References messenger.
Referenced by GetInstance().
|
inline |
Definition at line 127 of file G4PolarizationManager.hh.
References volumePolarizations.
|
static |
Definition at line 58 of file G4PolarizationManager.cc.
References instance.
|
static |
Definition at line 52 of file G4PolarizationManager.cc.
References G4PolarizationManager(), and instance.
Referenced by G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4ePolarizedIonisation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4PolarizedMollerBhabhaModel::SampleSecondaries(), G4PolarizedComptonModel::SampleSecondaries(), and G4PolarizedAnnihilationModel::SampleSecondaries().
|
inline |
Definition at line 118 of file G4PolarizationManager.hh.
References verboseLevel.
Referenced by G4PolarizationMessenger::GetCurrentValue().
|
inline |
Definition at line 98 of file G4PolarizationManager.hh.
References activated, volumePolarizations, and zeroPolarization.
Referenced by G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4ePolarizedIonisation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4PolarizedMollerBhabhaModel::SampleSecondaries(), G4PolarizedComptonModel::SampleSecondaries(), and G4PolarizedAnnihilationModel::SampleSecondaries().
|
inline |
Definition at line 123 of file G4PolarizationManager.hh.
References activated.
|
inline |
Definition at line 108 of file G4PolarizationManager.hh.
References activated, and volumePolarizations.
Referenced by G4eplusPolarizedAnnihilation::ComputeSaturationFactor(), G4ePolarizedIonisation::ComputeSaturationFactor(), G4PolarizedCompton::ComputeSaturationFactor(), G4PolarizedMollerBhabhaModel::SampleSecondaries(), G4PolarizedComptonModel::SampleSecondaries(), and G4PolarizedAnnihilationModel::SampleSecondaries().
void G4PolarizationManager::ListVolumes | ( | ) |
Definition at line 77 of file G4PolarizationManager.cc.
References activated, G4cout, G4endl, and volumePolarizations.
Referenced by G4PolarizationMessenger::SetNewValue().
|
inline |
Definition at line 122 of file G4PolarizationManager.hh.
References activated.
Referenced by G4PolarizationMessenger::SetNewValue().
|
inline |
Definition at line 117 of file G4PolarizationManager.hh.
References verboseLevel.
Referenced by G4PolarizationMessenger::SetNewValue().
void G4PolarizationManager::SetVolumePolarization | ( | G4LogicalVolume * | lVol, |
const G4ThreeVector & | pol | ||
) |
Definition at line 90 of file G4PolarizationManager.cc.
References G4cout, G4endl, G4LogicalVolume::GetName(), verboseLevel, and volumePolarizations.
Referenced by G4PolarizationMessenger::SetNewValue().
void G4PolarizationManager::SetVolumePolarization | ( | const G4String & | lVolName, |
const G4ThreeVector & | pol | ||
) |
Definition at line 98 of file G4PolarizationManager.cc.
References G4cout, G4endl, verboseLevel, and volumePolarizations.
|
private |
Definition at line 90 of file G4PolarizationManager.hh.
Referenced by GetVolumePolarization(), IsActivated(), IsPolarized(), ListVolumes(), and SetActivated().
|
staticprivate |
Definition at line 92 of file G4PolarizationManager.hh.
Referenced by Dispose(), and GetInstance().
|
private |
Definition at line 87 of file G4PolarizationManager.hh.
Referenced by G4PolarizationManager().
|
private |
Definition at line 89 of file G4PolarizationManager.hh.
Referenced by GetVerbose(), SetVerbose(), and SetVolumePolarization().
|
private |
Definition at line 86 of file G4PolarizationManager.hh.
Referenced by Clean(), GetVolumePolarization(), IsPolarized(), ListVolumes(), and SetVolumePolarization().
|
private |
Definition at line 85 of file G4PolarizationManager.hh.
Referenced by GetVolumePolarization().