|
Geant4
10.02.p03
|
defines a point of energy deposition which defines a damage to the DNA. More...
#include <SBPoint.hh>
Public Member Functions | |
| SBPoint (unsigned int, G4ThreeVector pPos, G4double pEdep) | |
| constructor More... | |
| ~SBPoint () | |
| destructor More... | |
| G4int | GetID () const |
| G4ThreeVector | GetPosition () const |
| G4double | GetEdep () const |
| ClusterSBPoints * | GetCluster () const |
| G4int | GetTouchedStrand () const |
| void | SetCluster (ClusterSBPoints *pCluster) |
| void | SetPosition (G4ThreeVector pPos) |
| bool | HasCluster () const |
| void | CleanCluster () |
| bool | operator!= (const SBPoint &) const |
| bool | operator== (const SBPoint &) const |
| bool | operator< (const SBPoint &) const |
| bool | operator> (const SBPoint &) const |
Private Attributes | |
| unsigned int | fId |
| G4ThreeVector | fPosition |
| G4double | fEdep |
| ClusterSBPoints * | fpCluster |
| G4int | fStrand |
defines a point of energy deposition which defines a damage to the DNA.
Definition at line 47 of file SBPoint.hh.
| SBPoint::SBPoint | ( | unsigned int | pId, |
| G4ThreeVector | pPos, | ||
| G4double | pEdep | ||
| ) |
| SBPoint::~SBPoint | ( | ) |
|
inline |
|
inline |
Definition at line 66 of file SBPoint.hh.
|
inline |
Definition at line 63 of file SBPoint.hh.
|
inline |
Definition at line 56 of file SBPoint.hh.
|
inline |
|
inline |
Definition at line 69 of file SBPoint.hh.
|
inline |
| bool SBPoint::operator!= | ( | const SBPoint & | pPt | ) | const |
| bool SBPoint::operator< | ( | const SBPoint & | pPt | ) | const |
| bool SBPoint::operator== | ( | const SBPoint & | pPt | ) | const |
| bool SBPoint::operator> | ( | const SBPoint & | pPt | ) | const |
|
inline |
|
inline |
Definition at line 79 of file SBPoint.hh.
|
private |
Definition at line 100 of file SBPoint.hh.
|
private |
Definition at line 98 of file SBPoint.hh.
|
private |
Definition at line 101 of file SBPoint.hh.
|
private |
Definition at line 99 of file SBPoint.hh.
|
private |
Definition at line 102 of file SBPoint.hh.