gtouchable
Loading...
Searching...
No Matches
gtouchableConventions.h
Go to the documentation of this file.
1#pragma once
2
3namespace gtouchable {
4
13
20inline constexpr char FLUXNAME[] = "flux";
21
28inline constexpr char GPHOTON_DETECTORNAME[] = "gPhotonDetector";
29
36inline constexpr char COUNTERNAME[] = "particle_counter";
37
43inline constexpr char DOSIMETERNAME[] = "dosimeter";
44
51inline constexpr char INTEGRAL_COUNTERNAME[] = "integral_counter";
52
53
54
55} // namespace gtouchable
constexpr char INTEGRAL_COUNTERNAME[]
Digitization type name for integral_counter.
constexpr char FLUXNAME[]
Digitization type name for flux-like detectors.
constexpr char COUNTERNAME[]
Digitization type name for simple particle counters.
constexpr char GPHOTON_DETECTORNAME[]
Digitization type name for optical-photon flux detectors.
constexpr char DOSIMETERNAME[]
Digitization type name for dosimeters.