ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ShowData< Type > Class Template Reference

#include <ShowData.h>

Collaboration diagram for ShowData< Type >:

Public Member Functions

 ShowData (const Type *, const std::string &, bool)
 
 ShowData (const Type &, const std::string &, bool)
 
 ~ShowData ()
 

Public Attributes

const Typem_object
 
const std::string m_element
 
const bool m_detail
 

Detailed Description

template<class Type>
class ShowData< Type >

Definition at line 8 of file ShowData.h.

Constructor & Destructor Documentation

◆ ShowData() [1/2]

template<class Type >
ShowData< Type >::ShowData ( const Type obj,
const std::string &  element,
bool  detail 
)

Definition at line 27 of file ShowData.h.

27  :
28  m_object(obj),m_element(element),m_detail(detail) {}

◆ ShowData() [2/2]

template<class Type >
ShowData< Type >::ShowData ( const Type obj,
const std::string &  element,
bool  detail 
)

Definition at line 22 of file ShowData.h.

22  :
23  m_object(&obj),m_element(element),m_detail(detail) {}

◆ ~ShowData()

template<class Type >
ShowData< Type >::~ShowData ( )
inline

Definition at line 18 of file ShowData.h.

18 {}

Member Data Documentation

◆ m_detail

template<class Type >
const bool ShowData< Type >::m_detail

Definition at line 13 of file ShowData.h.

◆ m_element

template<class Type >
const std::string ShowData< Type >::m_element

Definition at line 12 of file ShowData.h.

◆ m_object

template<class Type >
const Type* ShowData< Type >::m_object

Definition at line 11 of file ShowData.h.


The documentation for this class was generated from the following file:
detail
Definition: extract_histogram_tag.cxx:14
ShowData::m_element
const std::string m_element
Definition: ShowData.h:12
ShowData::m_detail
const bool m_detail
Definition: ShowData.h:13
python.PyAthena.obj
obj
Definition: PyAthena.py:135
ShowData::m_object
const Type * m_object
Definition: ShowData.h:11