ATLAS Offline Software
Loading...
Searching...
No Matches
AlignableTransform_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_ALIGNTRANS_P1_H
6#define DETDESCRCOND_ALIGNTRANS_P1_H
7//
8// AlignableTransform_p1.h - persistent class for AlignableTransform
9//
10// RD Schaffer, started 23/02/12
11//
12
13#include <vector>
14#include <string>
15
17public:
19
20 std::string m_tag;
21 std::vector<unsigned int> m_ids;
22 std::vector<double> m_trans;
23};
24
25#endif // DETDESCRCOND_ALIGNTRANS_P1_H
std::vector< double > m_trans
std::vector< unsigned int > m_ids