Public Member Functions | |
bool | operator< (const Process &other) const |
bool | operator< (int process) const |
bool | operator== (int process) const |
Public Attributes | |
Counter | accepted |
Counter | acceptedBr |
unsigned int | heprupIndex |
Counter | killed |
int | process |
Counter | selected |
Counter | tried |
Definition at line 103 of file LHERunInfo.h.
bool lhef::LHERunInfo::Process::operator< | ( | const Process & | other | ) | const [inline] |
Definition at line 112 of file LHERunInfo.h.
References process.
{ return process < other.process; }
bool lhef::LHERunInfo::Process::operator< | ( | int | process | ) | const [inline] |
Definition at line 114 of file LHERunInfo.h.
References process.
bool lhef::LHERunInfo::Process::operator== | ( | int | process | ) | const [inline] |
Definition at line 116 of file LHERunInfo.h.
References process.
Definition at line 109 of file LHERunInfo.h.
Definition at line 110 of file LHERunInfo.h.
unsigned int lhef::LHERunInfo::Process::heprupIndex |
Definition at line 105 of file LHERunInfo.h.
Referenced by lhef::LHERunInfo::init().
Definition at line 108 of file LHERunInfo.h.
Definition at line 104 of file LHERunInfo.h.
Referenced by lhef::LHERunInfo::init(), operator<(), and operator==().
Definition at line 107 of file LHERunInfo.h.
Definition at line 106 of file LHERunInfo.h.