|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
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.