ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
ExampleHit_p1 Class Reference

This class provides a dummy hit data object for AthenaPool. More...

#include <ExampleHit_p1.h>

Collaboration diagram for ExampleHit_p1:

Public Member Functions

 ExampleHit_p1 ()
 Default Constructor. More...
 
virtual ~ExampleHit_p1 ()
 Destructor. More...
 

Public Attributes

HepGeom::Vector3D< double > m_vec
 
std::string m_detector
 

Detailed Description

This class provides a dummy hit data object for AthenaPool.

Definition at line 20 of file ExampleHit_p1.h.

Constructor & Destructor Documentation

◆ ExampleHit_p1()

ExampleHit_p1::ExampleHit_p1 ( )
inline

Default Constructor.

Definition at line 24 of file ExampleHit_p1.h.

24 : m_vec(0.0, 0.0, 0.0), m_detector("") {}

◆ ~ExampleHit_p1()

virtual ExampleHit_p1::~ExampleHit_p1 ( )
inlinevirtual

Destructor.

Definition at line 26 of file ExampleHit_p1.h.

26 {}

Member Data Documentation

◆ m_detector

std::string ExampleHit_p1::m_detector

Definition at line 29 of file ExampleHit_p1.h.

◆ m_vec

HepGeom::Vector3D<double> ExampleHit_p1::m_vec

Definition at line 28 of file ExampleHit_p1.h.


The documentation for this class was generated from the following file:
ExampleHit_p1::m_vec
HepGeom::Vector3D< double > m_vec
Definition: ExampleHit_p1.h:28
ExampleHit_p1::m_detector
std::string m_detector
Definition: ExampleHit_p1.h:29