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

Go to the source code of this file.

Classes

class  DELPHI_2002_069_CONF_603
 DELPHI 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 (DELPHI_2002_069_CONF_603)

Define Documentation

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

Definition at line 10 of file DELPHI_2002_069_CONF_603.cc.

Referenced by DELPHI_2002_069_CONF_603::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 DELPHI_2002_069_CONF_603.cc.

Referenced by DELPHI_2002_069_CONF_603::analyze().