gdynamicDigitization
Loading...
Searching...
No Matches
gdynamicdigitization_options.cc
Go to the documentation of this file.
1
11#include "gfactory_options.h"
13#include "gRunDataCollection.h"
14
15namespace gdynamicdigitization {
16
18 // Create an option container scoped to the digitization logger name.
20
21 // When enabled, hits with exactly zero deposited energy are still recorded.
22 goptions.defineSwitch("recordZeroEdep", "Record particle even if they do not deposit energy in the sensitive volumes");
23
24 // Aggregate options required by downstream types used in the digitization workflow.
29
30 return goptions;
31}
32
33} // namespace gdynamicdigitization
Options for the GDynamicDigitization module.
constexpr const char * GDIGITIZATION_LOGGER
Logger name used by this module.
GOptions defineOptions()
Builds and returns the option set for gdynamic digitization.
auto defineOptions() -> GOptions
GOptions defineOptions()
auto defineOptions() -> GOptions
GOptions defineOptions()