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< ecalcond::Container > Struct Template Reference

Public Member Functions

ecalcond::How const & how () const
 
ecalcond::How const & how () const
 
void set_how (ecalcond::How i)
 
void set_how (ecalcond::How i)
 
void set_which (std::vector< int > &i)
 
void set_which (std::vector< int > &i)
 
std::vector< int > const & which () const
 
std::vector< int > const & which () const
 

Public Attributes

ecalcond::How m_how
 
std::vector< int > m_which
 

Detailed Description

template<>
struct cond::ExtractWhat< ecalcond::Container >

Definition at line 74 of file EcalChannelStatusPyWrapper.cc.

Member Function Documentation

ecalcond::How const& cond::ExtractWhat< ecalcond::Container >::how ( ) const
inline

Definition at line 79 of file EcalChannelStatusPyWrapper.cc.

ecalcond::How const& cond::ExtractWhat< ecalcond::Container >::how ( ) const
inline
void cond::ExtractWhat< ecalcond::Container >::set_how ( ecalcond::How  i)
inline

Definition at line 82 of file EcalChannelStatusPyWrapper.cc.

References i.

void cond::ExtractWhat< ecalcond::Container >::set_how ( ecalcond::How  i)
inline

Definition at line 98 of file EcalFloatCondObjectContainerPyWrapper.cc.

References i.

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

Definition at line 83 of file EcalChannelStatusPyWrapper.cc.

83 { m_which.swap(i);}
int i
Definition: DBlmapReader.cc:9
void cond::ExtractWhat< ecalcond::Container >::set_which ( std::vector< int > &  i)
inline

Definition at line 99 of file EcalFloatCondObjectContainerPyWrapper.cc.

99 { m_which.swap(i);}
int i
Definition: DBlmapReader.cc:9
std::vector<int> const& cond::ExtractWhat< ecalcond::Container >::which ( ) const
inline

Definition at line 80 of file EcalChannelStatusPyWrapper.cc.

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

Member Data Documentation

Definition at line 76 of file EcalChannelStatusPyWrapper.cc.

std::vector< int > cond::ExtractWhat< ecalcond::Container >::m_which

Definition at line 77 of file EcalChannelStatusPyWrapper.cc.