Main Page
Namespaces
Classes
Package Documentation
GeneratorInterface
Pythia8Interface
plugins
PowhegResHook.h
Go to the documentation of this file.
1
// Hook for setting shower scale in top and W resonances
2
// for Powheg ttb_NLO_dec and b_bbar_4l processes
3
// C++ port of algorithm by Jezo et. al. (arXiv:1607.04538, Appendix B.2)
4
5
class
PowhegResHook
:
public
Pythia8::UserHooks {
6
7
public
:
8
9
// Constructor and destructor.
10
PowhegResHook
() {}
11
~PowhegResHook
() {}
12
13
bool
canSetResonanceScale
() {
return
true
; }
14
15
double
scaleResonance
(
const
int
iRes,
const
Pythia8::Event&
event
);
16
17
//--------------------------------------------------------------------------
18
19
private
:
20
bool
calcScales_
;
21
22
};
PowhegResHook::PowhegResHook
PowhegResHook()
Definition:
PowhegResHook.h:10
PowhegResHook::scaleResonance
double scaleResonance(const int iRes, const Pythia8::Event &event)
Definition:
PowhegResHook.cc:11
PowhegResHook::calcScales_
bool calcScales_
Definition:
PowhegResHook.h:20
PowhegResHook
Definition:
PowhegResHook.h:5
PowhegResHook::~PowhegResHook
~PowhegResHook()
Definition:
PowhegResHook.h:11
PowhegResHook::canSetResonanceScale
bool canSetResonanceScale()
Definition:
PowhegResHook.h:13
event
Definition:
event.py:1
Generated for CMSSW Reference Manual by
1.8.11