CMS 3D CMS Logo

Public Member Functions | Public Attributes

lhef::LHERunInfo::Process Struct Reference

List of all members.

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.

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

Definition at line 114 of file LHERunInfo.h.

References process.

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

Definition at line 116 of file LHERunInfo.h.

References process.

                { return this->process == process; }

Member Data Documentation

Definition at line 109 of file LHERunInfo.h.

Definition at line 110 of file LHERunInfo.h.

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.