ATLAS Offline Software
Loading...
Searching...
No Matches
DetCondKeyTrans_p1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DETDESCRCOND_KEYTRANS_P1_H
6#define DETDESCRCOND_KEYTRANS_P1_H
7//
8// DetCondKeyTrans_p1.h - persistent class for DetCondKeyTrans
9//
10// RD Schaffer, started 23/02/12
11//
12
13#include <string>
14#include <vector>
15
17public:
19
20 std::vector<std::string> m_keys;
21 std::vector<double> m_trans;
22};
23
24
25#endif // DETDESCRCOND_KEYTRANS_P1_H
std::vector< double > m_trans
std::vector< std::string > m_keys