ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
DMTest::D Struct Reference

Derived contained class for DataVector tests. More...

#include <D.h>

Inheritance diagram for DMTest::D:
Collaboration diagram for DMTest::D:

Public Member Functions

 D (int d=0)
 

Public Attributes

int m_x
 

Detailed Description

Derived contained class for DataVector tests.

   This derives virtually from @c B.
   Actually, for now it doesn't; this because root6 i/o
   doesn't handle it properly.

Definition at line 34 of file D.h.

Constructor & Destructor Documentation

◆ D()

DMTest::D::D ( int  d = 0)
inline

Definition at line 37 of file D.h.

37 : B (d+1), m_x (d) {}

Member Data Documentation

◆ m_x

int DMTest::D::m_x

Definition at line 39 of file D.h.


The documentation for this struct was generated from the following file:
hist_file_dump.d
d
Definition: hist_file_dump.py:137
DMTest::B::B
B(int b=0)
Definition: B.h:35
DMTest::D::m_x
int m_x
Definition: D.h:39