Reweighting the DIS nuclear modification model. More...
#include <GReWeightDISNuclMod.h>
Public Member Functions | |
GReWeightDISNuclMod () | |
~GReWeightDISNuclMod () | |
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... | |
Public Member Functions inherited from genie::rew::GReWeightI | |
virtual | ~GReWeightI () |
Private Member Functions | |
void | Init (void) |
Private Attributes | |
double | fNuclModTwkDial |
Additional Inherited Members | |
Protected Member Functions inherited from genie::rew::GReWeightI | |
GReWeightI () | |
Reweighting the DIS nuclear modification model.
Costas Andreopoulos <costas.andreopoulos stfc.ac.uk> University of Liverpool & STFC Rutherford Appleton Lab
Apr 26, 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 33 of file GReWeightDISNuclMod.h.
GReWeightDISNuclMod::GReWeightDISNuclMod | ( | ) |
Definition at line 29 of file GReWeightDISNuclMod.cxx.
GReWeightDISNuclMod::~GReWeightDISNuclMod | ( | ) |
Definition at line 35 of file GReWeightDISNuclMod.cxx.
|
virtual |
calculate a weight for the input event using the current nuisance param values
Implements genie::rew::GReWeightI.
Definition at line 76 of file GReWeightDISNuclMod.cxx.
|
private |
Definition at line 81 of file GReWeightDISNuclMod.cxx.
|
virtual |
does the current weight calculator handle the input nuisance param?
Implements genie::rew::GReWeightI.
Definition at line 40 of file GReWeightDISNuclMod.cxx.
|
virtual |
propagate updated nuisance parameter values to actual MC, etc
Implements genie::rew::GReWeightI.
Definition at line 71 of file GReWeightDISNuclMod.cxx.
|
virtual |
set all nuisance parameters to default values
Implements genie::rew::GReWeightI.
Definition at line 64 of file GReWeightDISNuclMod.cxx.
|
virtual |
update the value for the specified nuisance param
Implements genie::rew::GReWeightI.
Definition at line 53 of file GReWeightDISNuclMod.cxx.
|
private |
Definition at line 49 of file GReWeightDISNuclMod.h.