ATLAS Offline Software
SCT_ModuleGainCalibData.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_MODULEGAINCALIBDATA_H
15 #define SCT_MODULEGAINCALIBDATA_H
16 
18 
19 // Definition of the number of elements
21 
26 typedef std::array<SCT_ModuleCalibParameter, SCT_ConditionsData::N_NPTGAIN> SCT_ModuleGainCalibData;
27 
28 // Class definition for StoreGate
29 #include "AthenaKernel/CLASS_DEF.h"
30 CLASS_DEF( SCT_ModuleGainCalibData , 48634490 , 1 )
31 
32 #endif // SCT_MODULEGAINCALIBDATA_H
SCT_ConditionsParameters.h
header file containing the number of elements and enumerated type of parameters which may be retrieve...
SCT_ModuleCalibParameter.h
header file for data object for a calibration parameter per chip of a module
SCT_ModuleGainCalibData
std::array< SCT_ModuleCalibParameter, SCT_ConditionsData::N_NPTGAIN > SCT_ModuleGainCalibData
Typedef for data object used in SCT_ReadCalibChipGainCondAlg and SCT_ReadCalibChipDataTool.
Definition: SCT_ModuleGainCalibData.h:26
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