ATLAS Offline Software
Namespaces | Functions
UserHooksUtils.h File Reference
#include "Pythia8/Event.h"
#include <stdexcept>
Include dependency graph for UserHooksUtils.h:

Go to the source code of this file.

Namespaces

 Pythia8_UserHooks
 Some common functions for determining pTs and navigating event records for the PoWHEG + Pythia user hooks.
 

Functions

double Pythia8_UserHooks::pTProj (const Pythia8::Particle &leg, const Pythia8::Particle &comparison)
 
double Pythia8_UserHooks::pTProj (size_t legIndex, size_t comparedIndex, const Pythia8::Event &evt)
 
double Pythia8_UserHooks::pT2Leg (const Pythia8::Particle &leg, const Pythia8::Particle &comparison)
 
double Pythia8_UserHooks::pT2Leg (size_t legIndex, size_t comparedIndex, const Pythia8::Event &evt)
 
double Pythia8_UserHooks::pTLeg (const Pythia8::Particle &leg, const Pythia8::Particle &comparison)
 
double Pythia8_UserHooks::pTLeg (size_t legIndex, size_t comparedIndex, const Pythia8::Event &evt)
 
size_t Pythia8_UserHooks::findLastEmission (const Pythia8::Event &evt, int status)
 Return the index of the most recent emission in a. More...
 
size_t Pythia8_UserHooks::findLastISREmission (const Pythia8::Event &evt)
 
size_t Pythia8_UserHooks::findLastFSREmission (const Pythia8::Event &evt)
 
size_t Pythia8_UserHooks::findLastISRRadiator (const Pythia8::Event &evt)
 
size_t Pythia8_UserHooks::findLastFSRRadiator (const Pythia8::Event &evt)