actions
Loading...
Searching...
No Matches
gactionConventions.h
Go to the documentation of this file.
1#pragma once
2
3namespace gaction {
4
20
30inline constexpr int ERR_GRUNACTION_NOT_EXISTING = 1201;
31inline constexpr int ERR_GDIGIMAP_NOT_EXISTING = 1202;
32inline constexpr int ERR_STREAMERMAP_NOT_EXISTING = 1203;
34
41inline constexpr int MAX_OPTICAL_PHOTON_STEPS = 100;
42inline constexpr int MAX_TRACK_STEPS = 10000;
44inline constexpr char KRYPTONITE_KILL_MATERIAL[] = "Kryptonite";
46
47} // namespace gaction
Namespace containing helpers related to action-subsystem configuration.
Definition gaction.h:40
constexpr int ERR_GDIGIMAP_NOT_EXISTING
constexpr int ERR_STREAMERMAP_NOT_EXISTING
constexpr int MAX_OPTICAL_PHOTON_STEPS
constexpr char KRYPTONITE_KILL_MATERIAL[]
Must match g4system::KRYPTONITE_MATERIAL in g4system/g4systemConventions.h.
constexpr int ERR_GRUNACTION_NOT_EXISTING
constexpr int MAX_TRACK_STEPS