ATLAS Offline Software
DetStatusMap_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_DETSTATUSMAP_P1_H
6 #define DETDESCRCOND_DETSTATUSMAP_P1_H
7 //
8 // DetStatusMap_p1.h - persistent class for DetStatusMap
9 //
10 // RD Schaffer, started 23/02/12
11 //
12 #include <string>
13 #include <vector>
14 
16 public:
18 
19  std::vector<std::string> m_keys;
20  std::vector<int> m_codes;
21  std::vector<float> m_deadfrac_thrust;
22 };
23 
24 #endif // DETDESCRCOND_DETSTATUSMAP_P1_H
DetStatusMap_p1
Definition: DetStatusMap_p1.h:15
DetStatusMap_p1::DetStatusMap_p1
DetStatusMap_p1()
Definition: DetStatusMap_p1.h:17
DetStatusMap_p1::m_deadfrac_thrust
std::vector< float > m_deadfrac_thrust
Definition: DetStatusMap_p1.h:21
DetStatusMap_p1::m_codes
std::vector< int > m_codes
Definition: DetStatusMap_p1.h:20
DetStatusMap_p1::m_keys
std::vector< std::string > m_keys
Definition: DetStatusMap_p1.h:19