ATLAS Offline Software
Loading...
Searching...
No Matches
RpcConditionPar.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONCONDDATA_RPCCONDITIONPAR_H
6#define MUONCONDDATA_RPCCONDITIONPAR_H
7
8
9#include "Identifier/Identifier.h"
11
13
14 public:
15
16 // Default constructor
18 // destructor
20
21 // Full constructor
22
24 //std::string key() {return m_stationKey;}
25
26 void setParametersPanel(const std::string& info_panel, const std::string& info_strip);
27
28 void getParametersPanel(std::string& info_panel, std::string& info_strip);
29
30
31
32 private:
33
34
35
36 //float m_stripid;
37 std::string m_info_panel;
38 std::string m_info_strip;
39 //float m_panel;
40 protected:
41
43
44
45};
46
47
48#endif // MUONCONDDATA_RPCCONDITIONPAR_H
49
void getParametersPanel(std::string &info_panel, std::string &info_strip)
void setParametersPanel(const std::string &info_panel, const std::string &info_strip)
Identifier identify()
std::string m_info_panel
std::string m_info_strip