Skip to content
Snippets Groups Projects
Commit 16d72cee authored by Mason Ray Housenga's avatar Mason Ray Housenga
Browse files

skip new global sum again

parent 30cbf8fd
No related branches found
No related tags found
2 merge requests!65752Updates to RPD/Centroid Analysis and ZdcNtuple for Heavy Ions,!65690Modifications to ZdcNtuple to include RPD centroid information
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment