#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 = 0x01000000, HLTDETAIN = 0x02000000, HLTDPHIIN = 0x04000000, HLTINVEINVP = 0x08000000, 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 ()=default | |
~EgCutCodes ()=default | |
Static Private Member Functions | |
static ComCodes | setCodes_ () |
Static Private Attributes | |
static const ComCodes | codes_ |
Definition at line 12 of file EgHLTEgCutCodes.h.
Definition at line 15 of file EgHLTEgCutCodes.h.
|
privatedefault |
|
privatedefault |
|
inlinestatic |
Definition at line 65 of file EgHLTEgCutCodes.h.
References codes_, and egHLT::ComCodes::getCode().
Referenced by egHLT::CutMasks::setup(), and egHLT::EgCutValues::setup().
|
inlinestatic |
Definition at line 66 of file EgHLTEgCutCodes.h.
References codes_, and egHLT::ComCodes::getCodeName().
|
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().
|
staticprivate |
Definition at line 58 of file EgHLTEgCutCodes.h.
Referenced by getCode(), and getCodeName().