#include <cstdlib>
#include <cassert>
#include <iomanip>
#include <TMath.h>
#include <TRootIOCtor.h>
#include "Framework/Conventions/GBuild.h"
#include "Framework/Conventions/Constants.h"
#include "Framework/GHEP/GHepParticle.h"
#include "Framework/Messenger/Messenger.h"
#include "Framework/ParticleData/PDGLibrary.h"
#include "Framework/ParticleData/PDGCodes.h"
#include "Framework/ParticleData/PDGUtils.h"
#include "Framework/Utils/PrintUtils.h"
Go to the source code of this file.
Functions | |
ClassImp (GHepParticle) namespace genie | |
Variables | |
const double | kPCutOff = 1e-15 |
const double | kOffShellDm = 0.002 |
ClassImp | ( | GHepParticle | ) |
Definition at line 39 of file GHepParticle.cxx.
const double kOffShellDm = 0.002 |
Definition at line 37 of file GHepParticle.cxx.
const double kPCutOff = 1e-15 |
Definition at line 36 of file GHepParticle.cxx.