CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
HLTPerformanceInfo::Path Class Reference

#include <HLTPerformanceInfo.h>

Public Member Functions

void addModuleRef (size_t m)
 
ModulesInPath::const_iterator begin ()
 
void clear ()
 
ModulesInPath::const_iterator end ()
 
size_t getModuleIndex (size_t j) const
 
std::string name () const
 
size_t numberOfModules () const
 
bool operator== (const char *tname)
 
const size_t operator[] (size_t m) const
 
 Path (const std::string n="unknown")
 
void setStatus (const edm::HLTPathStatus &result)
 
edm::HLTPathStatus status () const
 

Private Attributes

ModulesInPath moduleView_
 
std::string name_
 
edm::HLTPathStatus status_
 

Detailed Description

Definition at line 55 of file HLTPerformanceInfo.h.

Constructor & Destructor Documentation

HLTPerformanceInfo::Path::Path ( const std::string  n = "unknown")
inline

Member Function Documentation

void HLTPerformanceInfo::Path::addModuleRef ( size_t  m)
inline
ModulesInPath::const_iterator HLTPerformanceInfo::Path::begin ( void  )
inline

Definition at line 77 of file HLTPerformanceInfo.h.

77 { return moduleView_.begin(); }
void HLTPerformanceInfo::Path::clear ( void  )
inline
ModulesInPath::const_iterator HLTPerformanceInfo::Path::end ( void  )
inline

Definition at line 78 of file HLTPerformanceInfo.h.

Referenced by Types.LuminosityBlockRange::cppID(), and Types.EventRange::cppID().

78 { return moduleView_.end(); }
size_t HLTPerformanceInfo::Path::getModuleIndex ( size_t  j) const
inline

Definition at line 79 of file HLTPerformanceInfo.h.

std::string HLTPerformanceInfo::Path::name ( ) const
inline
size_t HLTPerformanceInfo::Path::numberOfModules ( ) const
inline

Definition at line 81 of file HLTPerformanceInfo.h.

81 { return moduleView_.size(); };
bool HLTPerformanceInfo::Path::operator== ( const char *  tname)
inline
const size_t HLTPerformanceInfo::Path::operator[] ( size_t  m) const
inline
void HLTPerformanceInfo::Path::setStatus ( const edm::HLTPathStatus result)
inline

Definition at line 64 of file HLTPerformanceInfo.h.

References mps_fire::result.

64 { status_ = result; }
edm::HLTPathStatus status_
edm::HLTPathStatus HLTPerformanceInfo::Path::status ( ) const
inline

Definition at line 66 of file HLTPerformanceInfo.h.

References HLTPerformanceInfo::Module::status_.

66 { return status_; }
edm::HLTPathStatus status_

Member Data Documentation

ModulesInPath HLTPerformanceInfo::Path::moduleView_
private

Definition at line 58 of file HLTPerformanceInfo.h.

std::string HLTPerformanceInfo::Path::name_
private

Definition at line 57 of file HLTPerformanceInfo.h.

edm::HLTPathStatus HLTPerformanceInfo::Path::status_
private

Definition at line 59 of file HLTPerformanceInfo.h.