#include <ReweightUserHooks.h>
|
double | biasSelectionBy (const Pythia8::SigmaProcess *sigmaProcessPtr, const Pythia8::PhaseSpace *phaseSpacePtr, bool inEvent) override |
|
bool | canBiasSelection () override |
|
| RapReweightUserHook (const std::string &_yLabsigma_func, double _yLab_power, const std::string &_yCMsigma_func, double _yCM_power, double _pTHatMin, double _pTHatMax) |
|
| ~RapReweightUserHook () override |
|
Definition at line 62 of file ReweightUserHooks.h.
RapReweightUserHook::RapReweightUserHook |
( |
const std::string & |
_yLabsigma_func, |
|
|
double |
_yLab_power, |
|
|
const std::string & |
_yCMsigma_func, |
|
|
double |
_yCM_power, |
|
|
double |
_pTHatMin, |
|
|
double |
_pTHatMax |
|
) |
| |
|
inline |
RapReweightUserHook::~RapReweightUserHook |
( |
| ) |
|
|
inlineoverride |
double RapReweightUserHook::biasSelectionBy |
( |
const Pythia8::SigmaProcess * |
sigmaProcessPtr, |
|
|
const Pythia8::PhaseSpace * |
phaseSpacePtr, |
|
|
bool |
inEvent |
|
) |
| |
|
inlineoverride |
bool RapReweightUserHook::canBiasSelection |
( |
| ) |
|
|
inlineoverride |
double RapReweightUserHook::pTHatMax |
|
private |
double RapReweightUserHook::pTHatMin |
|
private |
double RapReweightUserHook::yCM_power |
|
private |
TF1 RapReweightUserHook::yCMsigma |
|
private |
std::string RapReweightUserHook::yCMsigma_func |
|
private |
double RapReweightUserHook::yLab_power |
|
private |
TF1 RapReweightUserHook::yLabsigma |
|
private |
std::string RapReweightUserHook::yLabsigma_func |
|
private |