Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4PSDoseDeposit Class Reference

#include <G4PSDoseDeposit.hh>

+ Inheritance diagram for G4PSDoseDeposit:

Public Member Functions

 G4PSDoseDeposit (G4String name, G4int depth=0)
 
 G4PSDoseDeposit (G4String name, const G4String &unit, G4int depth=0)
 
 ~G4PSDoseDeposit () override=default
 
void Initialize (G4HCofThisEvent *) override
 
void clear () override
 
void PrintAll () override
 
virtual void SetUnit (const G4String &unit)
 
- Public Member Functions inherited from G4VPrimitivePlotter
 ~G4VPrimitivePlotter () override=default
 
void Plot (G4int copyNo, G4int histID)
 
G4int GetNumberOfHist () const
 
 G4VPrimitiveScorer (G4String name, G4int depth=0)
 
- Public Member Functions inherited from G4VPrimitiveScorer
 G4VPrimitiveScorer (G4String name, G4int depth=0)
 
virtual ~G4VPrimitiveScorer ()=default
 
G4int GetCollectionID (G4int)
 
virtual void EndOfEvent (G4HCofThisEvent *)
 
virtual void DrawAll ()
 
void SetUnit (const G4String &unit)
 
const G4StringGetUnit () const
 
G4double GetUnitValue () const
 
void SetMultiFunctionalDetector (G4MultiFunctionalDetector *d)
 
G4MultiFunctionalDetectorGetMultiFunctionalDetector () const
 
G4String GetName () const
 
void SetFilter (G4VSDFilter *f)
 
G4VSDFilterGetFilter () const
 
void SetVerboseLevel (G4int vl)
 
G4int GetVerboseLevel () const
 
void SetNijk (G4int i, G4int j, G4int k)
 

Protected Member Functions

G4bool ProcessHits (G4Step *, G4TouchableHistory *) override
 
virtual G4double ComputeVolume (G4Step *, G4int idx)
 
- Protected Member Functions inherited from G4VPrimitiveScorer
G4VSolidComputeSolid (G4Step *aStep, G4int replicaIdx)
 
G4VSolidComputeCurrentSolid (G4Step *aStep)
 
virtual G4int GetIndex (G4Step *)
 
void CheckAndSetUnit (const G4String &unit, const G4String &category)
 

Additional Inherited Members

- Protected Attributes inherited from G4VPrimitivePlotter
std::map< G4int, G4inthitIDMap
 
- Protected Attributes inherited from G4VPrimitiveScorer
G4String primitiveName
 
G4MultiFunctionalDetectordetector {nullptr}
 
G4VSDFilterfilter {nullptr}
 
G4int verboseLevel {0}
 
G4int indexDepth
 
G4String unitName {"NoUnit"}
 
G4double unitValue {1.0}
 
G4int fNi {0}
 
G4int fNj {0}
 
G4int fNk {0}
 

Detailed Description

Definition at line 46 of file G4PSDoseDeposit.hh.

Constructor & Destructor Documentation

◆ G4PSDoseDeposit() [1/2]

G4PSDoseDeposit::G4PSDoseDeposit ( G4String name,
G4int depth = 0 )

Definition at line 48 of file G4PSDoseDeposit.cc.

49 : G4PSDoseDeposit(name, "Gy", depth)
50{}
G4PSDoseDeposit(G4String name, G4int depth=0)

◆ G4PSDoseDeposit() [2/2]

G4PSDoseDeposit::G4PSDoseDeposit ( G4String name,
const G4String & unit,
G4int depth = 0 )

Definition at line 52 of file G4PSDoseDeposit.cc.

54 : G4VPrimitivePlotter(name, depth)
55 , HCID(-1)
56 , EvtMap(nullptr)
57{
58 SetUnit(unit);
59}
virtual void SetUnit(const G4String &unit)

◆ ~G4PSDoseDeposit()

G4PSDoseDeposit::~G4PSDoseDeposit ( )
overridedefault

Member Function Documentation

◆ clear()

void G4PSDoseDeposit::clear ( )
overridevirtual

Reimplemented from G4VPrimitiveScorer.

Definition at line 111 of file G4PSDoseDeposit.cc.

111{ EvtMap->clear(); }

◆ ComputeVolume()

G4double G4PSDoseDeposit::ComputeVolume ( G4Step * aStep,
G4int idx )
protectedvirtual

Reimplemented in G4PSDoseDepositForCylinder3D.

Definition at line 131 of file G4PSDoseDeposit.cc.

