#include <Flags.h>
Public Types | |
enum | { Shift = 16 } |
enum | Bits { All = 0x00FF0000, Jets = 0x00010000, Electrons = 0x00020000, Muons = 0x00040000, Taus = 0x00080000, Photons = 0x00100000, User = 0X00E00000, User1 = 0x00200000, User2 = 0x00400000, User3 = 0x00800000, Undefined = 0x00000000 } |
Static Public Member Functions | |
static const std::string & | bitToString (Bits bit) |
static Bits | get (const std::string &str) |
static uint32_t | get (const std::vector< std::string > &str) |
anonymous enum |
Enumerator | |
---|---|
All | |
Jets | |
Electrons | |
Muons | |
Taus | |
Photons | |
User | |
User1 | |
User2 | |
User3 | |
Undefined |
Definition at line 54 of file Flags.h.
|
static |
|
static |
Referenced by Options.Options::__getitem__().
|
static |
Referenced by Options.Options::__getitem__().