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) |
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 |
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.
1. M.E. Christy, P.E.Bosted, "Empirical fit to precision inclusive electron-proton cross sections in the resonance region", PRC 81 (2010) 055213
April 3, 2021
Copyright (c) 2003-2021, The GENIE Collaboration For the full text of the license visit http://copyright.genie-mc.org or see $GENIE/LICENSE
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 668 of file BostedChristyEMPXSec.cxx.
|
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 656 of file BostedChristyEMPXSec.cxx.
|
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 662 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 197 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 264 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 581 of file BostedChristyEMPXSec.cxx.
|
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 612 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 693 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 402 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 155 of file BostedChristyEMPXSec.cxx.
|
private |
Definition at line 53 of file BostedChristyEMPXSec.cxx.
|
virtual |
Is the input kinematical point a physically allowed one?
Reimplemented from genie::XSecAlgorithmI.
Definition at line 643 of file BostedChristyEMPXSec.cxx.
|
virtual |
Can this cross section algorithm handle the input process?
Implements genie::XSecAlgorithmI.
Definition at line 618 of file BostedChristyEMPXSec.cxx.
|
virtual |
Compute the cross section for the input interaction.
Implements genie::XSecAlgorithmI.
Definition at line 434 of file BostedChristyEMPXSec.cxx.
|
private |
tunable parameters for nuclei fit
Definition at line 100 of file BostedChristyEMPXSec.h.
|
private |
mass parameter
Definition at line 73 of file BostedChristyEMPXSec.h.
|
private |
resonance angular momentum
Definition at line 85 of file BostedChristyEMPXSec.h.
|
private |
branching ratios of resonances for deterium fit
Definition at line 83 of file BostedChristyEMPXSec.h.
|
private |
branching ratios of resonances for proton fit
Definition at line 82 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters for EMC fit
Definition at line 102 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters for EMC fit
Definition at line 103 of file BostedChristyEMPXSec.h.
|
private |
Definition at line 106 of file BostedChristyEMPXSec.h.
|
private |
resonance mass
Definition at line 87 of file BostedChristyEMPXSec.h.
|
private |
deuterium mass
Definition at line 74 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters for MEC2009 function
Definition at line 99 of file BostedChristyEMPXSec.h.
|
private |
Definition at line 105 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters for Eqs.(20), (21) Ref.2
Definition at line 98 of file BostedChristyEMPXSec.h.
|
private |
eta mass
Definition at line 76 of file BostedChristyEMPXSec.h.
|
private |
mass parameter
Definition at line 72 of file BostedChristyEMPXSec.h.
|
private |
pion mass
Definition at line 75 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters from Ref.1, Table III for nonres bkg
Definition at line 97 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters from Ref.1, Table IV for nonres bkg
Definition at line 96 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters from Ref.1, Table III for nonres bkg
Definition at line 95 of file BostedChristyEMPXSec.h.
|
private |
Definition at line 107 of file BostedChristyEMPXSec.h.
|
private |
mass parameter
Definition at line 71 of file BostedChristyEMPXSec.h.
|
private |
maximal Q2
Definition at line 80 of file BostedChristyEMPXSec.h.
|
private |
minimal Q2
Definition at line 79 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters from Ref.1, Table III for resonance
Definition at line 93 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters from Ref.2, Table III for resonance
Definition at line 92 of file BostedChristyEMPXSec.h.
|
private |
tunable parameters from Ref.1, Table III for resonance
Definition at line 91 of file BostedChristyEMPXSec.h.
|
private |
account for MEC contribution?
Definition at line 70 of file BostedChristyEMPXSec.h.
|
private |
resonance width
Definition at line 89 of file BostedChristyEMPXSec.h.
|
private |
maximal W
Definition at line 78 of file BostedChristyEMPXSec.h.
|
private |
minimal W
Definition at line 77 of file BostedChristyEMPXSec.h.
|
private |
Definition at line 109 of file BostedChristyEMPXSec.h.