Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
athena
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Marco Aparo
athena
Commits
d5203500
Commit
d5203500
authored
1 year ago
by
Stefan Richter
Browse files
Options
Downloads
Plain Diff
Merge branch 'ewelina-21.0-patch-50797' into '21.0'
remove duplicated line See merge request
atlas/athena!62295
parents
7b487b6f
cea921c5
Branches
22.0-mc20
Branches containing commit
Tags
nightly/22.0-mc20/2023-02-06T2101
nightly/22.0-mc20/2023-02-16T2101
nightly/22.0-mc20/2023-02-26T2101
nightly/22.0-mc20/2023-03-08T2101
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Event/xAOD/xAODEventInfoCnv/src/EventInfoCnvTool.cxx
+0
-1
0 additions, 1 deletion
Event/xAOD/xAODEventInfoCnv/src/EventInfoCnvTool.cxx
with
0 additions
and
1 deletion
Event/xAOD/xAODEventInfoCnv/src/EventInfoCnvTool.cxx
+
0
−
1
View file @
d5203500
...
...
@@ -155,7 +155,6 @@ namespace xAODMaker {
//or for Data+MC overlay
if
(
xaod
->
eventType
(
xAOD
::
EventInfo
::
IS_SIMULATION
)
||
forceMCInfoCopy
)
{
xaod
->
setMCChannelNumber
(
aod
->
event_type
()
->
mc_channel_number
()
);
xaod
->
setMCEventNumber
(
aod
->
event_type
()
->
mc_event_number
()
);
// Special case: sometimes in MC we have not yet copied the run number
// into the channel number. The channel number comes out 0, even
// when it should be set. To protect, if we get zero use the run #.
...
...
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