The Gaudi Framework  v36r16 (ea80daf8)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
TupleID.h
Go to the documentation of this file.
1 /***********************************************************************************\
2 * (c) Copyright 1998-2019 CERN for the benefit of the LHCb and ATLAS collaborations *
3 * *
4 * This software is distributed under the terms of the Apache version 2 licence, *
5 * copied verbatim in the file "LICENSE". *
6 * *
7 * In applying this licence, CERN does not waive the privileges and immunities *
8 * granted to it by virtue of its status as an Intergovernmental Organization *
9 * or submit itself to any jurisdiction. *
10 \***********************************************************************************/
11 #ifndef GAUDIALG_TUPLEID_H
12 #define GAUDIALG_TUPLEID_H 1
13 // ============================================================================
14 // include files
15 // ============================================================================
16 // GaudiAlg
17 // ============================================================================
18 #include "GaudiAlg/GaudiAlg.h"
19 #include "GaudiAlg/GaudiHistoID.h"
20 // ============================================================================
21 
22 // ============================================================================
29 // ============================================================================
30 namespace Tuples {
33  inline std::size_t hash_value( TupleID const& b ) { return b.hash(); }
34 } // namespace Tuples
35 // ============================================================================
36 
37 // ============================================================================
38 namespace GaudiAlg {
41  inline std::size_t hash_value( TupleID const& b ) { return b.hash(); }
42 } // namespace GaudiAlg
43 // ============================================================================
44 
45 #endif // GAUDIALG_TUPLEID_H
GaudiAlg.h
GaudiAlg
GaudiAlg::ID
Definition: GaudiHistoID.h:53
GaudiAlg::ID::hash
size_t hash() const noexcept
return hash value (for python)
Definition: GaudiHistoID.h:122
GaudiHistoID.h
Tuples
Definition: Maps.h:43
Tuples::hash_value
std::size_t hash_value(TupleID const &b)
Definition: TupleID.h:33
GaudiAlg::TupleID
Tuples::TupleID TupleID
the actual type for N-Tuple identifier
Definition: TupleID.h:40
Tuples::TupleID
GaudiAlg::ID TupleID
the actual type for N-Tuple identifier (HBOOK-style)
Definition: TupleID.h:32
std::size_t
GaudiAlg::hash_value
std::size_t hash_value(TupleID const &b)
Definition: TupleID.h:41