ATLAS Offline Software
DetDescrCondIdentifier_old.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_H
6 #define DETDESCRCOND_DETDESCRCONDIDENTIFIER_OLD_H
7 //
8 // DetDescrCondIdentifier_old.h - class used to make a
9 // TVirtualConverter to read in an Identifier object with an unsigned
10 // int and convert it to an Identifier with an unsigned long long
11 //
12 // RD Schaffer, started 23/02/12
13 //
14 
16 public:
17  unsigned int m_id;
18 };
19 
20 #endif // DETDESCRCOND_DETDESCRCONDIDENTIFIER_OLD_H
DetDescrCondIdentifier_old::m_id
unsigned int m_id
Definition: DetDescrCondIdentifier_old.h:17
DetDescrCondIdentifier_old
Definition: DetDescrCondIdentifier_old.h:15