ATLAS Offline Software
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 
8 #include "Identifier/IdHelper.h"
9 
10 // default implementation
13  return (result);
14 }
15 
16 // default implementation
17 const IdHelper*
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