Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
detector_benchmarks
Manage
Activity
Members
Labels
Plan
Issues
21
Issue boards
Milestones
Wiki
Code
Merge requests
7
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
benchmarks
detector_benchmarks
Commits
56fdd539
Commit
56fdd539
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
eic::TrackParametersData to eicd::TrackParametersData
parent
9c109190
No related branches found
Branches containing commit
No related tags found
1 merge request
!106
eic::TrackParametersData to eicd::TrackParametersData
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benchmarks/tracking_detectors/analysis/sim_track_hits.cxx
+1
-1
1 addition, 1 deletion
benchmarks/tracking_detectors/analysis/sim_track_hits.cxx
with
1 addition
and
1 deletion
benchmarks/tracking_detectors/analysis/sim_track_hits.cxx
+
1
−
1
View file @
56fdd539
...
...
@@ -23,7 +23,7 @@ R__LOAD_LIBRARY(libDD4pod.so)
using
ROOT
::
RDataFrame
;
using
namespace
ROOT
::
VecOps
;
auto
p_track
=
[](
std
::
vector
<
eic
::
TrackParametersData
>
const
&
in
)
{
auto
p_track
=
[](
std
::
vector
<
eic
d
::
TrackParametersData
>
const
&
in
)
{
std
::
vector
<
double
>
result
;
for
(
size_t
i
=
0
;
i
<
in
.
size
();
++
i
)
{
result
.
push_back
(
std
::
abs
(
1.0
/
(
in
[
i
].
qOverP
)));
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment