| 
    Geant4
    10.03
    
   | 
 
#include <G4DNADamage.hh>
 Inheritance diagram for G4DNAIndirectHit:
 Collaboration diagram for G4DNAIndirectHit: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 59 of file G4DNADamage.hh.
| G4DNAIndirectHit::G4DNAIndirectHit | ( | const G4String & | baseName, | 
| const G4Molecule * | molecule, | ||
| const G4ThreeVector & | position, | ||
| G4double | time | ||
| ) | 
      
  | 
  virtual | 
Definition at line 44 of file G4DNADamage.cc.
References fpMolecule.
      
  | 
  inline | 
Definition at line 68 of file G4DNADamage.hh.
References fBaseName.
      
  | 
  inline | 
Definition at line 66 of file G4DNADamage.hh.
References fpMolecule.
      
  | 
  inline | 
Definition at line 67 of file G4DNADamage.hh.
References fPosition.
      
  | 
  inline | 
Definition at line 69 of file G4DNADamage.hh.
References fTime.
| void G4DNAIndirectHit::Print | ( | void | ) | 
Definition at line 50 of file G4DNADamage.cc.
References fBaseName, fpMolecule, fPosition, fTime, G4BestUnit, G4cout, G4endl, and G4Molecule::GetName().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 77 of file G4DNADamage.hh.
Referenced by G4DNAIndirectHit(), GetBaseName(), and Print().
      
  | 
  protected | 
Definition at line 74 of file G4DNADamage.hh.
Referenced by GetMolecule(), Print(), and ~G4DNAIndirectHit().
      
  | 
  protected | 
Definition at line 75 of file G4DNADamage.hh.
Referenced by G4DNAIndirectHit(), GetPosition(), and Print().
      
  | 
  protected | 
Definition at line 76 of file G4DNADamage.hh.
Referenced by G4DNAIndirectHit(), GetTime(), and Print().