Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Project Juggler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
EIC
Project Juggler
Commits
d9a1cdfa
Commit
d9a1cdfa
authored
Dec 22, 2020
by
Whitney Armstrong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Debugging source linker
modified: TrackerSourcesLinker.cpp
parent
b779588d
Pipeline
#5396
passed with stages
in 8 minutes and 57 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
JugReco/src/components/TrackerSourcesLinker.cpp
JugReco/src/components/TrackerSourcesLinker.cpp
+3
-1
No files found.
JugReco/src/components/TrackerSourcesLinker.cpp
View file @
d9a1cdfa
...
...
@@ -43,7 +43,7 @@ namespace Jug::Reco {
public:
TrackerSourcesLinker
(
const
std
::
string
&
name
,
ISvcLocator
*
svcLoc
)
:
GaudiAlgorithm
(
name
,
svcLoc
)
{
//declareProperty("inputHitCollection", m_inputHitCollection
, "");
declareProperty
(
"trackerHitCollections"
,
m_trackerHitCollections
,
""
);
declareProperty
(
"outputSourceLinks"
,
m_outputSourceLinks
,
""
);
}
...
...
@@ -80,6 +80,8 @@ namespace Jug::Reco {
// setup local covariance
// TODO add support for per volume/layer/module settings
debug
()
<<
" m_trackerHitCollections size : "
<<
m_trackerHitCollections
.
size
()
<<
endmsg
;
for
(
const
auto
&
col
:
m_trackerHitCollections
)
{
// input collection
//const eic::TrackerHitCollection* hits = m_inputHitCollection.get();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment