Event reweighting utilities. More...
Functions | |
double | MeanFreePathWeight (int pdgc, const TLorentzVector &x4, const TLorentzVector &p4, double A, double Z, double mfp_scale_factor, bool interacted, double nRpi=0.5, double nRnuc=1.0, double NR=3, double R0=1.4) |
double | MeanFreePathWeight (double prob_def, double prob_twk, bool interacted) |
double | FZoneWeight (int pdgc, const TLorentzVector &vtx, const TLorentzVector &x4, const TLorentzVector &p4, double A, double Z, double fz_scale_factor, bool interacted, double nRpi=0.5, double nRnuc=1.0, double NR=3, double R0=1.4) |
double | FateFraction (genie::rew::GSyst_t syst, double kinE, double frac_scale_factor=1.) |
double | WhichFateFractionScaleFactor (genie::rew::GSyst_t syst, double kinE, double fate_frac) |
bool | HadronizedByAGKY (const EventRecord &event) |
bool | HadronizedByAGKYPythia (const EventRecord &event) |
TLorentzVector | Hadronic4pLAB (const EventRecord &event) |
double | AGKYWeight (int pdgc, double xF, double pT2) |
int | Sign (double twkdial) |
Event reweighting utilities.
Costas Andreopoulos <costas.andreopoulos stfc.ac.uk> University of Liverpool & STFC Rutherford Appleton Lab
Sep 09, 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
double genie::utils::rew::AGKYWeight | ( | int | pdgc, |
double | xF, | ||
double | pT2 | ||
) |
Definition at line 299 of file GReWeightUtils.cxx.
double genie::utils::rew::FateFraction | ( | genie::rew::GSyst_t | syst, |
double | kinE, | ||
double | frac_scale_factor = 1. |
||
) |
Definition at line 144 of file GReWeightUtils.cxx.
double genie::utils::rew::FZoneWeight | ( | int | pdgc, |
const TLorentzVector & | vtx, | ||
const TLorentzVector & | x4, | ||
const TLorentzVector & | p4, | ||
double | A, | ||
double | Z, | ||
double | fz_scale_factor, | ||
bool | interacted, | ||
double | nRpi = 0.5 , |
||
double | nRnuc = 1.0 , |
||
double | NR = 3 , |
||
double | R0 = 1.4 |
||
) |
Definition at line 81 of file GReWeightUtils.cxx.
TLorentzVector genie::utils::rew::Hadronic4pLAB | ( | const EventRecord & | event | ) |
Definition at line 278 of file GReWeightUtils.cxx.
bool genie::utils::rew::HadronizedByAGKY | ( | const EventRecord & | event | ) |
Definition at line 254 of file GReWeightUtils.cxx.
bool genie::utils::rew::HadronizedByAGKYPythia | ( | const EventRecord & | event | ) |
Definition at line 266 of file GReWeightUtils.cxx.
double genie::utils::rew::MeanFreePathWeight | ( | int | pdgc, |
const TLorentzVector & | x4, | ||
const TLorentzVector & | p4, | ||
double | A, | ||
double | Z, | ||
double | mfp_scale_factor, | ||
bool | interacted, | ||
double | nRpi = 0.5 , |
||
double | nRnuc = 1.0 , |
||
double | NR = 3 , |
||
double | R0 = 1.4 |
||
) |
Definition at line 49 of file GReWeightUtils.cxx.
double genie::utils::rew::MeanFreePathWeight | ( | double | prob_def, |
double | prob_twk, | ||
bool | interacted | ||
) |
Definition at line 119 of file GReWeightUtils.cxx.
int genie::utils::rew::Sign | ( | double | twkdial | ) |
Definition at line 304 of file GReWeightUtils.cxx.
double genie::utils::rew::WhichFateFractionScaleFactor | ( | genie::rew::GSyst_t | syst, |
double | kinE, | ||
double | fate_frac | ||
) |
Definition at line 241 of file GReWeightUtils.cxx.