ATLAS Offline Software
DetectorDescription
DetDescrCond
DetDescrCondTPCnv
DetDescrCondTPCnv
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
16
class
DetCondCFloat_p1
{
17
public
:
18
DetCondCFloat_p1
() :
m_size
(0) {}
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
Generated on Thu Nov 7 2024 21:13:39 for ATLAS Offline Software by
1.8.18