ATLAS Offline Software
Loading...
Searching...
No Matches
D3PDTest::Obj5 Class Reference

Test class for D3PD maker (aux data). More...

#include <Obj5.h>

Inheritance diagram for D3PDTest::Obj5:
Collaboration diagram for D3PDTest::Obj5:

Public Member Functions

 Obj5 ()
 Obj5 (int x)

Public Attributes

int m_obj5

Detailed Description

Test class for D3PD maker (aux data).

This gets put into StoreGate and we fill tuples from it.

Definition at line 32 of file Obj5.h.

Constructor & Destructor Documentation

◆ Obj5() [1/2]

D3PDTest::Obj5::Obj5 ( )

Definition at line 20 of file Obj5.cxx.

21 : m_obj5(0)
22{
23}
int m_obj5
Definition Obj5.h:39

◆ Obj5() [2/2]

D3PDTest::Obj5::Obj5 ( int x)

Definition at line 26 of file Obj5.cxx.

27 : m_obj5 (x+100)
28{
29}
#define x

Member Data Documentation

◆ m_obj5

int D3PDTest::Obj5::m_obj5

Definition at line 39 of file Obj5.h.


The documentation for this class was generated from the following files: