Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LHCb
Phys
Commits
468cdd5a
Commit
468cdd5a
authored
Nov 25, 2021
by
Marco Clemencic
Browse files
make sure we do not get clashes in dictionaries instantiations
parent
e52c6db1
Pipeline
#3282841
passed with stage
in 31 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Phys/KalmanFilter/dict/KalmanFilterDict.h
View file @
468cdd5a
...
...
@@ -42,7 +42,7 @@
// ============================================================================
namespace
{
// ==========================================================================
struct
_Instantiations
{
struct
KalmanFilter
_Instantiations
{
// ========================================================================
LoKi
::
KalmanFilter
::
Entries
m_entries
;
LoKi
::
KalmanFilter
::
TrEntries4
m_entries4
;
...
...
Phys/LoKiArrayFunctors/include/LoKi/LoKiArrayFunctors_dct.h
View file @
468cdd5a
...
...
@@ -152,10 +152,7 @@ namespace LoKi {
// ============================================================================
namespace
{
// ==========================================================================
struct
_Instantiations
{
// ========================================================================
/// fictive constructor
_Instantiations
();
struct
LoKiArray_Instantiations
{
// ========================================================================
// the basic functions
LoKi
::
Dicts
::
Funcs
<
LoKi
::
ATypes
::
Combination
>
m_f1
;
...
...
Phys/LoKiPhys/include/LoKi/LoKiPhys_dct.h
View file @
468cdd5a
...
...
@@ -516,9 +516,7 @@ namespace LoKi {
// ============================================================================
namespace
{
// ==========================================================================
struct
_Instantiations
{
// fictive constructor
_Instantiations
();
struct
LoKiPhys_Instantiations
{
// the basic types
LoKi
::
Types
::
Range
m_r1
;
LoKi
::
Types
::
VRange
m_r2
;
...
...
Phys/LoKiProtoParticles/dict/LoKiProtoParticlesDict.h
View file @
468cdd5a
...
...
@@ -100,10 +100,7 @@ namespace LoKi {
// ============================================================================
namespace
{
// ==========================================================================
struct
_Instantiations
{
// ========================================================================
/// fictive constructor
_Instantiations
();
struct
LoKiProtoParticles_Instantiations
{
// ========================================================================
// the basic functions
LoKi
::
Dicts
::
Funcs
<
const
LHCb
::
ProtoParticle
*>
m_f1
;
...
...
Phys/PhysDict/dict/PhysDict.h
View file @
468cdd5a
...
...
@@ -24,7 +24,7 @@
#include
"Event/RecVertex.h"
namespace
{
struct
_Instantiations
{
struct
PhysDict
_Instantiations
{
std
::
pair
<
std
::
string
,
LHCb
::
HltDecReport
>
_i1
;
std
::
vector
<
std
::
pair
<
std
::
string
,
LHCb
::
HltDecReport
>>
_i2
;
GaudiUtils
::
VectorMap
<
std
::
string
,
LHCb
::
HltDecReport
>
_i3
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment