ATLAS Offline Software
Loading...
Searching...
No Matches
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
12//#include "IOVDbTestCnv/IOVDbTestMDTEleMap.h"
13//#include "Identifier/Identifier.h"
14#include <stdio.h>
15
22
25
26const std::string& IOVDbTestMDTEleMap::name() const
27{
28 return (m_name);
29}
30
31void
38
39void
40IOVDbTestMDTEleMap::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
void set(int runNumber, int eventNumber, const std::string &name)
const std::string & name() const