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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
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
Vakhtang Tsulaia
athena
Commits
d41ef26d
Commit
d41ef26d
authored
6 years ago
by
Scott Snyder
Committed by
scott snyder
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
MuonRPC_CnvTools: Fix uninitialized class member.
Fixes crash seen in reco. Former-commit-id:
024a6963
parent
dcc9438a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcRdoToPrepDataTool.cxx
+3
-2
3 additions, 2 deletions
...ter/MuonCnv/MuonRPC_CnvTools/src/RpcRdoToPrepDataTool.cxx
with
3 additions
and
2 deletions
MuonSpectrometer/MuonCnv/MuonRPC_CnvTools/src/RpcRdoToPrepDataTool.cxx
+
3
−
2
View file @
d41ef26d
/*
Copyright (C) 2002-201
7
CERN for the benefit of the ATLAS collaboration
Copyright (C) 2002-201
8
CERN for the benefit of the ATLAS collaboration
*/
...
...
@@ -85,7 +85,8 @@ Muon::RpcRdoToPrepDataTool::RpcRdoToPrepDataTool( const std::string& type, const
declareProperty
(
"OutputCollection"
,
m_rdoContainerKey
=
std
::
string
(
"RPCPAD"
),
"RpcPadContainer to retrieve"
);
declareProperty
(
"TriggerOutputCollection"
,
m_rpcPrepDataContainerKey
=
std
::
string
(
"RPC_Measurements"
),
"Muon::RpcPrepDataContainer to record"
);
declareProperty
(
"InputCollection"
,
m_rpcCoinDataContainerKey
=
std
::
string
(
"RPC_triggerHits"
),
"Muon::RpcCoinDataContainer to record"
);
m_rpcCoinDataContainer
=
nullptr
;
}
//___________________________________________________________________________
...
...
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