|
ghit
|
Defines the hit information selection bitset for GHit.
More...
#include <bitset>

Go to the source code of this file.
Typedefs | |
| using | HitBitSet = std::bitset<NHITBITS> |
| Bitset selecting which optional hit information is recorded. | |
Variables | |
| constexpr size_t | NHITBITS = 6 |
The hit system records a core set of per-step quantities unconditionally and can optionally record additional per-step information controlled by a fixed-size bitset.
Always recorded (independent of the bitset):
G4ThreeVector)GTouchable)Optional information is controlled by HitBitSet, with one bit per feature group. The bit meanings below define the expected mapping and help keep binary compatibility and analysis conventions stable.
Definition in file ghitConventions.h.
Definition at line 32 of file ghitConventions.h.
|
constexpr |
Definition at line 24 of file ghitConventions.h.