Geant4
10.03.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 |
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 |
Definition at line 87 of file SBPoint.hh.
|
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 |
Definition at line 84 of file SBPoint.hh.
bool SBPoint::operator!= | ( | const SBPoint & | pPt | ) | const |
Definition at line 63 of file SBPoint.cc.
bool SBPoint::operator< | ( | const SBPoint & | pPt | ) | const |
Definition at line 77 of file SBPoint.cc.
bool SBPoint::operator== | ( | const SBPoint & | pPt | ) | const |
Definition at line 70 of file SBPoint.cc.
bool SBPoint::operator> | ( | const SBPoint & | pPt | ) | const |
Definition at line 84 of file SBPoint.cc.
|
inline |
|
inline |
Definition at line 79 of file SBPoint.hh.