Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irt
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
irt
Merge requests
!10
Draft: edm4hep refactoring
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Draft: edm4hep refactoring
edm4hep-refactoring
into
main
Overview
1
Commits
2
Pipelines
3
Changes
6
Closed
Christopher Dilks
requested to merge
edm4hep-refactoring
into
main
2 years ago
Overview
1
Commits
2
Pipelines
3
Changes
5
Expand
close
#7 (closed)
Edited
2 years ago
by
Christopher Dilks
👍
0
👎
0
Merge request reports
Viewing commit
0bacc4e1
Prev
Next
Show latest version
5 files
+
29
−
29
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
0bacc4e1
eic -> eicd
· 0bacc4e1
christopher dilks
authored
2 years ago
evaluation/include/evaluationLinkDef.h
+
3
−
3
Options
@@ -5,9 +5,9 @@
#pragma link off all classes;
#pragma link off all functions;
#pragma link C++ class std::vector<eic::CherenkovPdgHypothesis>+;
#pragma link C++ class std::vector<eic::CherenkovThetaAngleMeasurement>+;
#pragma link C++ class std::vector<eic::CherenkovParticleIDData>+;
#pragma link C++ class std::vector<eic
d
::CherenkovPdgHypothesis>+;
#pragma link C++ class std::vector<eic
d
::CherenkovThetaAngleMeasurement>+;
#pragma link C++ class std::vector<eic
d
::CherenkovParticleIDData>+;
#pragma link C++ class std::vector<dd4pod::Geant4ParticleData>+;
#pragma link C++ class std::vector<dd4pod::TrackerHitData>+;
Loading