ATLAS Offline Software
Loading...
Searching...
No Matches
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
28
29void 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}
macros to associate a CLID to a type
void setParametersPanel(const std::string &info_panel, const std::string &info_strip)
std::string m_info_panel
std::string m_info_strip