ATLAS Offline Software
DetCondCFloat_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_DETCONDCFLOAT_P1_H
6 #define DETDESCRCOND_DETCONDCFLOAT_P1_H
7 //
8 // DetCondCFloat_p1.h - persistent class for DetCondCFloat
9 //
10 // RD Schaffer, started 23/02/12
11 //
12 
13 #include <string>
14 #include <vector>
15 
17  public:
19 
20  int m_size;
21  std::string m_tag;
22  std::vector<unsigned int> m_bufKeyValue;
23  std::vector<float> m_buf;
24 };
25 
26 #endif // DETDESCRCOND_DETCONDCFLOAT_P1_H
DetCondCFloat_p1::m_buf
std::vector< float > m_buf
Definition: DetCondCFloat_p1.h:23
DetCondCFloat_p1
Definition: DetCondCFloat_p1.h:16
DetCondCFloat_p1::DetCondCFloat_p1
DetCondCFloat_p1()
Definition: DetCondCFloat_p1.h:18
DetCondCFloat_p1::m_tag
std::string m_tag
Definition: DetCondCFloat_p1.h:21
DetCondCFloat_p1::m_size
int m_size
Definition: DetCondCFloat_p1.h:20
DetCondCFloat_p1::m_bufKeyValue
std::vector< unsigned int > m_bufKeyValue
Definition: DetCondCFloat_p1.h:22