GENIEGenerator
|
#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.
Namespaces | |
genie | |
THE MAIN GENIE PROJECT NAMESPACE | |
Functions | |
ostream & | genie::operator<< (ostream &stream, const GHepParticle &particle) |
Variables | |
const double | kPCutOff = 1e-15 |
const double | kOffShellDm = 0.002 |
const double kOffShellDm = 0.002 |
Definition at line 37 of file GHepParticle.cxx.
Referenced by genie::GHepParticle::IsOnMassShell().
const double kPCutOff = 1e-15 |
Definition at line 36 of file GHepParticle.cxx.
Referenced by genie::GHepParticle::CompareMomentum().