43 #define EventAction_h 1
64 fTotalEnergyDeposit += edep;
68 return fTotalEnergyDeposit;
75 fEdepStrand1[numNucl]+=edep;
78 fEdepStrand2[numNucl]+=edep;
87 {fThresDistForDSB=val;
94 std::map<G4int,G4double> fEdepStrand1;
96 std::map<G4int,G4double> fEdepStrand2;
100 G4int fThresDistForDSB;
105 void ComputeStrandBreaks(
G4int*);
void SetDistanceThresForDSB(G4int val)
void BeginOfEventAction(const G4Event *)
void EndOfEventAction(const G4Event *)
void SetEnergyThresForSSB(G4double val)
void AddEdepEvent(G4double edep)
void AddEdepToNucleotide(G4int numStrand, G4int numNucl, G4double edep)