ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/utils/include/G4AngleDirect.hh>
Public Member Functions | |
G4AngleDirect () | |
virtual | ~G4AngleDirect () |
virtual G4ThreeVector & | SampleDirection (const G4DynamicParticle *dp, G4double, G4int, const G4Material *) override |
Public Member Functions inherited from G4VEmAngularDistribution | |
G4VEmAngularDistribution (const G4String &name) | |
virtual | ~G4VEmAngularDistribution () |
virtual G4ThreeVector & | SampleDirectionForShell (const G4DynamicParticle *dp, G4double finalTotalEnergy, G4int Z, G4int shellID, const G4Material *) |
virtual void | SamplePairDirections (const G4DynamicParticle *dp, G4double elecKinEnergy, G4double posiKinEnergy, G4ThreeVector &dirElectron, G4ThreeVector &dirPositron, G4int Z=0, const G4Material *mat=nullptr) |
const G4String & | GetName () const |
Private Member Functions | |
G4AngleDirect & | operator= (const G4AngleDirect &right)=delete |
G4AngleDirect (const G4AngleDirect &)=delete | |
Additional Inherited Members | |
Protected Attributes inherited from G4VEmAngularDistribution | |
G4ThreeVector | fLocalDirection |
Definition at line 55 of file G4AngleDirect.hh.
View newest version in sPHENIX GitHub at line 55 of file G4AngleDirect.hh
G4AngleDirect::G4AngleDirect | ( | ) |
Definition at line 45 of file G4AngleDirect.cc.
View newest version in sPHENIX GitHub at line 45 of file G4AngleDirect.cc
|
virtual |
Definition at line 48 of file G4AngleDirect.cc.
View newest version in sPHENIX GitHub at line 48 of file G4AngleDirect.cc
|
privatedelete |
|
privatedelete |
|
overridevirtual |
Implements G4VEmAngularDistribution.
Definition at line 51 of file G4AngleDirect.cc.
View newest version in sPHENIX GitHub at line 51 of file G4AngleDirect.cc
References G4VEmAngularDistribution::fLocalDirection, and G4DynamicParticle::GetMomentumDirection().