ATLAS Offline Software
MuonIdCnv_entries.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 #include "../MDT_IDDetDescrCnv.h"
5 #include "../CSC_IDDetDescrCnv.h"
6 #include "../RPC_IDDetDescrCnv.h"
7 #include "../TGC_IDDetDescrCnv.h"
8 // for nSW
9 #include "../sTGC_IDDetDescrCnv.h"
10 #include "../MM_IDDetDescrCnv.h"
11 
12 DECLARE_CONVERTER( MDT_IDDetDescrCnv )
13 DECLARE_CONVERTER( CSC_IDDetDescrCnv )
14 DECLARE_CONVERTER( RPC_IDDetDescrCnv )
15 DECLARE_CONVERTER( TGC_IDDetDescrCnv )
16 
17 // for nSW
18 DECLARE_CONVERTER( sTGC_IDDetDescrCnv )
19 DECLARE_CONVERTER( MM_IDDetDescrCnv )
20 
RPC_IDDetDescrCnv
Converter for RpcIdHelper.
Definition: RPC_IDDetDescrCnv.h:15
TGC_IDDetDescrCnv
Converter for TgcIdHelper.
Definition: TGC_IDDetDescrCnv.h:15
sTGC_IDDetDescrCnv
Converter for sTgcIdHelper.
Definition: sTGC_IDDetDescrCnv.h:15
MDT_IDDetDescrCnv
Converter for MdtIdHelper.
Definition: MDT_IDDetDescrCnv.h:15
MM_IDDetDescrCnv
Converter for MmIdHelper.
Definition: MM_IDDetDescrCnv.h:15
CSC_IDDetDescrCnv
Converter for CscIdHelper.
Definition: CSC_IDDetDescrCnv.h:15