ATLAS Offline Software
Loading...
Searching...
No Matches
DetDescrCondIdentifier_old_cnv.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// Converter from DetDescrCondIdentifier_old to 64-bit Identifier
6// $Id: DetDescrCondIdentifier_old_cnv.cxx 699569 2015-10-09 04:40:43Z ssnyder $
7
8#include "Identifier/Identifier.h"
10
12 const DetDescrCondIdentifier_old* oldobj)
13{
14 Identifier id(oldobj->m_id);
15 *newobj = id;
16// std::cout << "DetDescrCondIdentifier_old_cnv::Convert old/new " << std::hex
17// << oldobj->m_id << "/" << newobj->m_id << std::endl;
18
19}
virtual void Convert(Identifier *newobj, const DetDescrCondIdentifier_old *oldobj)
Do the conversion.