#include <G4PSDoseDeposit3D.hh>
|
| G4PSDoseDeposit3D (G4String name, G4int ni=1, G4int nj=1, G4int nk=1, G4int depi=2, G4int depj=1, G4int depk=0) |
|
| G4PSDoseDeposit3D (G4String name, const G4String &unit, G4int ni=1, G4int nj=1, G4int nk=1, G4int depi=2, G4int depj=1, G4int depk=0) |
|
virtual | ~G4PSDoseDeposit3D () |
|
| G4PSDoseDeposit (G4String name, G4int depth=0) |
|
| G4PSDoseDeposit (G4String name, const G4String &unit, G4int depth=0) |
|
virtual | ~G4PSDoseDeposit () |
|
virtual void | Initialize (G4HCofThisEvent *) |
|
virtual void | EndOfEvent (G4HCofThisEvent *) |
|
virtual void | clear () |
|
virtual void | DrawAll () |
|
virtual void | PrintAll () |
|
virtual void | SetUnit (const G4String &unit) |
|
| G4VPrimitiveScorer (G4String name, G4int depth=0) |
|
virtual | ~G4VPrimitiveScorer () |
|
G4int | GetCollectionID (G4int) |
|
void | SetUnit (const G4String &unit) |
|
const G4String & | GetUnit () const |
|
G4double | GetUnitValue () const |
|
void | SetMultiFunctionalDetector (G4MultiFunctionalDetector *d) |
|
G4MultiFunctionalDetector * | GetMultiFunctionalDetector () const |
|
G4String | GetName () const |
|
void | SetFilter (G4VSDFilter *f) |
|
G4VSDFilter * | GetFilter () const |
|
void | SetVerboseLevel (G4int vl) |
|
G4int | GetVerboseLevel () const |
|
void | SetNijk (G4int i, G4int j, G4int k) |
|
Definition at line 44 of file G4PSDoseDeposit3D.hh.
◆ G4PSDoseDeposit3D() [1/2]
◆ G4PSDoseDeposit3D() [2/2]
Definition at line 52 of file G4PSDoseDeposit3D.cc.
virtual void SetUnit(const G4String &unit)
G4PSDoseDeposit(G4String name, G4int depth=0)
◆ ~G4PSDoseDeposit3D()
G4PSDoseDeposit3D::~G4PSDoseDeposit3D |
( |
| ) |
|
|
virtual |
◆ GetIndex()
G4int G4PSDoseDeposit3D::GetIndex |
( |
G4Step * |
aStep | ) |
|
|
protectedvirtual |
Reimplemented from G4VPrimitiveScorer.
Definition at line 68 of file G4PSDoseDeposit3D.cc.
70 const G4VTouchable* touchable = aStep->GetPreStepPoint()->GetTouchable();
78 ED <<
"GetReplicaNumber is negative" <<
G4endl 79 <<
"touchable->GetReplicaNumber(fDepthi) returns i,j,k = " 80 << i <<
"," << j <<
"," << k <<
" for volume "
std::ostringstream G4ExceptionDescription
virtual G4int GetReplicaNumber(G4int depth=0) const
virtual G4VPhysicalVolume * GetVolume(G4int depth=0) const
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
const G4String & GetName() const
◆ fDepthi
G4int G4PSDoseDeposit3D::fDepthi |
|
private |
◆ fDepthj
G4int G4PSDoseDeposit3D::fDepthj |
|
private |
◆ fDepthk
G4int G4PSDoseDeposit3D::fDepthk |
|
private |
The documentation for this class was generated from the following files: