GENIEGenerator
|
Event generator for SuSAv2 1p1h interactions. More...
#include <QELEventGeneratorSuSA.h>
Public Member Functions | |
QELEventGeneratorSuSA () | |
QELEventGeneratorSuSA (string config) | |
~QELEventGeneratorSuSA () | |
void | ProcessEventRecord (GHepRecord *event) const |
void | Configure (const Registry &config) |
void | Configure (string config) |
Public Member Functions inherited from genie::EventRecordVisitorI | |
virtual | ~EventRecordVisitorI () |
Public Member Functions inherited from genie::Algorithm | |
virtual | ~Algorithm () |
virtual void | FindConfig (void) |
virtual const Registry & | GetConfig (void) const |
Registry * | GetOwnedConfig (void) |
virtual const AlgId & | Id (void) const |
Get algorithm ID. More... | |
virtual AlgStatus_t | GetStatus (void) const |
Get algorithm status. More... | |
virtual bool | AllowReconfig (void) const |
virtual AlgCmp_t | Compare (const Algorithm *alg) const |
Compare with input algorithm. More... | |
virtual void | SetId (const AlgId &id) |
Set algorithm ID. More... | |
virtual void | SetId (string name, string config) |
const Algorithm * | SubAlg (const RgKey ®istry_key) const |
void | AdoptConfig (void) |
void | AdoptSubstructure (void) |
virtual void | Print (ostream &stream) const |
Print algorithm info. More... | |
Private Member Functions | |
void | LoadConfig (void) |
void | AddTargetNucleusRemnant (GHepRecord *event) const |
void | SelectLeptonKinematics (GHepRecord *event) const |
void | GenerateNucleon (GHepRecord *event) const |
double | ComputeMaxXSec (const Interaction *in) const |
Private Attributes | |
const NuclearModelI * | fNuclModel |
double | fQ3Max |
bool | fForceBound |
bool | fForceEbFromModel |
bool | fForceFixEb |
double | fEbOR |
double | fEbC |
const EventRecordVisitorI * | fFreeNucleonEventGenerator |
Additional Inherited Members | |
Static Public Member Functions inherited from genie::Algorithm | |
static string | BuildParamVectKey (const std::string &comm_name, unsigned int i) |
static string | BuildParamVectSizeKey (const std::string &comm_name) |
static string | BuildParamMatKey (const std::string &comm_name, unsigned int i, unsigned int j) |
static string | BuildParamMatRowSizeKey (const std::string &comm_name) |
static string | BuildParamMatColSizeKey (const std::string &comm_name) |
Protected Member Functions inherited from genie::KineGeneratorWithCache | |
KineGeneratorWithCache () | |
KineGeneratorWithCache (string name) | |
KineGeneratorWithCache (string name, string config) | |
~KineGeneratorWithCache () | |
virtual double | ComputeMaxXSec (const Interaction *in, const int nkey) const |
virtual double | MaxXSec (GHepRecord *evrec, const int nkey=0) const |
virtual double | FindMaxXSec (const Interaction *in, const int nkey=0) const |
virtual void | CacheMaxXSec (const Interaction *in, double xsec, const int nkey=0) const |
virtual double | Energy (const Interaction *in) const |
virtual CacheBranchFx * | AccessCacheBranch (const Interaction *in, const int nkey=0) const |
virtual void | AssertXSecLimits (const Interaction *in, double xsec, double xsec_max) const |
Protected Member Functions inherited from genie::EventRecordVisitorI | |
EventRecordVisitorI () | |
EventRecordVisitorI (string name) | |
EventRecordVisitorI (string name, string config) | |
Protected Member Functions inherited from genie::Algorithm | |
Algorithm () | |
Algorithm (string name) | |
Algorithm (string name, string config) | |
void | Initialize (void) |
void | DeleteConfig (void) |
void | DeleteSubstructure (void) |
Registry * | ExtractLocalConfig (const Registry &in) const |
Registry * | ExtractLowerConfig (const Registry &in, const string &alg_key) const |
Split an incoming configuration Registry into a block valid for the sub-algo identified by alg_key. More... | |
template<class T > | |
bool | GetParam (const RgKey &name, T &p, bool is_top_call=true) const |
template<class T > | |
bool | GetParamDef (const RgKey &name, T &p, const T &def) const |
template<class T > | |
int | GetParamVect (const std::string &comm_name, std::vector< T > &v, bool is_top_call=true) const |
Handle to load vectors of parameters. More... | |
int | GetParamVectKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const |
template<class T > | |
int | GetParamMat (const std::string &comm_name, TMatrixT< T > &mat, bool is_top_call=true) const |
Handle to load matrix of parameters. More... | |
template<class T > | |
int | GetParamMatSym (const std::string &comm_name, TMatrixTSym< T > &mat, bool is_top_call=true) const |
int | GetParamMatKeys (const std::string &comm_name, std::vector< RgKey > &k, bool is_top_call=true) const |
int | AddTopRegistry (Registry *rp, bool owns=true) |
add registry with top priority, also update ownership More... | |
int | AddLowRegistry (Registry *rp, bool owns=true) |
add registry with lowest priority, also update ownership More... | |
int | MergeTopRegistry (const Registry &r) |
int | AddTopRegisties (const vector< Registry * > &rs, bool owns=false) |
Add registries with top priority, also udated Ownerships. More... | |
Protected Attributes inherited from genie::KineGeneratorWithCache | |
const XSecAlgorithmI * | fXSecModel |
double | fSafetyFactor |
ComputeMaxXSec -> ComputeMaxXSec * fSafetyFactor. More... | |
std::vector< double > | vSafetyFactors |
MaxXSec -> MaxXSec * fSafetyFactors[nkey]. More... | |
int | fNumOfSafetyFactors |
Number of given safety factors. More... | |
std::vector< string > | vInterpolatorTypes |
Type of interpolator for each key in a branch. More... | |
int | fNumOfInterpolatorTypes |
Number of given interpolators types. More... | |
double | fMaxXSecDiffTolerance |
max{100*(xsec-maxxsec)/.5*(xsec+maxxsec)} if xsec>maxxsec More... | |
double | fEMin |
min E for which maxxsec is cached - forcing explicit calc. More... | |
bool | fGenerateUniformly |
uniform over allowed phase space + event weight? More... | |
Protected Attributes inherited from genie::Algorithm | |
bool | fAllowReconfig |
bool | fOwnsSubstruc |
true if it owns its substructure (sub-algs,...) More... | |
AlgId | fID |
algorithm name and configuration set More... | |
vector< Registry * > | fConfVect |
vector< bool > | fOwnerships |
ownership for every registry in fConfVect More... | |
AlgStatus_t | fStatus |
algorithm execution status More... | |
AlgMap * | fOwnedSubAlgMp |
local pool for owned sub-algs (taken out of the factory pool) More... | |
Event generator for SuSAv2 1p1h interactions.
Steven Gardiner <gardiner fnal.gov> Fermi National Accelerator Laboratory
Definition at line 32 of file QELEventGeneratorSuSA.h.
QELEventGeneratorSuSA::QELEventGeneratorSuSA | ( | ) |
Definition at line 51 of file QELEventGeneratorSuSA.cxx.
QELEventGeneratorSuSA::QELEventGeneratorSuSA | ( | string | config | ) |
Definition at line 57 of file QELEventGeneratorSuSA.cxx.
QELEventGeneratorSuSA::~QELEventGeneratorSuSA | ( | ) |
Definition at line 63 of file QELEventGeneratorSuSA.cxx.
|
private |
Definition at line 287 of file QELEventGeneratorSuSA.cxx.
References genie::units::A, genie::GHepParticle::A(), genie::GHepParticle::E(), genie::PDGLibrary::Find(), genie::GHepParticle::FirstDaughter(), genie::PDGLibrary::Instance(), genie::pdg::IonPdgCode(), genie::pdg::IsNeutron(), genie::pdg::IsProton(), genie::kIStStableFinalState, genie::GHepParticle::LastDaughter(), LOG, genie::GHepParticle::Mass(), genie::GHepParticle::Pdg(), pFATAL, pINFO, genie::GHepParticle::Px(), genie::GHepParticle::Py(), genie::GHepParticle::Pz(), and genie::GHepParticle::Z().
Referenced by ProcessEventRecord().
|
privatevirtual |
Implements genie::KineGeneratorWithCache.
Definition at line 643 of file QELEventGeneratorSuSA.cxx.
References genie::Interaction::AsString(), genie::KineGeneratorWithCache::fSafetyFactor, genie::KineGeneratorWithCache::fXSecModel, genie::utils::mec::GetMaxXSecTlctl(), pDEBUG, and SLOG.
|
virtual |
Configure the algorithm with an external registry The registry is merged with the top level registry if it is owned, Otherwise a copy of it is added with the highest priority
Reimplemented from genie::Algorithm.
Definition at line 582 of file QELEventGeneratorSuSA.cxx.
References genie::Algorithm::Configure(), and LoadConfig().
|
virtual |
Configure the algorithm from the AlgoConfigPool based on param_set string given in input An algorithm contains a vector of registries coming from different xml configuration files, which are loaded according a very precise prioriy This methods will load a number registries in order of priority: 1) "Tunable" parameter set from CommonParametes. This is loaded with the highest prioriry and it is designed to be used for tuning procedure Usage not expected from the user. 2) For every string defined in "CommonParame" the corresponding parameter set will be loaded from CommonParameter.xml 3) parameter set specified by the config string and defined in the xml file of the algorithm 4) if config is not "Default" also the Default parameter set from the same xml file will be loaded Effectively this avoids the repetion of a parameter when it is not changed in the requested configuration
Reimplemented from genie::Algorithm.
Definition at line 588 of file QELEventGeneratorSuSA.cxx.
References genie::Algorithm::Configure(), and LoadConfig().
|
private |
Definition at line 356 of file QELEventGeneratorSuSA.cxx.
References fEbC, fEbOR, fForceBound, fForceEbFromModel, fForceFixEb, genie::PDGLibrary::Find(), fNuclModel, genie::NuclearModelI::GenerateNucleon(), genie::Kinematics::HadSystP4(), genie::PDGLibrary::Instance(), genie::Target::IsNucleus(), genie::Interaction::KinePtr(), genie::kIStHadronInTheNucleus, genie::kIStStableFinalState, genie::kKineGenErr, genie::kPdgTgtFreeP, genie::controls::kRjMaxIterations, LOG, genie::utils::res::Mass(), genie::NuclearModelI::Momentum3(), genie::utils::math::NonNegative(), genie::GHepParticle::P4(), pDEBUG, genie::GHepParticle::Pdg(), pWARN, genie::Interaction::RecoilNucleonPdg(), genie::NuclearModelI::RemovalEnergy(), genie::Kinematics::SetHadSystP4(), genie::Target::SetHitNucPdg(), genie::GHepParticle::SetMomentum(), genie::exceptions::EVGThreadException::SetReason(), genie::exceptions::EVGThreadException::SwitchOnFastForward(), and genie::GHepParticle::X4().
Referenced by ProcessEventRecord().
|
private |
Definition at line 594 of file QELEventGeneratorSuSA.cxx.
References fEbC, fEbOR, genie::KineGeneratorWithCache::fEMin, fForceBound, fForceEbFromModel, fForceFixEb, fFreeNucleonEventGenerator, genie::KineGeneratorWithCache::fGenerateUniformly, genie::KineGeneratorWithCache::fMaxXSecDiffTolerance, fNuclModel, fQ3Max, genie::KineGeneratorWithCache::fSafetyFactor, genie::Algorithm::GetParam(), genie::Algorithm::GetParamDef(), and genie::Algorithm::SubAlg().
Referenced by Configure().
|
virtual |
Implements genie::EventRecordVisitorI.
Definition at line 68 of file QELEventGeneratorSuSA.cxx.
References AddTargetNucleusRemnant(), genie::EventGeneratorI::CrossSectionAlg(), fFreeNucleonEventGenerator, genie::KineGeneratorWithCache::fXSecModel, GenerateNucleon(), genie::Interaction::InitState(), genie::RunningThreadInfo::Instance(), genie::Target::IsNucleus(), genie::EventRecordVisitorI::ProcessEventRecord(), genie::RunningThreadInfo::RunningThread(), SelectLeptonKinematics(), genie::GHepRecord::Summary(), and genie::InitialState::Tgt().
|
private |
Definition at line 91 of file QELEventGeneratorSuSA.cxx.
References genie::KineGeneratorWithCache::AssertXSecLimits(), genie::units::cm2, fQ3Max, genie::Interaction::FSPrimLepton(), genie::KineGeneratorWithCache::fXSecModel, genie::utils::mec::Getq0q3FromTlCostl(), genie::utils::mec::GetTlCostlFromq0q3(), genie::Interaction::InitState(), genie::RandomGen::Instance(), genie::pdg::IonPdgCodeToZ(), genie::ProcessInfo::IsEM(), genie::Interaction::KinePtr(), genie::kIStStableFinalState, genie::kKineGenErr, genie::kKVctl, genie::kKVTl, genie::controls::kMinQ2Limit, genie::constants::kNucleonMass, genie::constants::kPi, genie::kPSTlctl, genie::kRfLab, genie::controls::kRjMaxIterations, LOG, genie::KineGeneratorWithCache::MaxXSec(), pDEBUG, pERROR, pINFO, genie::GHepRecord::Probe(), genie::InitialState::ProbeE(), genie::InitialState::ProbePdg(), genie::Interaction::ProcInfo(), genie::utils::kinematics::Q2(), genie::utils::kinematics::Q2YtoX(), genie::RandomGen::RndKine(), genie::RandomGen::RndLep(), genie::Kinematics::SetFSLeptonP4(), genie::Kinematics::SetKV(), genie::Kinematics::SetQ2(), genie::exceptions::EVGThreadException::SetReason(), genie::Kinematics::SetW(), genie::Kinematics::Setx(), genie::Kinematics::Sety(), genie::exceptions::EVGThreadException::SwitchOnFastForward(), genie::InitialState::TgtPdg(), genie::GHepParticle::X4(), genie::XSecAlgorithmI::XSec(), and genie::utils::kinematics::XYtoW().
Referenced by ProcessEventRecord().
|
private |
Definition at line 64 of file QELEventGeneratorSuSA.h.
Referenced by GenerateNucleon(), and LoadConfig().
|
private |
Definition at line 61 of file QELEventGeneratorSuSA.h.
Referenced by GenerateNucleon(), and LoadConfig().
|
private |
Definition at line 58 of file QELEventGeneratorSuSA.h.
Referenced by GenerateNucleon(), and LoadConfig().
|
private |
Definition at line 59 of file QELEventGeneratorSuSA.h.
Referenced by GenerateNucleon(), and LoadConfig().
|
private |
Definition at line 60 of file QELEventGeneratorSuSA.h.
Referenced by GenerateNucleon(), and LoadConfig().
|
private |
Delegate event generation for free nucleon targets (which are not handled by the SuSAv2 calculation) to a different event generator
Definition at line 69 of file QELEventGeneratorSuSA.h.
Referenced by LoadConfig(), and ProcessEventRecord().
|
private |
Definition at line 55 of file QELEventGeneratorSuSA.h.
Referenced by GenerateNucleon(), and LoadConfig().
|
private |
Definition at line 57 of file QELEventGeneratorSuSA.h.
Referenced by LoadConfig(), and SelectLeptonKinematics().