#include <G4SimplePositronAtRestModel.hh>
◆ G4SimplePositronAtRestModel() [1/2]
G4SimplePositronAtRestModel::G4SimplePositronAtRestModel |
( |
| ) |
|
◆ ~G4SimplePositronAtRestModel()
G4SimplePositronAtRestModel::~G4SimplePositronAtRestModel |
( |
| ) |
|
|
overridedefault |
◆ G4SimplePositronAtRestModel() [2/2]
◆ operator=()
◆ PrintGeneratorInformation()
void G4SimplePositronAtRestModel::PrintGeneratorInformation |
( |
| ) |
const |
|
overridevirtual |
◆ SampleSecondaries()
Implements G4VPositronAtRestModel.
Definition at line 57 of file G4SimplePositronAtRestModel.cc.
60{
63 CLHEP::electron_mass_c2);
68 pol1.rotateUz(dir1);
69 aGamma1->SetPolarization(pol1);
70 secParticles.push_back(aGamma1);
71
74 CLHEP::electron_mass_c2);
76 pol2.rotateUz(dir1);
77 aGamma2->SetPolarization(pol2);
78 secParticles.push_back(aGamma2);
79}
G4ThreeVector G4RandomDirection()
CLHEP::Hep3Vector G4ThreeVector
The documentation for this class was generated from the following files: