Celeritas 0.7.0-dev.127+develop.e63889793
|
Forward hits to a std::function
.
More...
#include <ShimSensitiveDetector.hh>
Public Types | |
Type aliases | |
using | HitProcessor = std::function< void(G4Step const *)> |
Public Member Functions | |
ShimSensitiveDetector (std::string const &name, HitProcessor &&process_hit) | |
void | Initialize (G4HCofThisEvent *) final |
bool | ProcessHits (G4Step *step, G4TouchableHistory *) final |
Forward hits to a std::function
.