ATLAS Offline Software
Loading...
Searching...
No Matches
DetectorDescription
Identifier
src
Identifiable.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#include "
Identifier/Identifiable.h
"
6
#include "
Identifier/HWIdentifier.h
"
7
#include "
Identifier/IdentifierHash.h
"
8
#include "
Identifier/IdHelper.h
"
9
10
// default implementation
11
IdentifierHash
Identifiable::identifyHash
()
const
{
12
IdentifierHash
result
;
13
return
(
result
);
14
}
15
16
// default implementation
17
const
IdHelper
*
18
Identifiable::getHelper
()
const
{
19
return
(
nullptr
);
20
}
21
HWIdentifier.h
IdHelper.h
Identifiable.h
IdentifierHash.h
IdHelper
This is an abstract base class for helper classes that know how to convert Identifier <-> IdentifierH...
Definition
IdHelper.h:24
Identifiable::identifyHash
virtual IdentifierHash identifyHash() const
Definition
Identifiable.cxx:11
Identifiable::getHelper
virtual const IdHelper * getHelper() const
Definition
Identifiable.cxx:18
IdentifierHash
This is a "hash" representation of an Identifier.
Definition
IdentifierHash.h:25
result
Generated on
for ATLAS Offline Software by
1.14.0