#include <EgHLTEgCutCodes.h>
Public Types | |
enum | CutCode { ET =0x00000001, PT =0x00000002, DETETA =0x00000004, CRACK =0x00000008, DETAIN =0x00000010, DPHIIN =0x00000020, INVEINVP =0x00000040, SIGMAETAETA =0x00000080, HADEM =0x00000100, SIGMAIETAIETA =0x00000200, E2X5OVER5X5 =0x00000400, MINR9 =0x00000800, MAXR9 =0x00100000, ISOLEM =0x00001000, ISOLHAD =0x00002000, ISOLPTTRKS =0x00004000, ISOLNRTRKS =0x00008000, HLTISOLTRKSELE =0x00010000, HLTISOLTRKSPHO =0x00020000, HLTISOLHAD =0x00040000, HLTISOLEM =0x00080000, CTFTRACK =0x00010000, HLTDETAIN =0x00020000, HLTDPHIIN =0x00040000, HLTINVEINVP =0x00080000, INVALID =0x80000000 } |
Static Public Member Functions | |
static int | getCode (const std::string &descript) |
static void | getCodeName (int code, std::string &id) |
Private Member Functions | |
EgCutCodes () | |
~EgCutCodes () | |
Static Private Member Functions | |
static ComCodes | setCodes_ () |
Static Private Attributes | |
static const ComCodes | codes_ |
Definition at line 13 of file EgHLTEgCutCodes.h.
Definition at line 17 of file EgHLTEgCutCodes.h.
|
inlineprivate |
Definition at line 63 of file EgHLTEgCutCodes.h.
|
inlineprivate |
Definition at line 64 of file EgHLTEgCutCodes.h.
|
inlinestatic |
Definition at line 67 of file EgHLTEgCutCodes.h.
References egHLT::ComCodes::getCode().
Referenced by egHLT::CutMasks::setup(), and egHLT::EgCutValues::setup().
|
inlinestatic |
Definition at line 68 of file EgHLTEgCutCodes.h.
References egHLT::ComCodes::getCodeName(), and setCodes_().
|
staticprivate |
Definition at line 8 of file EgHLTEgCutCodes.cc.
References CRACK, CTFTRACK, DETAIN, DETETA, DPHIIN, E2X5OVER5X5, ET, HADEM, HLTDETAIN, HLTDPHIIN, HLTINVEINVP, HLTISOLEM, HLTISOLHAD, HLTISOLTRKSELE, HLTISOLTRKSPHO, INVALID, INVEINVP, ISOLEM, ISOLHAD, ISOLNRTRKS, ISOLPTTRKS, MAXR9, MINR9, PT, egHLT::ComCodes::setCode(), SIGMAETAETA, SIGMAIETAIETA, and egHLT::ComCodes::sort().
Referenced by getCodeName().
|
staticprivate |
Definition at line 60 of file EgHLTEgCutCodes.h.