MARLEY (Model of Argon Reaction Low Energy Yields) v2.0.0
A Monte Carlo event generator for tens-of-MeV neutrino interactions
Loading...
Searching...
No Matches
GenParticleData.h
1// -*- C++ -*-
2//
3// This file is part of HepMC
4// Copyright (C) 2014-2023 The HepMC collaboration (see AUTHORS for details)
5//
6#ifndef HEPMC3_DATA_GENPARTICLEDATA_H
7#define HEPMC3_DATA_GENPARTICLEDATA_H
18#include "HepMC3/FourVector.h"
19
20namespace HepMC3 {
21
22// NOTE: Keep in mind the data alignment
23// Currently it's 8b alignment = 56b total
31
32} // namespace HepMC
33
34#endif
Generic 4-vector.
Definition FourVector.h:36
Stores serializable particle information.
double mass
Generated mass (if set)
bool is_mass_set
Check if generated mass is set.
FourVector momentum
Momentum.