ATLAS Offline Software
Loading...
Searching...
No Matches
CorrContainer.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONALIGNMENTDATA_CORRCONTAINER_H
6#define MUONALIGNMENTDATA_CORRCONTAINER_H
7
13
14#include <set>
15
16using ALineContainer = std::set<ALinePar, std::less<>>;
17CLASS_DEF( ALineContainer , 1206027754 , 1 );
19
20using BLineContainer = std::set<BLinePar, std::less<>>;
21CLASS_DEF( BLineContainer , 1162339375 , 1 );
23
24using MdtAsBuiltContainer = std::set<MdtAsBuiltPar, std::less<>>;
25CLASS_DEF( MdtAsBuiltContainer , 1241118903 , 1 );
27
28#endif // MUONALIGNMENTDATA_ALINEPARCONTAINER_H
Hold mappings of ranges to condition objects.
#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
std::set< ALinePar, std::less<> > ALineContainer
std::set< MdtAsBuiltPar, std::less<> > MdtAsBuiltContainer
std::set< BLinePar, std::less<> > BLineContainer