|
GENIEGenerator
|
#include <cstdlib>#include <sstream>#include <exception>#include <TMath.h>#include "Framework/Algorithm/AlgConfigPool.h"#include "Framework/Algorithm/AlgFactory.h"#include "Framework/Conventions/GBuild.h"#include "Framework/Conventions/Constants.h"#include "Framework/Conventions/Controls.h"#include "Framework/EventGen/EVGThreadException.h"#include "Framework/GHEP/GHepFlags.h"#include "Framework/GHEP/GHepStatus.h"#include "Framework/GHEP/GHepRecord.h"#include "Framework/GHEP/GHepParticle.h"#include "Physics/HadronTransport/INukeException.h"#include "Physics/HadronTransport/Intranuke.h"#include "Physics/HadronTransport/HAIntranuke.h"#include "Physics/HadronTransport/INukeHadroData.h"#include "Physics/HadronTransport/INukeUtils.h"#include "Framework/Interaction/Interaction.h"#include "Framework/Messenger/Messenger.h"#include "Framework/Numerical/RandomGen.h"#include "Framework/Numerical/Spline.h"#include "Framework/ParticleData/PDGLibrary.h"#include "Framework/ParticleData/PDGCodes.h"#include "Framework/ParticleData/PDGCodeList.h"#include "Framework/ParticleData/PDGUtils.h"#include "Framework/Utils/PrintUtils.h"#include "Physics/NuclearState/NuclearUtils.h"
1.8.5