ATLAS Offline Software
Loading...
Searching...
No Matches
DetDescrCondIdentifier_old_cnv.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef DETDESCRCOND_DETDESCRCONDIDENTIFIER_OLD_CNV_H
6#define DETDESCRCOND_DETDESCRCONDIDENTIFIER_OLD_CNV_H
7//
8// DetDescrCondIdentifier_old_cnv.h - TVirtualConverter used to read
9// in an Identifier object with an unsigned int and convert it to an
10// Identifier with an unsigned long long
11//
12// RD Schaffer, started 23/02/12
13//
14
16#include "Identifier/Identifier.h"
18
20 : public TVirtualConverter_T<Identifier, DetDescrCondIdentifier_old>
21{
22public:
23 virtual void Convert (Identifier* newobj,
24 const DetDescrCondIdentifier_old* oldobj);
25};
26
27#endif // DETDESCRCOND_DETDESCRCONDIDENTIFIER_OLD_CNV_H
Base class for Root converters.
virtual void Convert(Identifier *newobj, const DetDescrCondIdentifier_old *oldobj)
Do the conversion.
TVirtualConverter_T(TClass *trans_cls=0, TClass *pers_cls=0)