ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
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
27typedef std::array<bool, SCT_ConditionsData::STRIPS_PER_WAFER> SCT_WaferGoodStripInfo;
28
29// Class definition for StoreGate
31CLASS_DEF( SCT_WaferGoodStripInfo , 3844565 , 1 )
32
33#endif // SCT_WAFERGOODSTRIPINFO_H
macros to associate a CLID to a type
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
header file containing the number of elements and enumerated type of parameters which may be retrieve...
std::array< bool, SCT_ConditionsData::STRIPS_PER_WAFER > SCT_WaferGoodStripInfo
Class for data object used in SCT_ReadCalibDataCondAlg and SCT_AllGoodStripInfo.