ATLAS Offline Software
Loading...
Searching...
No Matches
sTGC_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_STGC_IDDETDESCRCNV_H
6#define MUONCNV_STGC_IDDETDESCRCNV_H
7
10
11
15class sTGC_IDDetDescrCnv: public T_Muon_IDDetDescrCnv<sTgcIdHelper> {
16public:
17 sTGC_IDDetDescrCnv(ISvcLocator* svcloc) :
18 T_Muon_IDDetDescrCnv(svcloc, "sTGC_IDDetDescrCnv") {}
19
20};
21
22#endif
T_Muon_IDDetDescrCnv(ISvcLocator *svcloc, const char *name)
sTGC_IDDetDescrCnv(ISvcLocator *svcloc)