ATLAS Offline Software
TGC_IDDetDescrCnv.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef MUONCNV_TGC_IDDETDESCRCNV_H
6 #define MUONCNV_TGC_IDDETDESCRCNV_H
7 
8 #include "T_Muon_IDDetDescrCnv.h"
10 
11 
15 class TGC_IDDetDescrCnv: public T_Muon_IDDetDescrCnv<TgcIdHelper> {
16 public:
17  TGC_IDDetDescrCnv(ISvcLocator* svcloc) :
18  T_Muon_IDDetDescrCnv(svcloc, "TGC_IDDetDescrCnv") {}
19 
20 };
21 
22 #endif
T_Muon_IDDetDescrCnv.h
T_Muon_IDDetDescrCnv
Templated base class for Muon detector description converters.
Definition: T_Muon_IDDetDescrCnv.h:23
TGC_IDDetDescrCnv
Converter for TgcIdHelper.
Definition: TGC_IDDetDescrCnv.h:15
TgcIdHelper.h
TGC_IDDetDescrCnv::TGC_IDDetDescrCnv
TGC_IDDetDescrCnv(ISvcLocator *svcloc)
Definition: TGC_IDDetDescrCnv.h:17