ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/processes/electromagnetic/dna/utils/include/G4DNADamage.hh>
Public Member Functions | |
G4DNAIndirectHit (const G4String &baseName, const G4Molecule *molecule, const G4ThreeVector &position, G4double time) | |
virtual | ~G4DNAIndirectHit () |
const G4Molecule * | GetMolecule () |
const G4ThreeVector & | GetPosition () |
const G4String & | GetBaseName () |
double | GetTime () |
void | Print () |
Public Member Functions inherited from G4VDNAHit | |
G4VDNAHit () | |
virtual | ~G4VDNAHit () |
Protected Attributes | |
const G4Molecule * | fpMolecule |
G4ThreeVector | fPosition |
G4double | fTime |
G4String | fBaseName |
Definition at line 58 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 58 of file G4DNADamage.hh
G4DNAIndirectHit::G4DNAIndirectHit | ( | const G4String & | baseName, |
const G4Molecule * | molecule, | ||
const G4ThreeVector & | position, | ||
G4double | time | ||
) |
Definition at line 32 of file G4DNADamage.cc.
View newest version in sPHENIX GitHub at line 32 of file G4DNADamage.cc
References fBaseName, fPosition, fTime, position, and Acts::VectorHelpers::time().
|
virtual |
Definition at line 43 of file G4DNADamage.cc.
View newest version in sPHENIX GitHub at line 43 of file G4DNADamage.cc
References fpMolecule.
|
inline |
Definition at line 67 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 67 of file G4DNADamage.hh
References fBaseName.
|
inline |
Definition at line 65 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 65 of file G4DNADamage.hh
References fpMolecule.
|
inline |
Definition at line 66 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 66 of file G4DNADamage.hh
References fPosition.
|
inline |
Definition at line 68 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 68 of file G4DNADamage.hh
References fTime.
Definition at line 49 of file G4DNADamage.cc.
View newest version in sPHENIX GitHub at line 49 of file G4DNADamage.cc
References fBaseName, fpMolecule, fPosition, fTime, G4BestUnit, G4cout, G4endl, and G4Molecule::GetName().
|
protected |
Definition at line 76 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 76 of file G4DNADamage.hh
Referenced by G4DNAIndirectHit(), GetBaseName(), and Print().
|
protected |
Definition at line 73 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 73 of file G4DNADamage.hh
Referenced by GetMolecule(), Print(), and ~G4DNAIndirectHit().
|
protected |
Definition at line 74 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 74 of file G4DNADamage.hh
Referenced by G4DNAIndirectHit(), GetPosition(), and Print().
|
protected |
Definition at line 75 of file G4DNADamage.hh.
View newest version in sPHENIX GitHub at line 75 of file G4DNADamage.hh
Referenced by G4DNAIndirectHit(), GetTime(), and Print().