Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EIC
Project Juggler
Commits
e629198f
Commit
e629198f
authored
Mar 21, 2022
by
Wouter Deconinck
Browse files
clang-tidy: fix source_location issues
parent
ad753180
Changes
67
Hide whitespace changes
Inline
Side-by-side
JugTrack/src/components/TrackParamTruthInit.cpp
View file @
e629198f
...
...
@@ -183,6 +183,7 @@ namespace Jug::Reco {
return
StatusCode
::
SUCCESS
;
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TrackParamTruthInit
)
}
// namespace Jug::reco
...
...
JugTrack/src/components/TrackParamVertexClusterInit.cpp
View file @
e629198f
...
...
@@ -126,6 +126,7 @@ public:
return
StatusCode
::
SUCCESS
;
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TrackParamVertexClusterInit
)
}
// namespace Jug::Reco
...
...
JugTrack/src/components/TrackProjector.cpp
View file @
e629198f
...
...
@@ -179,6 +179,7 @@ namespace Jug::Reco {
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TrajectoryFromTrackFit
)
}
// namespace Jug::Reco
JugTrack/src/components/TrackerSourceLinker.cpp
View file @
e629198f
...
...
@@ -153,6 +153,7 @@ public:
return
StatusCode
::
SUCCESS
;
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TrackerSourceLinker
)
}
// namespace Jug::Reco
...
...
JugTrack/src/components/TrackingHitsSourceLinker.cpp
View file @
e629198f
...
...
@@ -159,6 +159,7 @@ namespace Jug::Reco {
return
StatusCode
::
SUCCESS
;
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TrackingHitsSourceLinker
)
}
// namespace Jug::Reco
JugTrack/src/components/TrajectoryFromTrackFit.cpp
View file @
e629198f
...
...
@@ -179,6 +179,7 @@ namespace Jug::Reco {
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TrajectoryFromTrackFit
)
}
// namespace Jug::Reco
JugTrack/src/components/TruthTrackSeeding.cpp
View file @
e629198f
...
...
@@ -116,6 +116,7 @@ namespace Jug::Reco {
return
StatusCode
::
SUCCESS
;
}
};
// NOLINTNEXTLINE(cppcoreguidelines-avoid-non-const-global-variables)
DECLARE_COMPONENT
(
TruthTrackSeeding
)
}
// namespace Jug::reco
...
...
Prev
1
2
3
4
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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