ATLAS Offline Software
IOVDbTestMDTEleMap.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 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 
12 //#include "IOVDbTestCnv/IOVDbTestMDTEleMap.h"
13 //#include "Identifier/Identifier.h"
14 #include <stdio.h>
15 
17  :
18  m_runNumber(0),
19  m_eventNumber(0),
20  m_timeStamp(0)
21 { }
22 
24 { }
25 
26 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 {
36  m_name = name;
37 }
38 
39 void
40 IOVDbTestMDTEleMap::set(int timeStamp, const std::string& name)
41 {
43  m_name = name;
44 }
45 
47 {
48  return (m_runNumber);
49 }
50 
52 {
53  return (m_eventNumber);
54 }
55 
57 {
58  return (m_timeStamp);
59 }
60 
61 
62 
63 
IOVDbTestMDTEleMap::set
void set(int runNumber, int eventNumber, const std::string &name)
Definition: IOVDbTestMDTEleMap.cxx:32
IOVDbTestMDTEleMap::runNumber
int runNumber() const
Definition: IOVDbTestMDTEleMap.cxx:46
IOVDbTestMDTEleMap::~IOVDbTestMDTEleMap
~IOVDbTestMDTEleMap()
Definition: IOVDbTestMDTEleMap.cxx:23
IOVDbTestMDTEleMap.h
IOVDbTestMDTEleMap::IOVDbTestMDTEleMap
IOVDbTestMDTEleMap()
Definition: IOVDbTestMDTEleMap.cxx:16
IOVDbTestMDTEleMap::m_timeStamp
int m_timeStamp
Definition: IOVDbTestMDTEleMap.h:43
IOVDbTestMDTEleMap::m_name
std::string m_name
Definition: IOVDbTestMDTEleMap.h:44
IOVDbTestMDTEleMap::m_eventNumber
int m_eventNumber
Definition: IOVDbTestMDTEleMap.h:42
IOVDbTestMDTEleMap::timeStamp
int timeStamp() const
Definition: IOVDbTestMDTEleMap.cxx:56
IOVDbTestMDTEleMap::name
std::string name() const
Definition: IOVDbTestMDTEleMap.cxx:26
IOVDbTestMDTEleMap::eventNumber
int eventNumber() const
Definition: IOVDbTestMDTEleMap.cxx:51
xAOD::eventNumber
eventNumber
Definition: EventInfo_v1.cxx:124
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAOD::timeStamp
setEventNumber timeStamp
Definition: EventInfo_v1.cxx:128
DeMoAtlasDataLoss.runNumber
string runNumber
Definition: DeMoAtlasDataLoss.py:64
IOVDbTestMDTEleMap::m_runNumber
int m_runNumber
Definition: IOVDbTestMDTEleMap.h:41