Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eicd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
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
eicd
Commits
ab1a933a
Commit
ab1a933a
authored
3 years ago
by
Wouter Deconinck
Browse files
Options
Downloads
Patches
Plain Diff
Mutable datatypes in podio@0.14.1 and later
parent
c4817724
Branches
Branches containing commit
Tags
v2.0.0
1 merge request
!81
Mutable datatypes in podio@0.14.1 and later
Pipeline
#29124
failed
3 years ago
Stage: config
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+2
-2
2 additions, 2 deletions
CMakeLists.txt
eic_data.yaml
+1
-1
1 addition, 1 deletion
eic_data.yaml
with
3 additions
and
3 deletions
CMakeLists.txt
+
2
−
2
View file @
ab1a933a
...
...
@@ -14,10 +14,10 @@ if(APPLE)
endif
(
APPLE
)
find_package
(
podio 0.1
1.0
REQUIRED
)
find_package
(
podio 0.1
4.1
REQUIRED
)
include_directories
(
${
podio_INCLUDE_DIR
}
)
find_package
(
EDM4HEP REQUIRED
)
find_package
(
EDM4HEP
0.4.1
REQUIRED
)
#include(cmake/root.cmake)
list
(
APPEND CMAKE_PREFIX_PATH $ENV{ROOTSYS}
)
...
...
This diff is collapsed.
Click to expand it.
eic_data.yaml
+
1
−
1
View file @
ab1a933a
...
...
@@ -260,7 +260,7 @@ datatypes:
-
eicd::Track tracks // Tracks used for this particle
-
eicd::ReconstructedParticle particles // Reconstructed particles that have been combined to this particle
-
eicd::ParticleID particleIDs // All associated particle IDs for this particle (not sorted by likelihood)
Const
ExtraCode
:
ExtraCode
:
declaration
:
"
bool
isCompound()
const
{return
particles_size()
>
0;}
\n
"
...
...
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