#include "CepGen/Core/SteeredObject.h"
Go to the source code of this file.
Classes | |
struct | ParticleProperties |
Namespaces | |
namespace | cepgen |
Common namespace for this Monte Carlo generator. | |
Typedefs | |
using | pdgid_t = unsigned long long |
Alias for the integer-like particle PDG id. | |
using | pdgids_t = std::vector<pdgid_t> |
Alias for a collection of particles PDG ids. | |
using | spdgid_t = long long |
Alias for a signed particle PDG id (adding charge information) | |
using | spdgids_t = std::vector<spdgid_t> |
Alias for a collection of particles signed PDG ids A collection of physics constants associated to a single particle. | |