ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_NoiseCalibData.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_NOISECALIBDATA_H
15#define SCT_NOISECALIBDATA_H
16
18
19// Definition of the number of elements
21
26typedef std::array<SCT_ModuleNoiseCalibData, SCT_ConditionsData::NUMBER_OF_MODULES> SCT_NoiseCalibData;
27
28// Class definition for StoreGate
30CLASS_DEF( SCT_NoiseCalibData , 58952480 , 1 )
31
32// Condition container definition for CondInputLoader
33#include "AthenaKernel/CondCont.h"
35
36#endif // SCT_NOISECALIBDATA_H
#define CONDCONT_DEF(...)
Definition CondCont.h:1413
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< SCT_ModuleNoiseCalibData, SCT_ConditionsData::NUMBER_OF_MODULES > SCT_NoiseCalibData
Class for data object used in SCT_ReadCalibChipNoiseCondAlg and SCT_ReadCalibChipDataTool.