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
cscdqm::LookupKeyType Struct Reference

MO Lookup List object definition. More...

#include <CSCDQM_Cache.h>

Public Member Functions

 LookupKeyType (const HistoDef &histo_, MonitorObject *&mo_)
 

Public Attributes

HistoDef histo
 
MonitorObjectmo
 
std::string path
 

Detailed Description

MO Lookup List object definition.

Definition at line 90 of file CSCDQM_Cache.h.

Constructor & Destructor Documentation

cscdqm::LookupKeyType::LookupKeyType ( const HistoDef histo_,
MonitorObject *&  mo_ 
)
inline

Definition at line 94 of file CSCDQM_Cache.h.

References cscdqm::HistoDef::getPath(), histo, and path.

94  : histo(histo_), mo(mo_) {
95  path = histo.getPath();
96  }
MonitorObject * mo
Definition: CSCDQM_Cache.h:93
virtual const std::string getPath() const
Get path part of the histogram (used only for DDUs and CSCs)

Member Data Documentation

HistoDef cscdqm::LookupKeyType::histo

Definition at line 91 of file CSCDQM_Cache.h.

Referenced by LookupKeyType().

MonitorObject* cscdqm::LookupKeyType::mo

Definition at line 93 of file CSCDQM_Cache.h.

std::string cscdqm::LookupKeyType::path

Definition at line 92 of file CSCDQM_Cache.h.

Referenced by python.rootplot.rootmath.Target::__repr__(), and LookupKeyType().