CMS 3D CMS Logo

List of all members | Public Types | Static Public Member Functions
ExtractTObject< T > Class Template Reference

#include <ExtractTObject.h>

Public Types

typedef dqm::legacy::MonitorElement MonitorElement
 

Static Public Member Functions

static Textract (MonitorElement *me)
 

Detailed Description

template<class T>
class ExtractTObject< T >

Definition at line 9 of file ExtractTObject.h.

Member Typedef Documentation

◆ MonitorElement

Definition at line 11 of file ExtractTObject.h.

Member Function Documentation

◆ extract()

template<class T >
T * ExtractTObject< T >::extract ( MonitorElement me)
static

Definition at line 21 of file ExtractTObject.cc.

References hlt_dqm_clientPB-live_cfg::me.

21  {
22  return me ? dynamic_cast<T*>(me->getRootObject()) : nullptr;
23 }
long double T