132{
133 G4VSolid* solid = ComputeSolid(aStep, idx);
134 return solid->GetCubicVolume();
135}
G4VSolid * ComputeSolid(G4Step *aStep, G4int replicaIdx)
virtual G4double GetCubicVolume()
Definition G4VSolid.cc:188

Referenced by ProcessHits().

◆ Initialize()

void G4PSDoseDeposit::Initialize ( G4HCofThisEvent * HCE)
overridevirtual

Reimplemented from G4VPrimitiveScorer.

Definition at line 100 of file G4PSDoseDeposit.cc.

101{
103 GetName());
104 if(HCID < 0)
105 {
106 HCID = GetCollectionID(0);
107 }
108 HCE->AddHitsCollection(HCID, (G4VHitsCollection*) EvtMap);
109}
void AddHitsCollection(G4int HCID, G4VHitsCollection *aHC)
G4String GetName() const
G4MultiFunctionalDetector * GetMultiFunctionalDetector() const

◆ PrintAll()

void G4PSDoseDeposit::PrintAll ( )
overridevirtual

Reimplemented from G4VPrimitiveScorer.

Definition at line 113 of file G4PSDoseDeposit.cc.

114{
115 G4cout << " MultiFunctionalDet " << detector->GetName() << G4endl;
116 G4cout << " PrimitiveScorer " << GetName() << G4endl;
117 G4cout << " Number of entries " << EvtMap->entries() << G4endl;
118 for(const auto& [copy, dose] : *(EvtMap->GetMap()))
119 {
120 G4cout << " copy no.: " << copy
121 << " dose deposit: " << *(dose) / GetUnitValue() << " ["
122 << GetUnit() << "]" << G4endl;
123 }
124}
#define G4endl
Definition G4ios.hh:67
G4GLOB_DLL std::ostream G4cout
const G4String & GetUnit() const
G4MultiFunctionalDetector * detector
G4double GetUnitValue() const
Map_t * GetMap() const
size_t entries() const
void copy(G4double dst[], const G4double src[], std::size_t size=G4FieldTrack::ncompSVEC)

◆ ProcessHits()

G4bool G4PSDoseDeposit::ProcessHits ( G4Step * aStep,
G4TouchableHistory *  )
overrideprotectedvirtual

Implements G4VPrimitiveScorer.

Definition at line 61 of file G4PSDoseDeposit.cc.

62{
63 G4double edep = aStep->GetTotalEnergyDeposit();
64 if(edep == 0.)
65 return false;
66
68 ->GetReplicaNumber(indexDepth);
69 G4double cubicVolume = ComputeVolume(aStep, idx);
70
71 G4double density = aStep->GetTrack()
72 ->GetStep()
74 ->GetMaterial()
75 ->GetDensity();
76 G4double dose = edep / (density * cubicVolume);
77 G4double wei = aStep->GetPreStepPoint()->GetWeight();
78 G4int index = GetIndex(aStep);
79 G4double dosew = dose * wei;
80 EvtMap->add(index, dosew);
81
82 if(!hitIDMap.empty() && hitIDMap.find(index) != hitIDMap.cend())
83 {
84 auto filler = G4VScoreHistFiller::Instance();
85 if(filler == nullptr)
86 {
88 "G4PSDoseDeposit::ProcessHits", "SCORER0123", JustWarning,
89 "G4TScoreHistFiller is not instantiated!! Histogram is not filled.");
90 }
91 else
92 {
93 filler->FillH1(hitIDMap[index], dose, wei);
94 }
95 }
96
97 return true;
98}
@ JustWarning
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *description)
double G4double
Definition G4Types.hh:83
int G4int
Definition G4Types.hh:85
G4double GetDensity() const
virtual G4double ComputeVolume(G4Step *, G4int idx)
const G4VTouchable * GetTouchable() const
G4Material * GetMaterial() const
G4double GetWeight() const
G4Track * GetTrack() const
G4StepPoint * GetPreStepPoint() const
G4double GetTotalEnergyDeposit() const
const G4Step * GetStep() const
std::map< G4int, G4int > hitIDMap
virtual G4int GetIndex(G4Step *)
static G4VScoreHistFiller * Instance()
size_t add(const G4int &key, U *&aHit) const

◆ SetUnit()

void G4PSDoseDeposit::SetUnit ( const G4String & unit)
virtual

Definition at line 126 of file G4PSDoseDeposit.cc.

127{
128 CheckAndSetUnit(unit, "Dose");
129}
void CheckAndSetUnit(const G4String &unit, const G4String &category)

Referenced by G4PSDoseDeposit(), G4PSDoseDeposit3D::G4PSDoseDeposit3D(), and G4ScoreQuantityMessenger::SetNewValue().


The documentation for this class was generated from the following files: