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
16d72cee
Commit
16d72cee
authored
1 year ago
by
Mason Ray Housenga
Browse files
Options
Downloads
Patches
Plain Diff
skip new global sum again
parent
30cbf8fd
No related branches found
Branches containing commit
No related tags found
Tags containing commit
2 merge requests
!65752
Updates to RPD/Centroid Analysis and ZdcNtuple for Heavy Ions
,
!65690
Modifications to ZdcNtuple to include RPD centroid information
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ForwardDetectors/ZDC/ZdcNtuple/Root/ZdcNtuple.cxx
+1
-0
1 addition, 0 deletions
ForwardDetectors/ZDC/ZdcNtuple/Root/ZdcNtuple.cxx
with
1 addition
and
0 deletions
ForwardDetectors/ZDC/ZdcNtuple/Root/ZdcNtuple.cxx
+
1
−
0
View file @
16d72cee
...
...
@@ -668,6 +668,7 @@ void ZdcNtuple::processZdcNtupleFromModules()
{
for
(
const
auto
zdcMod
:
*
m_zdcModules
)
{
if
(
zdcMod
->
zdcSide
()
==
0
)
continue
;
// skip new global sum
int
iside
=
0
;
if
(
zdcMod
->
zdcSide
()
>
0
)
iside
=
1
;
int
imod
=
zdcMod
->
zdcModule
();
...
...
This diff is collapsed.
Click to expand it.
Mason Ray Housenga
@mhouseng
mentioned in commit
11777193
·
1 year ago
mentioned in commit
11777193
mentioned in commit 11777193677b604343ad59824c59943f3ffa9348
Toggle commit list
Mason Ray Housenga
@mhouseng
mentioned in commit
b3e54497
·
1 year ago
mentioned in commit
b3e54497
mentioned in commit b3e54497f944bc558896764de59a59f146fec31b
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