gdynamicDigitization
Loading...
Searching...
No Matches
gPhotonDetectorDigitization.h
Go to the documentation of this file.
1#pragma once
2
3#include "gFluxDigitization.h"
4
14{
15public:
17 using GFluxDigitization::GFluxDigitization;
18
22
30 bool decisionToSkipHit(double energy, const G4Step* thisStep) override;
31};
virtual bool decisionToSkipHit(double energy)
Decides whether a hit should be skipped based on deposited energy.
Built-in digitization routine for "flux-like" detectors.
Built-in digitization routine for optical-photon flux detectors.
bool decisionToSkipHit(double energy, const G4Step *thisStep) override
Keeps only optical-photon steps.