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
cond::ExtractWhat< RPCObImon > Struct Template Reference

Public Member Functions

float const & endTime () const
 
rpcobimon::How const & how () const
 
void set_endtime (float &i)
 
void set_how (rpcobimon::How i)
 
void set_starttime (float &i)
 
void set_which (std::vector< int > &i)
 
float const & startTime () const
 
std::vector< int > const & which () const
 

Public Attributes

float m_endtime
 
rpcobimon::How m_how
 
float m_starttime
 
std::vector< int > m_which
 

Detailed Description

template<>
struct cond::ExtractWhat< RPCObImon >

Definition at line 119 of file RPCObImonPyWrapper.cc.

Member Function Documentation

float const& cond::ExtractWhat< RPCObImon >::endTime ( ) const
inline

Definition at line 129 of file RPCObImonPyWrapper.cc.

rpcobimon::How const& cond::ExtractWhat< RPCObImon >::how ( ) const
inline

Definition at line 126 of file RPCObImonPyWrapper.cc.

126 { return m_how;}
void cond::ExtractWhat< RPCObImon >::set_endtime ( float &  i)
inline

Definition at line 134 of file RPCObImonPyWrapper.cc.

References i.

void cond::ExtractWhat< RPCObImon >::set_how ( rpcobimon::How  i)
inline

Definition at line 131 of file RPCObImonPyWrapper.cc.

References i.

131 {m_how=i;}
int i
Definition: DBlmapReader.cc:9
void cond::ExtractWhat< RPCObImon >::set_starttime ( float &  i)
inline

Definition at line 133 of file RPCObImonPyWrapper.cc.

References i.

void cond::ExtractWhat< RPCObImon >::set_which ( std::vector< int > &  i)
inline

Definition at line 132 of file RPCObImonPyWrapper.cc.

132 { m_which.swap(i);}
int i
Definition: DBlmapReader.cc:9
float const& cond::ExtractWhat< RPCObImon >::startTime ( ) const
inline

Definition at line 128 of file RPCObImonPyWrapper.cc.

std::vector<int> const& cond::ExtractWhat< RPCObImon >::which ( ) const
inline

Definition at line 127 of file RPCObImonPyWrapper.cc.

127 { return m_which;}

Member Data Documentation

float cond::ExtractWhat< RPCObImon >::m_endtime

Definition at line 124 of file RPCObImonPyWrapper.cc.

Definition at line 121 of file RPCObImonPyWrapper.cc.

float cond::ExtractWhat< RPCObImon >::m_starttime

Definition at line 123 of file RPCObImonPyWrapper.cc.

std::vector<int> cond::ExtractWhat< RPCObImon >::m_which

Definition at line 122 of file RPCObImonPyWrapper.cc.