#include "Rivet/Projections/UnstableFinalState.hh"
#include "Rivet/Tools/Logging.hh"
#include "Rivet/Cmp.hh"
Go to the source code of this file.
Namespaces | |
namespace | Rivet |
Defines | |
#define | IS_PARTON_PDGID(id) ( abs(id) <= 100 && abs(id) != 22 && (abs(id) < 11 || abs(id) > 18) ) |
#define IS_PARTON_PDGID | ( | id | ) | ( abs(id) <= 100 && abs(id) != 22 && (abs(id) < 11 || abs(id) > 18) ) |
Definition at line 6 of file UnstableFinalState.cc.