ATLAS Offline Software
Loading...
Searching...
No Matches
PerfMonTest::DHit Class Reference

#include <Hit.h>

Inheritance diagram for PerfMonTest::DHit:
Collaboration diagram for PerfMonTest::DHit:

Public Member Functions

 DHit ()
 DHit (double x, double y, unsigned int id)
virtual unsigned int id ()

Public Attributes

double m_x
double m_y
unsigned int m_id

Detailed Description

Constructor & Destructor Documentation

◆ DHit() [1/2]

◆ DHit() [2/2]

PerfMonTest::DHit::DHit ( double x,
double y,
unsigned int id )
inline

Definition at line 21 of file Control/PerformanceMonitoring/PerfMonTests/src/Hit.h.

21 :
22 IHit(), m_x(x), m_y(y), m_id(id) {}
#define y
#define x

Member Function Documentation

◆ id()

virtual unsigned int PerfMonTest::DHit::id ( )
inlinevirtual

Implements PerfMonTest::IHit.

Definition at line 23 of file Control/PerformanceMonitoring/PerfMonTests/src/Hit.h.

23{ return m_id; }

Member Data Documentation

◆ m_id

unsigned int PerfMonTest::DHit::m_id

◆ m_x

double PerfMonTest::DHit::m_x

◆ m_y

double PerfMonTest::DHit::m_y

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