ATLAS Offline Software
Public Member Functions | Private Attributes | List of all members
AthPyEx::MyDetObj Class Reference

#include <MyDetObj.h>

Collaboration diagram for AthPyEx::MyDetObj:

Public Member Functions

 MyDetObj (const std::string &name)
 
virtual ~MyDetObj ()
 
const std::string name ()
 

Private Attributes

std::string m_name
 

Detailed Description

Definition at line 14 of file MyDetObj.h.

Constructor & Destructor Documentation

◆ MyDetObj()

AthPyEx::MyDetObj::MyDetObj ( const std::string &  name)
inline

Definition at line 17 of file MyDetObj.h.

17 : m_name(name) { }

◆ ~MyDetObj()

virtual AthPyEx::MyDetObj::~MyDetObj ( )
inlinevirtual

Definition at line 18 of file MyDetObj.h.

18 {}

Member Function Documentation

◆ name()

const std::string AthPyEx::MyDetObj::name ( )
inline

Definition at line 20 of file MyDetObj.h.

20 { return m_name; }

Member Data Documentation

◆ m_name

std::string AthPyEx::MyDetObj::m_name
private

Definition at line 23 of file MyDetObj.h.


The documentation for this class was generated from the following file:
AthPyEx::MyDetObj::m_name
std::string m_name
Definition: MyDetObj.h:23
AthPyEx::MyDetObj::name
const std::string name()
Definition: MyDetObj.h:20