GENIEGenerator
|
Fit to inelastic cross sections for A(e,e')X valid for all W<3 GeV and all Q2<10 GeV2. More...
#include <BostedChristyEMPXSec.h>
Public Member Functions | |
BostedChristyEMPXSec () | |
BostedChristyEMPXSec (string config) | |
virtual | ~BostedChristyEMPXSec () |
double | XSec (const Interaction *i, KinePhaseSpace_t k) const |
Compute the cross section for the input interaction. More... | |
double | Integral (const Interaction *i) const |
bool | ValidProcess (const Interaction *i) const |
Can this cross section algorithm handle the input process? More... | |
bool | ValidKinematics (const Interaction *i) const |
Is the input kinematical point a physically allowed one? More... | |
void | Configure (const Registry &config) |
void | Configure (string config) |
Public Member Functions inherited from genie::XSecAlgorithmI | |
virtual | ~XSecAlgorithmI () |
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) |
double | sigmaR (int, double, double, bool) const |
double | sigmaNR (int, double, double, bool) const |
void | BranchingRatios (int, double &, double &) const |
void | FermiSmearingD (double, double, double &, double &, double &, double &, bool) const |
void | FermiSmearingA (double, double, double, double, double &, double &, double &, double &) const |
double | FitEMC (double, int) const |
double | MEC2009 (int, double, double) const |
Private Attributes | |
bool | fUseMEC |
account for MEC contribution? More... | |
double | fPM |
mass parameter More... | |
double | fMP |
mass parameter More... | |
double | fAM |
mass parameter More... | |
double | fMD |
deuterium mass More... | |
double | fMpi0 |
pion mass More... | |
double | fMeta |
eta mass More... | |
double | fWmin |
minimal W More... | |
double | fWmax |
maximal W More... | |
double | fQ2min |
minimal Q2 More... | |
double | fQ2max |
maximal Q2 More... | |
std::array< std::array< double, 3 >, 7 > | fBRp |
branching ratios of resonances for proton fit More... | |
std::array< std::array< double, 3 >, 7 > | fBRD |
branching ratios of resonances for deterium fit More... | |
std::array< int, 7 > | fAngRes |
resonance angular momentum More... | |
std::array< double, 7 > | fMassRes |
resonance mass More... | |
std::array< double, 7 > | fWidthRes |
resonance width More... | |
std::array< std::array< double, 4 >, 7 > | fRescoefTp |
tunable parameters from Ref.1, Table III for resonance More... | |
std::array< std::array< double, 4 >, 7 > | fRescoefTD |
tunable parameters from Ref.2, Table III for resonance More... | |
std::array< std::array< double, 3 >, 7 > | fRescoefL |
tunable parameters from Ref.1, Table III for resonance More... | |
std::array< std::array< double, 5 >, 2 > | fNRcoefTp |
tunable parameters from Ref.1, Table III for nonres bkg More... | |
std::array< std::array< double, 5 >, 2 > | fNRcoefTD |
tunable parameters from Ref.1, Table IV for nonres bkg More... | |
std::array< double, 6 > | fNRcoefL |
tunable parameters from Ref.1, Table III for nonres bkg More... | |
std::array< double, 6 > | fMECcoef |
tunable parameters for Eqs.(20), (21) Ref.2 More... | |
std::array< double, 8 > | fMEC2009coef |
tunable parameters for MEC2009 function More... | |
std::array< double, 13 > | fAfitcoef |
tunable parameters for nuclei fit More... | |
std::array< double, 9 > | fEMCalpha |
tunable parameters for EMC fit More... | |
std::array< double, 3 > | fEMCc |
tunable parameters for EMC fit More... | |
map< int, double > | fMEC2009p18 |
map< int, double > | fKFTable |
map< int, double > | fNucRmvE |
const XSecIntegratorI * | fXSecIntegrator |
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::XSecAlgorithmI | |
XSecAlgorithmI () | |
XSecAlgorithmI (string name) | |
XSecAlgorithmI (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::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... | |
Fit to inelastic cross sections for A(e,e')X valid for all W<3 GeV and all Q2<10 GeV2.
Definition at line 41 of file BostedChristyEMPXSec.h.
BostedChristyEMPXSec::BostedChristyEMPXSec | ( | ) |
Definition at line 35 of file BostedChristyEMPXSec.cxx.
BostedChristyEMPXSec::BostedChristyEMPXSec | ( | string | config | ) |
Definition at line 40 of file BostedChristyEMPXSec.cxx.
|
virtual |
Definition at line 45 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 669 of file BostedChristyEMPXSec.cxx.
References genie::PDGLibrary::Find(), genie::PDGLibrary::Instance(), genie::pdg::IsNucleon(), genie::pdg::IsPion(), and genie::kPdgEta.
Referenced by LoadConfig().
|
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 657 of file BostedChristyEMPXSec.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 663 of file BostedChristyEMPXSec.cxx.
References genie::Algorithm::Configure(), and LoadConfig().
|
private |
Definition at line 199 of file BostedChristyEMPXSec.cxx.
References fMP, fPM, genie::constants::kAem, genie::constants::kPi2, genie::utils::kinematics::Q2(), sigmaNR(), sigmaR(), and genie::utils::kinematics::W().
Referenced by XSec().
|
private |
Definition at line 269 of file BostedChristyEMPXSec.cxx.
References fAM, fMD, fMECcoef, fMP, fUseMEC, genie::constants::kAem, genie::constants::kPi2, genie::utils::kinematics::Q2(), sigmaNR(), sigmaR(), and genie::utils::kinematics::W().
Referenced by XSec().
|
private |
Definition at line 582 of file BostedChristyEMPXSec.cxx.
References fEMCalpha, and fEMCc.
Referenced by XSec().
|
virtual |
Integrate the model over the kinematic phase space available to the input interaction (kinematical cuts can be included)
Implements genie::XSecAlgorithmI.
Definition at line 613 of file BostedChristyEMPXSec.cxx.
References fXSecIntegrator, and genie::XSecIntegratorI::Integrate().
|
private |
Definition at line 694 of file BostedChristyEMPXSec.cxx.
References genie::units::A, BranchingRatios(), fAfitcoef, fAM, fAngRes, fBRD, fBRp, fEMCalpha, fEMCc, genie::PDGLibrary::Find(), fKFTable, fMassRes, fMD, fMEC2009coef, fMEC2009p18, fMECcoef, fMeta, fMP, fMpi0, fNRcoefL, fNRcoefTD, fNRcoefTp, fNucRmvE, fPM, fQ2max, fQ2min, fRescoefL, fRescoefTD, fRescoefTp, genie::utils::res::FromPdgCode(), fUseMEC, fWidthRes, fWmax, fWmin, genie::Algorithm::GetConfig(), genie::Registry::GetItemMap(), genie::Algorithm::GetParam(), genie::Algorithm::GetParamDef(), genie::Algorithm::GetParamVect(), genie::PDGLibrary::Instance(), genie::pdg::IonPdgCodeToA(), genie::kPdgD13m1520_N0, genie::kPdgD13m1520_NP, genie::kPdgEta, genie::kPdgF15m1680_N0, genie::kPdgF15m1680_NP, genie::kPdgF37m1950_Delta0, genie::kPdgF37m1950_DeltaM, genie::kPdgF37m1950_DeltaP, genie::kPdgF37m1950_DeltaPP, genie::kPdgP11m1440_N0, genie::kPdgP11m1440_NP, genie::kPdgP33m1232_Delta0, genie::kPdgP33m1232_DeltaM, genie::kPdgP33m1232_DeltaP, genie::kPdgP33m1232_DeltaPP, genie::kPdgPi0, genie::kPdgProton, genie::kPdgS11m1535_N0, genie::kPdgS11m1535_NP, genie::kPdgS11m1650_N0, genie::kPdgS11m1650_NP, genie::kPdgTgtDeuterium, LOG, genie::utils::res::Mass(), genie::utils::res::OrbitalAngularMom(), pALERT, pFATAL, and genie::utils::res::Width().
Referenced by Configure().
|
private |
Definition at line 407 of file BostedChristyEMPXSec.cxx.
References fAM, fMEC2009coef, fMEC2009p18, genie::utils::kinematics::Q2(), and genie::utils::kinematics::W().
Referenced by XSec().
|
private |
Definition at line 155 of file BostedChristyEMPXSec.cxx.
References fMP, fMpi0, fNRcoefL, fNRcoefTD, fNRcoefTp, genie::units::ub, and genie::utils::kinematics::W().
Referenced by FermiSmearingA(), FermiSmearingD(), and XSec().
|
private |
Definition at line 53 of file BostedChristyEMPXSec.cxx.
References genie::units::A, fAngRes, fBRD, fBRp, fMassRes, fMeta, fMP, fMpi0, fRescoefL, fRescoefTD, fRescoefTp, fWidthRes, genie::utils::kinematics::Q2(), genie::units::ub, and genie::utils::kinematics::W().
Referenced by FermiSmearingA(), FermiSmearingD(), and XSec().
|
virtual |
Is the input kinematical point a physically allowed one?
Reimplemented from genie::XSecAlgorithmI.
Definition at line 644 of file BostedChristyEMPXSec.cxx.
References fQ2max, fWmax, genie::Kinematics::Q2(), genie::utils::kinematics::Q2(), genie::Kinematics::W(), and genie::utils::kinematics::W().
Referenced by XSec().
|
virtual |
Can this cross section algorithm handle the input process?
Implements genie::XSecAlgorithmI.
Definition at line 619 of file BostedChristyEMPXSec.cxx.
References genie::Target::HitNucPdg(), genie::Interaction::InitState(), genie::pdg::IsChargedLepton(), genie::ProcessInfo::IsEM(), genie::pdg::IsNeutron(), genie::pdg::IsProton(), genie::ProcessInfo::IsResonant(), genie::kISkipProcessChk, genie::InitialState::ProbePdg(), genie::Interaction::ProcInfo(), and genie::InitialState::Tgt().
Referenced by XSec().
|
virtual |
Compute the cross section for the input interaction.
Implements genie::XSecAlgorithmI.
Definition at line 439 of file BostedChristyEMPXSec.cxx.
References genie::Target::A(), genie::units::A, fAfitcoef, FermiSmearingA(), FermiSmearingD(), FitEMC(), fKFTable, fMP, fNucRmvE, fPM, genie::utils::mec::J(), genie::utils::kinematics::Jacobian(), genie::constants::kAem, genie::constants::kAem2, genie::constants::kPi, genie::constants::kPi2, genie::kPSWQ2fE, genie::kRfHitNucRest, MEC2009(), genie::InitialState::ProbeE(), genie::Kinematics::Q2(), genie::utils::kinematics::Q2(), sigmaNR(), sigmaR(), genie::InitialState::Tgt(), ValidKinematics(), ValidProcess(), genie::Kinematics::W(), genie::utils::kinematics::W(), and genie::Target::Z().
|
private |
tunable parameters for nuclei fit
Definition at line 100 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and XSec().
|
private |
mass parameter
Definition at line 73 of file BostedChristyEMPXSec.h.
Referenced by FermiSmearingD(), LoadConfig(), and MEC2009().
|
private |
resonance angular momentum
Definition at line 85 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
branching ratios of resonances for deterium fit
Definition at line 83 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
branching ratios of resonances for proton fit
Definition at line 82 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
tunable parameters for EMC fit
Definition at line 102 of file BostedChristyEMPXSec.h.
Referenced by FitEMC(), and LoadConfig().
|
private |
tunable parameters for EMC fit
Definition at line 103 of file BostedChristyEMPXSec.h.
Referenced by FitEMC(), and LoadConfig().
|
private |
Definition at line 106 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and XSec().
|
private |
resonance mass
Definition at line 87 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
deuterium mass
Definition at line 74 of file BostedChristyEMPXSec.h.
Referenced by FermiSmearingD(), and LoadConfig().
|
private |
tunable parameters for MEC2009 function
Definition at line 99 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and MEC2009().
|
private |
Definition at line 105 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and MEC2009().
|
private |
tunable parameters for Eqs.(20), (21) Ref.2
Definition at line 98 of file BostedChristyEMPXSec.h.
Referenced by FermiSmearingD(), and LoadConfig().
|
private |
eta mass
Definition at line 76 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
mass parameter
Definition at line 72 of file BostedChristyEMPXSec.h.
Referenced by FermiSmearingA(), FermiSmearingD(), LoadConfig(), sigmaNR(), sigmaR(), and XSec().
|
private |
pion mass
Definition at line 75 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), sigmaNR(), and sigmaR().
|
private |
tunable parameters from Ref.1, Table III for nonres bkg
Definition at line 97 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaNR().
|
private |
tunable parameters from Ref.1, Table IV for nonres bkg
Definition at line 96 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaNR().
|
private |
tunable parameters from Ref.1, Table III for nonres bkg
Definition at line 95 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaNR().
|
private |
Definition at line 107 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and XSec().
|
private |
mass parameter
Definition at line 71 of file BostedChristyEMPXSec.h.
Referenced by FermiSmearingA(), LoadConfig(), and XSec().
|
private |
maximal Q2
Definition at line 80 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and ValidKinematics().
|
private |
|
private |
tunable parameters from Ref.1, Table III for resonance
Definition at line 93 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
tunable parameters from Ref.2, Table III for resonance
Definition at line 92 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
tunable parameters from Ref.1, Table III for resonance
Definition at line 91 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
account for MEC contribution?
Definition at line 70 of file BostedChristyEMPXSec.h.
Referenced by FermiSmearingD(), and LoadConfig().
|
private |
resonance width
Definition at line 89 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and sigmaR().
|
private |
maximal W
Definition at line 78 of file BostedChristyEMPXSec.h.
Referenced by LoadConfig(), and ValidKinematics().
|
private |
|
private |
Definition at line 109 of file BostedChristyEMPXSec.h.
Referenced by Integral().