Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review 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
atlas
athena
Commits
543e26ea
Commit
543e26ea
authored
2 years ago
by
John Chapman
Browse files
Options
Downloads
Patches
Plain Diff
Fix McEventCollectionFilter compilation in master--HepMC2 nightlies
parent
cd619678
Loading
Loading
1 merge request
!60364
Fix McEventCollectionFilter compilation in master--HepMC2 nightlies
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Simulation/Tools/McEventCollectionFilter/src/HitsTruthRelinkBase.cxx
+1
-1
1 addition, 1 deletion
...Tools/McEventCollectionFilter/src/HitsTruthRelinkBase.cxx
with
1 addition
and
1 deletion
Simulation/Tools/McEventCollectionFilter/src/HitsTruthRelinkBase.cxx
+
1
−
1
View file @
543e26ea
...
...
@@ -49,7 +49,7 @@ StatusCode HitsTruthRelinkBase::getReferenceBarcode(const EventContext &ctx, int
ATH_MSG_ERROR
(
"Truth collection should have at least one vertex!"
);
return
StatusCode
::
FAILURE
;
}
auto
genVtx
=
*
(
genEvt
->
vertices_
const_
end
());
auto
genVtx
=
*
(
genEvt
->
vertices_end
());
size_t
nParticles
=
genVtx
->
particles_out_size
();
if
(
nParticles
==
0
)
{
ATH_MSG_ERROR
(
"Truth vertex should have at least one particle!"
);
...
...
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