Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Elemer Nagy
athena
Commits
485b28de
Commit
485b28de
authored
7 years ago
by
Peter van Gemmeren
Committed by
Johannes Elmsheuser
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Use correct tool name
Former-commit-id: 2b7d8ad9585207b41861e9b62450457e130075bf
parent
e0716662
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Control/AthenaServices/src/MetaDataSvc.cxx
+1
-1
1 addition, 1 deletion
Control/AthenaServices/src/MetaDataSvc.cxx
Event/xAOD/xAODTruthCnv/src/components/xAODTruthCnv_entries.cxx
+1
-2
1 addition, 2 deletions
...xAOD/xAODTruthCnv/src/components/xAODTruthCnv_entries.cxx
with
2 additions
and
3 deletions
Control/AthenaServices/src/MetaDataSvc.cxx
+
1
−
1
View file @
485b28de
...
...
@@ -72,7 +72,7 @@ MetaDataSvc::MetaDataSvc(const std::string& name, ISvcLocator* pSvcLocator) : ::
m_toolForClid
.
insert
(
std
::
pair
<
CLID
,
std
::
string
>
(
1234982351
,
"BookkeeperTool"
));
m_toolForClid
.
insert
(
std
::
pair
<
CLID
,
std
::
string
>
(
1107011239
,
"xAODMaker::TriggerMenuMetaDataTool"
));
m_toolForClid
.
insert
(
std
::
pair
<
CLID
,
std
::
string
>
(
1115934851
,
"LumiBlockMetaDataTool"
));
m_toolForClid
.
insert
(
std
::
pair
<
CLID
,
std
::
string
>
(
1188015687
,
"xAODMaker::
xAOD
TruthMetaDataTool"
));
m_toolForClid
.
insert
(
std
::
pair
<
CLID
,
std
::
string
>
(
1188015687
,
"xAODMaker::TruthMetaDataTool"
));
}
//__________________________________________________________________________
MetaDataSvc
::~
MetaDataSvc
()
{
...
...
This diff is collapsed.
Click to expand it.
Event/xAOD/xAODTruthCnv/src/components/xAODTruthCnv_entries.cxx
+
1
−
2
View file @
485b28de
...
...
@@ -2,7 +2,7 @@
// Local include(s):
#include
"../xAODTruthCnvAlg.h"
#include
"xAODTruthCnv/
xAOD
TruthMetaDataTool.h"
#include
"xAODTruthCnv/TruthMetaDataTool.h"
#include
"../xAODTruthReader.h"
#include
"../HepMCTruthReader.h"
#include
"xAODTruthCnv/TruthMetaDataTool.h"
...
...
@@ -20,4 +20,3 @@ DECLARE_FACTORY_ENTRIES( xAODTruthCnv ) {
DECLARE_NAMESPACE_TOOL
(
xAODMaker
,
TruthMetaDataTool
)
DECLARE_NAMESPACE_TOOL
(
xAODMaker
,
xAODTruthMetaDataTool
)
}
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