Reweighting vector form factors in GENIE CCQE neutrino cross section calculations. More...
#include <GReWeightNuXSecCCQEvec.h>
Public Member Functions | |
GReWeightNuXSecCCQEvec () | |
~GReWeightNuXSecCCQEvec () | |
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) |
Public Member Functions inherited from genie::rew::GReWeightI | |
virtual | ~GReWeightI () |
Private Member Functions | |
void | Init (void) |
Private Attributes | |
XSecAlgorithmI * | fXSecModel_bba |
CCQE model with BBA05 f/f (default) More... | |
XSecAlgorithmI * | fXSecModel_dpl |
CCQE model with dipole f/f ("maximally" tweaked) More... | |
double | fFFTwkDial |
tweaking dial (0: bba/default, +1: dipole) 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... | |
Additional Inherited Members | |
Protected Member Functions inherited from genie::rew::GReWeightI | |
GReWeightI () | |
Reweighting vector form factors in GENIE CCQE neutrino cross section calculations.
Jim Dobson <J.Dobson07 imperial.ac.uk> Imperial College London
May 24, 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 45 of file GReWeightNuXSecCCQEvec.h.
GReWeightNuXSecCCQEvec::GReWeightNuXSecCCQEvec | ( | ) |
Definition at line 46 of file GReWeightNuXSecCCQEvec.cxx.
GReWeightNuXSecCCQEvec::~GReWeightNuXSecCCQEvec | ( | ) |
Definition at line 51 of file GReWeightNuXSecCCQEvec.cxx.
|
virtual |
calculate a weight for the input event using the current nuisance param values
Implements genie::rew::GReWeightI.
Definition at line 97 of file GReWeightNuXSecCCQEvec.cxx.
|
private |
Definition at line 158 of file GReWeightNuXSecCCQEvec.cxx.
|
virtual |
does the current weight calculator handle the input nuisance param?
Implements genie::rew::GReWeightI.
Definition at line 61 of file GReWeightNuXSecCCQEvec.cxx.
|
virtual |
propagate updated nuisance parameter values to actual MC, etc
Implements genie::rew::GReWeightI.
Definition at line 92 of file GReWeightNuXSecCCQEvec.cxx.
|
virtual |
set all nuisance parameters to default values
Implements genie::rew::GReWeightI.
Definition at line 87 of file GReWeightNuXSecCCQEvec.cxx.
|
inline |
Definition at line 59 of file GReWeightNuXSecCCQEvec.h.
|
inline |
Definition at line 60 of file GReWeightNuXSecCCQEvec.h.
|
inline |
Definition at line 61 of file GReWeightNuXSecCCQEvec.h.
|
inline |
Definition at line 62 of file GReWeightNuXSecCCQEvec.h.
|
virtual |
update the value for the specified nuisance param
Implements genie::rew::GReWeightI.
Definition at line 74 of file GReWeightNuXSecCCQEvec.cxx.
|
private |
tweaking dial (0: bba/default, +1: dipole)
Definition at line 71 of file GReWeightNuXSecCCQEvec.h.
|
private |
reweight nu_e CC?
Definition at line 73 of file GReWeightNuXSecCCQEvec.h.
|
private |
reweight nu_e_bar CC?
Definition at line 74 of file GReWeightNuXSecCCQEvec.h.
|
private |
reweight nu_mu CC?
Definition at line 75 of file GReWeightNuXSecCCQEvec.h.
|
private |
reweight nu_mu_bar CC?
Definition at line 76 of file GReWeightNuXSecCCQEvec.h.
|
private |
CCQE model with BBA05 f/f (default)
Definition at line 68 of file GReWeightNuXSecCCQEvec.h.
|
private |
CCQE model with dipole f/f ("maximally" tweaked)
Definition at line 69 of file GReWeightNuXSecCCQEvec.h.