ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_SensorsCondData.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_SENSORSCONDDATA_H
15#define SCT_SENSORSCONDDATA_H
16
18
19// Definition of the number of elements
21
22#include <map>
23
28typedef std::map<CondAttrListCollection::ChanNum, SCT_SensorCondData> SCT_SensorsCondData;
29
30// Class definition for StoreGate
32CLASS_DEF( SCT_SensorsCondData , 198841041 , 1 )
33
34// Condition container definition for CondInputLoader
35#include "AthenaKernel/CondCont.h"
37
38#endif // SCT_SENSORSCONDDATA_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...
header file for data object for SCT_SensorsCondAlg and SCT_SensorsTool.
std::map< CondAttrListCollection::ChanNum, SCT_SensorCondData > SCT_SensorsCondData
Class for data object for SCT_SensorsCondAlg and SCT_SensorsTool.