ATLAS Offline Software
RpcConditionPar.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
7 
8 #include <map>
9 #include <vector>
10 #include <string>
11 
14 
15 
16 #include "Identifier/Identifier.h"
18 
20 {
21  //m_panel = 0;
22  //m_stripid = 0;
23 }
24 
25 
27 { }
28 
29 void RpcConditionPar::setParametersPanel(const std::string& info_panel, const std::string& info_strip)
30 {
31  m_info_panel = info_panel;
32  m_info_strip = info_strip;
33 
34 }
RpcConditionPar::RpcConditionPar
RpcConditionPar()
Definition: RpcConditionPar.cxx:19
RpcConditionPar.h
RpcConditionPar::setParametersPanel
void setParametersPanel(const std::string &info_panel, const std::string &info_strip)
Definition: RpcConditionPar.cxx:29
Rpc_ConditionDataContainer.h
RpcConditionPar::~RpcConditionPar
~RpcConditionPar()
Definition: RpcConditionPar.cxx:26
RpcConditionPar::m_info_panel
std::string m_info_panel
Definition: RpcConditionPar.h:37
IdentifierHash.h
RpcConditionPar::m_info_strip
std::string m_info_strip
Definition: RpcConditionPar.h:38
CLASS_DEF.h
macros to associate a CLID to a type