ATLAS Offline Software
Loading...
Searching...
No Matches
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
13
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
27typedef std::array<float, SCT_ConditionsData::CHIPS_PER_MODULE> SCT_ModuleCalibParameter;
28
29// Class definition for StoreGate
31CLASS_DEF( SCT_ModuleCalibParameter , 119421667 , 1 )
32
33#endif // SCT_MODULECALIBPARAMETER_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< float, SCT_ConditionsData::CHIPS_PER_MODULE > SCT_ModuleCalibParameter
typedef for SCT_ReadCalibChipGainCondAlg, SCT_ReadCalibChipNoiseCondAlg, SCT_ReadCalibChipDataTool.