ATLAS Offline Software
SCT_ModuleCalibParameter.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_MODULECALIBPARAMETER_H
15 #define SCT_MODULECALIBPARAMETER_H
16 
17 // Definition of the number of elements
19 
20 // Include STL stuff
21 #include <array>
22 
27 typedef std::array<float, SCT_ConditionsData::CHIPS_PER_MODULE> SCT_ModuleCalibParameter;
28 
29 // Class definition for StoreGate
30 #include "AthenaKernel/CLASS_DEF.h"
31 CLASS_DEF( SCT_ModuleCalibParameter , 119421667 , 1 )
32 
33 #endif // SCT_MODULECALIBPARAMETER_H
SCT_ConditionsParameters.h
header file containing the number of elements and enumerated type of parameters which may be retrieve...
SCT_ModuleCalibParameter
std::array< float, SCT_ConditionsData::CHIPS_PER_MODULE > SCT_ModuleCalibParameter
typedef for SCT_ReadCalibChipGainCondAlg, SCT_ReadCalibChipNoiseCondAlg, SCT_ReadCalibChipDataTool.
Definition: SCT_ModuleCalibParameter.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