ATLAS Offline Software
Loading...
Searching...
No Matches
Rpc_ConditionDataContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RPC_CONDITIONDATACONTAINER_H
6#define RPC_CONDITIONDATACONTAINER_H
7
9
10#include <map>
11#include <vector>
12#include <string>
13
15
16
17
18
19typedef std::map<Identifier,RpcConditionPar*> Rpc_ConditionDataContainer;
20CLASS_DEF( Rpc_ConditionDataContainer , 1307495046 , 1 )
21
22
24
25
26
27#endif // RPC_CONDITIONDATACONTAINER_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
std::map< Identifier, RpcConditionPar * > Rpc_ConditionDataContainer
std::map< Identifier, RpcConditionPar * >::iterator iRpcConditionMap
STL class.
STL namespace.