ATLAS Offline Software
SCT_WaferGoodStripInfo.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
5 */
6 
14 #ifndef SCT_WAFERGOODSTRIPINFO_H
15 #define SCT_WAFERGOODSTRIPINFO_H
16 
17 // Definition of the number of elements
19 
20 // STL
21 #include <array>
22 
27 typedef std::array<bool, SCT_ConditionsData::STRIPS_PER_WAFER> SCT_WaferGoodStripInfo;
28 
29 // Class definition for StoreGate
30 #include "AthenaKernel/CLASS_DEF.h"
31 CLASS_DEF( SCT_WaferGoodStripInfo , 3844565 , 1 )
32 
33 #endif // SCT_WAFERGOODSTRIPINFO_H
SCT_ConditionsParameters.h
header file containing the number of elements and enumerated type of parameters which may be retrieve...
SCT_WaferGoodStripInfo
std::array< bool, SCT_ConditionsData::STRIPS_PER_WAFER > SCT_WaferGoodStripInfo
Class for data object used in SCT_ReadCalibDataCondAlg and SCT_AllGoodStripInfo.
Definition: SCT_WaferGoodStripInfo.h:27
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition: Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
CLASS_DEF.h
macros to associate a CLID to a type