ATLAS Offline Software
Loading...
Searching...
No Matches
IOVDbTestMDTEleMap Class Reference

#include <IOVDbTestMDTEleMap.h>

Collaboration diagram for IOVDbTestMDTEleMap:

Public Member Functions

 IOVDbTestMDTEleMap ()
 ~IOVDbTestMDTEleMap ()
int runNumber () const
int eventNumber () const
int timeStamp () const
const std::string & name () const
void set (int runNumber, int eventNumber, const std::string &name)
void set (int timeStamp, const std::string &name)

Private Attributes

int m_runNumber
int m_eventNumber
int m_timeStamp
std::string m_name

Detailed Description

Definition at line 22 of file IOVDbTestMDTEleMap.h.

Constructor & Destructor Documentation

◆ IOVDbTestMDTEleMap()

IOVDbTestMDTEleMap::IOVDbTestMDTEleMap ( )

◆ ~IOVDbTestMDTEleMap()

IOVDbTestMDTEleMap::~IOVDbTestMDTEleMap ( )

Definition at line 23 of file IOVDbTestMDTEleMap.cxx.

24{ }

Member Function Documentation

◆ eventNumber()

int IOVDbTestMDTEleMap::eventNumber ( ) const

Definition at line 51 of file IOVDbTestMDTEleMap.cxx.

52{
53 return (m_eventNumber);
54}

◆ name()

const std::string & IOVDbTestMDTEleMap::name ( ) const

Definition at line 26 of file IOVDbTestMDTEleMap.cxx.

27{
28 return (m_name);
29}

◆ runNumber()

int IOVDbTestMDTEleMap::runNumber ( ) const

Definition at line 46 of file IOVDbTestMDTEleMap.cxx.

47{
48 return (m_runNumber);
49}

◆ set() [1/2]

void IOVDbTestMDTEleMap::set ( int runNumber,
int eventNumber,
const std::string & name )

Definition at line 32 of file IOVDbTestMDTEleMap.cxx.

33{
36 m_name = name;
37}
const std::string & name() const

◆ set() [2/2]

void IOVDbTestMDTEleMap::set ( int timeStamp,
const std::string & name )

Definition at line 40 of file IOVDbTestMDTEleMap.cxx.

41{
43 m_name = name;
44}

◆ timeStamp()

int IOVDbTestMDTEleMap::timeStamp ( ) const

Definition at line 56 of file IOVDbTestMDTEleMap.cxx.

57{
58 return (m_timeStamp);
59}

Member Data Documentation

◆ m_eventNumber

int IOVDbTestMDTEleMap::m_eventNumber
private

Definition at line 42 of file IOVDbTestMDTEleMap.h.

◆ m_name

std::string IOVDbTestMDTEleMap::m_name
private

Definition at line 44 of file IOVDbTestMDTEleMap.h.

◆ m_runNumber

int IOVDbTestMDTEleMap::m_runNumber
private

Definition at line 41 of file IOVDbTestMDTEleMap.h.

◆ m_timeStamp

int IOVDbTestMDTEleMap::m_timeStamp
private

Definition at line 43 of file IOVDbTestMDTEleMap.h.


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