Set of systematics to be considered by the reweighting package. More...
#include <GSystSet.h>
Public Member Functions | |
| GSystSet () | |
| GSystSet (const GSystSet &syst_set) | |
| ~GSystSet () | |
| void | Init (GSyst_t syst, double init=0., double min=-1., double max=+1., double step=0.05) |
| void | Remove (GSyst_t syst) |
| void | Set (GSyst_t syst, double current_value) |
| int | Size (void) const |
| bool | Added (GSyst_t syst) const |
| void | Print (void) |
| void | Copy (const GSystSet &syst_set) |
| const GSystInfo * | Info (GSyst_t syst) const |
| vector< genie::rew::GSyst_t > | AllIncluded (void) |
Private Attributes | |
| map< GSyst_t, GSystInfo * > | fSystematics |
Set of systematics to be considered by the reweighting package.
Aug 1, 2009
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 37 of file GSystSet.h.
| GSystSet::GSystSet | ( | ) |
Definition at line 27 of file GSystSet.cxx.
| GSystSet::GSystSet | ( | const GSystSet & | syst_set | ) |
Definition at line 32 of file GSystSet.cxx.
| GSystSet::~GSystSet | ( | ) |
Definition at line 37 of file GSystSet.cxx.
| bool GSystSet::Added | ( | GSyst_t | syst | ) | const |
Definition at line 64 of file GSystSet.cxx.
| vector< genie::rew::GSyst_t > GSystSet::AllIncluded | ( | void | ) |
Definition at line 69 of file GSystSet.cxx.
| void GSystSet::Copy | ( | const GSystSet & | syst_set | ) |
Definition at line 115 of file GSystSet.cxx.
Definition at line 81 of file GSystSet.cxx.
| void GSystSet::Init | ( | GSyst_t | syst, |
| double | init = 0., |
||
| double | min = -1., |
||
| double | max = +1., |
||
| double | step = 0.05 |
||
| ) |
Definition at line 42 of file GSystSet.cxx.
| void GSystSet::Print | ( | void | ) |
Definition at line 100 of file GSystSet.cxx.
| void GSystSet::Remove | ( | GSyst_t | syst | ) |
Definition at line 54 of file GSystSet.cxx.
| void GSystSet::Set | ( | GSyst_t | syst, |
| double | current_value | ||
| ) |
Definition at line 89 of file GSystSet.cxx.
| int GSystSet::Size | ( | void | ) | const |
Definition at line 59 of file GSystSet.cxx.
Definition at line 58 of file GSystSet.h.
1.8.11