ATLAS Offline Software
Loading...
Searching...
No Matches
AtlasTest
DatabaseTest
IOVDbTestConditions
src
IOVDbTestMDTEleMap.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/***************************************************************************
6
-----------------------------------------
7
***************************************************************************
8
this class reads in the electronic mapping from the TBElectronics.map-file to return the Muon-Offline-Identifier to a given channel.
9
***************************************************************************/
10
11
#include "
IOVDbTestConditions/IOVDbTestMDTEleMap.h
"
12
//#include "IOVDbTestCnv/IOVDbTestMDTEleMap.h"
13
//#include "Identifier/Identifier.h"
14
#include <stdio.h>
15
16
IOVDbTestMDTEleMap::IOVDbTestMDTEleMap
()
17
:
18
m_runNumber
(0),
19
m_eventNumber
(0),
20
m_timeStamp
(0)
21
{ }
22
23
IOVDbTestMDTEleMap::~IOVDbTestMDTEleMap
()
24
{ }
25
26
const
std::string&
IOVDbTestMDTEleMap::name
()
const
27
{
28
return
(
m_name
);
29
}
30
31
void
32
IOVDbTestMDTEleMap::set
(
int
runNumber
,
int
eventNumber
,
const
std::string&
name
)
33
{
34
m_runNumber
=
runNumber
;
35
m_eventNumber
=
eventNumber
;
36
m_name
=
name
;
37
}
38
39
void
40
IOVDbTestMDTEleMap::set
(
int
timeStamp
,
const
std::string&
name
)
41
{
42
m_timeStamp
=
timeStamp
;
43
m_name
=
name
;
44
}
45
46
int
IOVDbTestMDTEleMap::runNumber
()
const
47
{
48
return
(
m_runNumber
);
49
}
50
51
int
IOVDbTestMDTEleMap::eventNumber
()
const
52
{
53
return
(
m_eventNumber
);
54
}
55
56
int
IOVDbTestMDTEleMap::timeStamp
()
const
57
{
58
return
(
m_timeStamp
);
59
}
60
61
62
63
IOVDbTestMDTEleMap.h
IOVDbTestMDTEleMap::IOVDbTestMDTEleMap
IOVDbTestMDTEleMap()
Definition
IOVDbTestMDTEleMap.cxx:16
IOVDbTestMDTEleMap::~IOVDbTestMDTEleMap
~IOVDbTestMDTEleMap()
Definition
IOVDbTestMDTEleMap.cxx:23
IOVDbTestMDTEleMap::set
void set(int runNumber, int eventNumber, const std::string &name)
Definition
IOVDbTestMDTEleMap.cxx:32
IOVDbTestMDTEleMap::m_eventNumber
int m_eventNumber
Definition
IOVDbTestMDTEleMap.h:42
IOVDbTestMDTEleMap::m_timeStamp
int m_timeStamp
Definition
IOVDbTestMDTEleMap.h:43
IOVDbTestMDTEleMap::name
const std::string & name() const
Definition
IOVDbTestMDTEleMap.cxx:26
IOVDbTestMDTEleMap::runNumber
int runNumber() const
Definition
IOVDbTestMDTEleMap.cxx:46
IOVDbTestMDTEleMap::m_runNumber
int m_runNumber
Definition
IOVDbTestMDTEleMap.h:41
IOVDbTestMDTEleMap::eventNumber
int eventNumber() const
Definition
IOVDbTestMDTEleMap.cxx:51
IOVDbTestMDTEleMap::timeStamp
int timeStamp() const
Definition
IOVDbTestMDTEleMap.cxx:56
IOVDbTestMDTEleMap::m_name
std::string m_name
Definition
IOVDbTestMDTEleMap.h:44
Generated on
for ATLAS Offline Software by
1.14.0