Reweighting NCEL GENIE neutrino cross sections. More...
#include <GReWeightNuXSecNCEL.h>
Public Member Functions | |
| GReWeightNuXSecNCEL () | |
| ~GReWeightNuXSecNCEL () | |
| bool | IsHandled (GSyst_t syst) |
| does the current weight calculator handle the input nuisance param? More... | |
| void | SetSystematic (GSyst_t syst, double val) |
| update the value for the specified nuisance param More... | |
| void | Reset (void) |
| set all nuisance parameters to default values More... | |
| void | Reconfigure (void) |
| propagate updated nuisance parameter values to actual MC, etc More... | |
| double | CalcWeight (const EventRecord &event) |
| calculate a weight for the input event using the current nuisance param values More... | |
| void | RewNue (bool tf) |
| void | RewNuebar (bool tf) |
| void | RewNumu (bool tf) |
| void | RewNumubar (bool tf) |
| void | SetMaPath (string p) |
| void | SetEtaPath (string p) |
Public Member Functions inherited from genie::rew::GReWeightI | |
| virtual | ~GReWeightI () |
Private Member Functions | |
| void | Init (void) |
Private Attributes | |
| XSecAlgorithmI * | fXSecModelDef |
| default model More... | |
| XSecAlgorithmI * | fXSecModel |
| tweaked model More... | |
| Registry * | fXSecModelConfig |
| config in tweaked model More... | |
| bool | fRewNue |
| reweight nu_e CC? More... | |
| bool | fRewNuebar |
| reweight nu_e_bar CC? More... | |
| bool | fRewNumu |
| reweight nu_mu CC? More... | |
| bool | fRewNumubar |
| reweight nu_mu_bar CC? More... | |
| string | fMaPath |
| M_{A} path in config Registry. More... | |
| string | fEtaPath |
| eta path in config Registry More... | |
| double | fMaTwkDial |
| double | fMaDef |
| double | fMaCurr |
| double | fEtaTwkDial |
| double | fEtaDef |
| double | fEtaCurr |
Additional Inherited Members | |
Protected Member Functions inherited from genie::rew::GReWeightI | |
| GReWeightI () | |
Reweighting NCEL GENIE neutrino cross sections.
Nov 25, 2010
Copyright (c) 2003-2017, GENIE Neutrino MC Generator Collaboration For the full text of the license visit http://copyright.genie-mc.org or see $GENIE/LICENSE
Definition at line 42 of file GReWeightNuXSecNCEL.h.
| GReWeightNuXSecNCEL::GReWeightNuXSecNCEL | ( | ) |
Definition at line 43 of file GReWeightNuXSecNCEL.cxx.
| GReWeightNuXSecNCEL::~GReWeightNuXSecNCEL | ( | ) |
Definition at line 48 of file GReWeightNuXSecNCEL.cxx.
|
virtual |
calculate a weight for the input event using the current nuisance param values
Implements genie::rew::GReWeightI.
Definition at line 122 of file GReWeightNuXSecNCEL.cxx.
|
private |
Definition at line 166 of file GReWeightNuXSecNCEL.cxx.
|
virtual |
does the current weight calculator handle the input nuisance param?
Implements genie::rew::GReWeightI.
Definition at line 58 of file GReWeightNuXSecNCEL.cxx.
|
virtual |
propagate updated nuisance parameter values to actual MC, etc
Implements genie::rew::GReWeightI.
Definition at line 97 of file GReWeightNuXSecNCEL.cxx.
|
virtual |
set all nuisance parameters to default values
Implements genie::rew::GReWeightI.
Definition at line 87 of file GReWeightNuXSecNCEL.cxx.
|
inline |
Definition at line 56 of file GReWeightNuXSecNCEL.h.
|
inline |
Definition at line 57 of file GReWeightNuXSecNCEL.h.
|
inline |
Definition at line 58 of file GReWeightNuXSecNCEL.h.
|
inline |
Definition at line 59 of file GReWeightNuXSecNCEL.h.
|
inline |
Definition at line 61 of file GReWeightNuXSecNCEL.h.
|
inline |
Definition at line 60 of file GReWeightNuXSecNCEL.h.
|
virtual |
update the value for the specified nuisance param
Implements genie::rew::GReWeightI.
Definition at line 71 of file GReWeightNuXSecNCEL.cxx.
|
private |
Definition at line 82 of file GReWeightNuXSecNCEL.h.
|
private |
Definition at line 81 of file GReWeightNuXSecNCEL.h.
|
private |
eta path in config Registry
Definition at line 76 of file GReWeightNuXSecNCEL.h.
|
private |
Definition at line 80 of file GReWeightNuXSecNCEL.h.
|
private |
Definition at line 79 of file GReWeightNuXSecNCEL.h.
|
private |
Definition at line 78 of file GReWeightNuXSecNCEL.h.
|
private |
M_{A} path in config Registry.
Definition at line 75 of file GReWeightNuXSecNCEL.h.
|
private |
Definition at line 77 of file GReWeightNuXSecNCEL.h.
|
private |
reweight nu_e CC?
Definition at line 71 of file GReWeightNuXSecNCEL.h.
|
private |
reweight nu_e_bar CC?
Definition at line 72 of file GReWeightNuXSecNCEL.h.
|
private |
reweight nu_mu CC?
Definition at line 73 of file GReWeightNuXSecNCEL.h.
|
private |
reweight nu_mu_bar CC?
Definition at line 74 of file GReWeightNuXSecNCEL.h.
|
private |
tweaked model
Definition at line 68 of file GReWeightNuXSecNCEL.h.
|
private |
config in tweaked model
Definition at line 69 of file GReWeightNuXSecNCEL.h.
|
private |
default model
Definition at line 67 of file GReWeightNuXSecNCEL.h.
1.8.11