rivet is hosted by Hepforge, IPPP Durham
SLD_2002_S4869273.cc File Reference
Include dependency graph for SLD_2002_S4869273.cc:

Go to the source code of this file.

Classes

class  SLD_2002_S4869273
 SLD b-fragmentation measurement. More...

Namespaces

namespace  Rivet

Defines

#define IS_PARTON_PDGID(id)   ( abs(id) <= 100 && abs(id) != 22 && (abs(id) < 11 || abs(id) > 18) )
#define IS_BHADRON_PDGID(id)   ( ((abs(id)/100)%10 == 5) || (abs(id) >= 5000 && abs(id) <= 5999) )

Functions

 DECLARE_RIVET_PLUGIN (SLD_2002_S4869273)

Define Documentation

#define IS_BHADRON_PDGID (   id)    ( ((abs(id)/100)%10 == 5) || (abs(id) >= 5000 && abs(id) <= 5999) )

Definition at line 10 of file SLD_2002_S4869273.cc.

Referenced by SLD_2002_S4869273::analyze().

#define IS_PARTON_PDGID (   id)    ( abs(id) <= 100 && abs(id) != 22 && (abs(id) < 11 || abs(id) > 18) )
Todo:
Use inline PID functions instead

Definition at line 9 of file SLD_2002_S4869273.cc.