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
66acf3ed
Commit
66acf3ed
authored
2 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
fix: eicd to edm4eic in few remaining cases
parent
63699efc
No related branches found
Branches containing commit
No related tags found
1 merge request
!131
fix: eicd to edm4eic in few remaining cases
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
benchmarks/tracking_detectors/analysis/sim_track_hits.cxx
+5
-5
5 additions, 5 deletions
benchmarks/tracking_detectors/analysis/sim_track_hits.cxx
benchmarks/zdc/scripts/analysis_zdc_particles.cxx
+2
-2
2 additions, 2 deletions
benchmarks/zdc/scripts/analysis_zdc_particles.cxx
with
7 additions
and
7 deletions
benchmarks/tracking_detectors/analysis/sim_track_hits.cxx
+
5
−
5
View file @
66acf3ed
...
@@ -9,21 +9,21 @@
...
@@ -9,21 +9,21 @@
#include
<cstdlib>
#include
<cstdlib>
#include
<iostream>
#include
<iostream>
R__LOAD_LIBRARY
(
libeic
d
.
so
)
R__LOAD_LIBRARY
(
libe
dm4e
ic
.
so
)
R__LOAD_LIBRARY
(
libDD4pod
.
so
)
R__LOAD_LIBRARY
(
libDD4pod
.
so
)
#include
<fmt/format.h>
#include
<fmt/format.h>
#include
"edm4hep/MCParticleCollection.h"
#include
"edm4hep/MCParticleCollection.h"
#include
"edm4hep/SimTrackerHitCollection.h"
#include
"edm4hep/SimTrackerHitCollection.h"
#include
"eic
d
/ClusterCollection.h"
#include
"
edm4
eic/ClusterCollection.h"
#include
"eic
d
/TrackParametersCollection.h"
#include
"
edm4
eic/TrackParametersCollection.h"
#include
"eic
d
/TrackerHitCollection.h"
#include
"
edm4
eic/TrackerHitCollection.h"
using
ROOT
::
RDataFrame
;
using
ROOT
::
RDataFrame
;
using
namespace
ROOT
::
VecOps
;
using
namespace
ROOT
::
VecOps
;
auto
p_track
=
[](
std
::
vector
<
eic
d
::
TrackParametersData
>
const
&
in
)
{
auto
p_track
=
[](
std
::
vector
<
edm4
eic
::
TrackParametersData
>
const
&
in
)
{
std
::
vector
<
double
>
result
;
std
::
vector
<
double
>
result
;
for
(
size_t
i
=
0
;
i
<
in
.
size
();
++
i
)
{
for
(
size_t
i
=
0
;
i
<
in
.
size
();
++
i
)
{
result
.
push_back
(
std
::
abs
(
1.0
/
(
in
[
i
].
qOverP
)));
result
.
push_back
(
std
::
abs
(
1.0
/
(
in
[
i
].
qOverP
)));
...
...
This diff is collapsed.
Click to expand it.
benchmarks/zdc/scripts/analysis_zdc_particles.cxx
+
2
−
2
View file @
66acf3ed
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
#include
"edm4hep/MCParticleCollection.h"
#include
"edm4hep/MCParticleCollection.h"
#include
"edm4hep/SimCalorimeterHitCollection.h"
#include
"edm4hep/SimCalorimeterHitCollection.h"
#include
"eic
d/
CalorimeterHitCollection.h"
#include
"e
dm4e
icCalorimeterHitCollection.h"
#include
"eic
d/
CalorimeterHitData.h"
#include
"e
dm4e
icCalorimeterHitData.h"
#include
"TCanvas.h"
#include
"TCanvas.h"
#include
"TStyle.h"
#include
"TStyle.h"
...
...
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