Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project Juggler
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Wiki
Code
Merge requests
21
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Project Juggler
Merge requests
!64
Added Source linker which takes multiple hit collections of tracker hits
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added Source linker which takes multiple hit collections of tracker hits
multi_col_src_linker
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
Whitney Armstrong
requested to merge
multi_col_src_linker
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Note that there is an "s" in the name of the new algo.
👍
0
👎
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fdb99566
1 commit,
4 years ago
3 files
+
147
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
JugReco/src/components/TrackerSourceLinker.cpp
+
0
−
10
Options
// This file is part of the Acts project.
//
// Copyright (C) 2019 CERN for the benefit of the Acts project
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
//#include "HitSmearing.hpp"
#include
"JugReco/GeometryContainers.hpp"
// Gaudi
Loading