The Gaudi Framework  master (594c33fa)
RootHistCnv::RHistogramCnv< T, S, Q >::TTH< CLASS > Class Template Reference

Public Member Functions

template<typename INPUT >
 TTH (INPUT *i)
 
template<typename INPUT >
bool CopyH (INPUT &i)
 

Private Attributes

CLASS * m_c = nullptr
 

Detailed Description

template<typename T, typename S, typename Q>
template<typename CLASS>
class RootHistCnv::RHistogramCnv< T, S, Q >::TTH< CLASS >

Definition at line 43 of file RHistogramCnv.h.

Constructor & Destructor Documentation

◆ TTH()

template<typename T , typename S , typename Q >
template<typename CLASS >
template<typename INPUT >
RootHistCnv::RHistogramCnv< T, S, Q >::TTH< CLASS >::TTH ( INPUT *  i)
inline

Definition at line 46 of file RHistogramCnv.h.

46 : m_c( dynamic_cast<CLASS*>( i ) ) {}

Member Function Documentation

◆ CopyH()

template<typename T , typename S , typename Q >
template<typename CLASS >
template<typename INPUT >
bool RootHistCnv::RHistogramCnv< T, S, Q >::TTH< CLASS >::CopyH ( INPUT &  i)
inline

Definition at line 48 of file RHistogramCnv.h.

48  {
49  if ( m_c ) { m_c->Copy( i ); }
50  return m_c != nullptr;
51  }

Member Data Documentation

◆ m_c

template<typename T , typename S , typename Q >
template<typename CLASS >
CLASS* RootHistCnv::RHistogramCnv< T, S, Q >::TTH< CLASS >::m_c = nullptr
private

Definition at line 54 of file RHistogramCnv.h.


The documentation for this class was generated from the following file:
RootHistCnv::RHistogramCnv::TTH::m_c
CLASS * m_c
Definition: RHistogramCnv.h:54