MCPcopy Create free account
hub / github.com/Geant4/geant4 / GetHCtable

Method GetHCtable

source/run/include/G4Run.hh:91–91  ·  view source on GitHub ↗

Returns hits collection.

Source from the content-addressed store, hash-verified

89
90 // Returns hits collection.
91 inline const G4HCtable* GetHCtable() const { return HCtable; }
92
93 // Returns digi collection.
94 inline const G4DCtable* GetDCtable() const { return DCtable; }

Callers 8

RunInitializationMethod · 0.45
RunInitializationMethod · 0.45
RunInitializationMethod · 0.45
RunInitializationMethod · 0.45
EndOfEventActionMethod · 0.45
ProcessHitsMethod · 0.45
EndOfEventActionMethod · 0.45
ProcessHitsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected