diff --git a/src/InputHandler/NEUTInputHandler.h b/src/InputHandler/NEUTInputHandler.h index 4ff2144..d8f34ee 100644 --- a/src/InputHandler/NEUTInputHandler.h +++ b/src/InputHandler/NEUTInputHandler.h @@ -1,99 +1,98 @@ #ifndef NEUTINPUTHANDLER_H #define NEUTINPUTHANDLER_H #ifdef __NEUT_ENABLED__ #include "InputHandler.h" #include "TargetUtils.h" #include "neutpart.h" #include "neutvect.h" #include "PlotUtils.h" #include "TTreePerfStats.h" #include "nefillverC.h" #include "necardC.h" #include "neutmodelC.h" #include "neutparamsC.h" #include "neworkC.h" #include "fsihistC.h" #include "neutcrsC.h" #include "neutvect.h" #include "neutpart.h" #include "neutfsipart.h" #include "neutfsivert.h" #include "neutrootTreeSingleton.h" -#include "NModeDefn.h" #include "NSyst.h" #include "NFortFns.h" // Contains all the NEUT common blocks #ifdef __NEUT_NUCFSI_ENABLED__ #include "nucleonfsihistC.h" #include "neutnucfsivert.h" #include "neutnucfsistep.h" #endif /// NEUT Generator Container to save extra particle status codes. class NEUTGeneratorInfo : public GeneratorInfoBase { public: NEUTGeneratorInfo() {}; virtual ~NEUTGeneratorInfo(); /// Assigns information to branches void AddBranchesToTree(TTree* tn); /// Setup reading information from branches void SetBranchesFromTree(TTree* tn); /// Allocate any dynamic arrays for a new particle stack size void AllocateParticleStack(int stacksize); /// Clear any dynamic arrays void DeallocateParticleStack(); /// Read extra NEUT information from the event void FillGeneratorInfo(NeutVect* nevent); /// Reset extra information to default/empty values void Reset(); int kMaxParticles; ///< Number of particles in stack int* fNEUTParticleStatusCode; ///