ATLAS Offline Software
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
get_generator_info.result
result
Definition:
get_generator_info.py:21
Identifiable::getHelper
virtual const IdHelper * getHelper() const
Definition:
Identifiable.cxx:18
IdHelper.h
Identifiable.h
IdHelper
This is an abstract base class for helper classes that know how to convert Identifier <-> IdentifierH...
Definition:
IdHelper.h:24
HWIdentifier.h
IdentifierHash.h
IdentifierHash
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Definition:
IdentifierHash.h:25
Identifiable::identifyHash
virtual IdentifierHash identifyHash() const
Definition:
Identifiable.cxx:11
Generated on Thu Nov 7 2024 21:16:36 for ATLAS Offline Software by
1.8.18