ATLAS Offline Software
Loading...
Searching...
No Matches
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
16public:
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
std::vector< float > m_deadfrac_thrust
std::vector< std::string > m_keys
std::vector< int > m_codes