CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
lhef::LHERunInfo::Process Struct Reference

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
 

Detailed Description

Definition at line 103 of file LHERunInfo.h.

Member Function Documentation

bool lhef::LHERunInfo::Process::operator< ( const Process other) const
inline

Definition at line 112 of file LHERunInfo.h.

References process.

113  { return process < other.process; }
bool lhef::LHERunInfo::Process::operator< ( int  process) const
inline

Definition at line 114 of file LHERunInfo.h.

References process.

115  { return this->process < process; }
bool lhef::LHERunInfo::Process::operator== ( int  process) const
inline

Definition at line 116 of file LHERunInfo.h.

References process.

117  { return this->process == process; }

Member Data Documentation

Counter lhef::LHERunInfo::Process::accepted

Definition at line 109 of file LHERunInfo.h.

Counter lhef::LHERunInfo::Process::acceptedBr

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().

Counter lhef::LHERunInfo::Process::killed

Definition at line 108 of file LHERunInfo.h.

int lhef::LHERunInfo::Process::process
Counter lhef::LHERunInfo::Process::selected

Definition at line 107 of file LHERunInfo.h.

Counter lhef::LHERunInfo::Process::tried

Definition at line 106 of file LHERunInfo.h.