Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Gaudi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Frank Winklmeier
Gaudi
Commits
a73fc4b4
Commit
a73fc4b4
authored
3 years ago
by
Frank Winklmeier
Browse files
Options
Downloads
Patches
Plain Diff
Add private tool to SvcWithTool example
parent
27905625
No related branches found
No related tags found
No related merge requests found
Pipeline
#3261391
passed with warnings
3 years ago
Stage: pre-build-checks
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GaudiExamples/src/AlgTools/MyServiceWithTool.cpp
+2
-1
2 additions, 1 deletion
GaudiExamples/src/AlgTools/MyServiceWithTool.cpp
with
2 additions
and
1 deletion
GaudiExamples/src/AlgTools/MyServiceWithTool.cpp
+
2
−
1
View file @
a73fc4b4
/***********************************************************************************\
/***********************************************************************************\
* (c) Copyright 1998-201
9
CERN for the benefit of the LHCb and ATLAS collaborations *
* (c) Copyright 1998-20
2
1 CERN for the benefit of the LHCb and ATLAS collaborations *
* *
* *
* This software is distributed under the terms of the Apache version 2 licence, *
* This software is distributed under the terms of the Apache version 2 licence, *
* copied verbatim in the file "LICENSE". *
* copied verbatim in the file "LICENSE". *
...
@@ -22,6 +22,7 @@ namespace GaudiTesting {
...
@@ -22,6 +22,7 @@ namespace GaudiTesting {
private:
private:
PublicToolHandle
<
IMyTool
>
m_tool
{
this
,
"MyTool"
,
"MyTool"
};
PublicToolHandle
<
IMyTool
>
m_tool
{
this
,
"MyTool"
,
"MyTool"
};
ToolHandle
<
IMyTool
>
m_privTool
{
this
,
"MyPrivateTool"
,
""
};
};
};
DECLARE_COMPONENT
(
SvcWithTool
)
DECLARE_COMPONENT
(
SvcWithTool
)
...
...
This diff is collapsed.
Click to expand it.
Frank Winklmeier
@fwinkl
mentioned in issue
gaudi/Gaudi#208 (closed)
·
3 years ago
mentioned in issue
gaudi/Gaudi#208 (closed)
mentioned in issue gaudi/Gaudi#208
Toggle commit list
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