ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigSteer
HLTSeeding
src
utilities.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
4
#ifndef HLTSeeding_utilities_h
5
#define HLTSeeding_utilities_h
6
#include <cstdint>
7
8
namespace
HLTSeedingNs
{
9
// User-defined literal for uint64_t
10
constexpr
uint64_t
operator
""
_u64(
unsigned
long
long
v) {
11
return
static_cast<
uint64_t
>
(v);
12
}
13
14
}
15
16
#endif
HLTSeedingNs
Definition
utilities.h:8
Generated on
for ATLAS Offline Software by
1.17.0