Common type definitions for data products (and a bit beyond). More...
#include <limits>Go to the source code of this file.
Namespaces | |
| simb | |
| Base utilities and modules for event generation and detector simulation. | |
Generated particle index | |
This type represents the position of a specific generated particle in the generator truth record, | |
| using | simb::GeneratedParticleIndex_t = std::size_t |
Type of particle index in the generator truth record (simb::MCTruth). More... | |
| constexpr GeneratedParticleIndex_t | simb::NoGeneratedParticleIndex = std::numeric_limits<GeneratedParticleIndex_t>::max() |
| Constant representing the absence of generator truth information. More... | |
| bool | simb::isGeneratedParticleIndex (GeneratedParticleIndex_t index) |
| Returns whether the specified one is an acceptable generator index. More... | |
Common type definitions for data products (and a bit beyond).
Definition in file simb.h.
1.8.11