ATLAS Offline Software
Loading...
Searching...
No Matches
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
std::vector< float > m_buf
std::vector< unsigned int > m_bufKeyValue