24#ifndef _GEVG_DRIVER_H_
25#define _GEVG_DRIVER_H_
30#include <TLorentzVector.h>
68 void Configure (
int nu_pdgc,
int Z,
int A);
91 void CreateSplines (
int nknots=-1,
double emax=-1,
bool inLogE=
true);
94 double XSecSum (
const TLorentzVector & nup4);
102 void Print (ostream & stream)
const;
Defines the EventGeneratorI interface.
A vector of EventGeneratorI objects.
Generated Event Record. It is a GHepRecord object that can accept / be visited by EventRecordVisitorI...
GENIE Event Generation Driver. A minimalist user interface object for generating neutrino interaction...
void AssertIsValidInitState(void) const
const Spline * XSecSpline(const Interaction *interaction) const
void SetUnphysEventMask(const TBits &mask)
void Configure(int nu_pdgc, int Z, int A)
const EventGeneratorList * EventGenerators(void) const
string fEventGenList
list of event generators loaded by this driver (what used to be the $GEVGL setting)
EventGeneratorList * fEvGenList
all Event Generators available at this job
void CreateSplines(int nknots=-1, double emax=-1, bool inLogE=true)
InitialState * fInitState
initial state information for driver instance
const Spline * XSecSumSpline(void) const
void BuildGeneratorList(void)
TBits * fUnphysEventMask
controls whether unphysical events are returned
const InteractionList * Interactions(void) const
bool fUseSplines
controls whether xsecs are computed or interpolated
friend ostream & operator<<(ostream &stream, const GEVGDriver &driver)
double XSecSum(const TLorentzVector &nup4)
InteractionGeneratorMap * fIntGenMap
interaction -> generator assosiative container
Spline * fXSecSumSpl
sum{xsec(all interactions | this init state)}
EventRecord * GenerateEvent(const TLorentzVector &nu4p)
EventRecord * fCurrentRecord
ptr to the event record being processed
void CreateXSecSumSpline(int nk, double Emin, double Emax, bool inlogE=true)
void BuildInteractionGeneratorMap(void)
unsigned int fNRecLevel
recursive mode depth counter
void BuildInteractionSelector(void)
void BuildInitialState(const InitialState &init_state)
InteractionSelectorI * fIntSelector
interaction selector
void SetEventGeneratorList(string listname)
Range1D_t ValidEnergyRange(void) const
void Print(ostream &stream) const
const EventGeneratorI * FindGenerator(const Interaction *interaction) const
Initial State information.
An Interaction -> EventGeneratorI associative container. The container is being built for the loaded ...
A vector of Interaction objects.
Defines the InteractionSelectorI interface to be implemented by algorithms selecting interactions to ...
Summary information for an interaction.
A simple [min,max] interval for doubles.
A numeric analysis tool class for interpolating 1-D functions.
A Neutrino Interaction Target. Is a transparent encapsulation of quite different physical systems suc...
THE MAIN GENIE PROJECT NAMESPACE
ostream & operator<<(ostream &stream, const AlgConfigPool &config_pool)