Skip to content
Snippets Groups Projects
Commit 6bda357f authored by Mark Jones's avatar Mark Jones
Browse files

Merge branch 'shms_presh_develop' of https://github.com/Yero1990/hcana into...

Merge branch 'shms_presh_develop' of https://github.com/Yero1990/hcana into Yero1990-shms_presh_develop
parents 2f172e25 ba2e8c00
No related branches found
No related tags found
No related merge requests found
......@@ -700,7 +700,7 @@ void THcShowerPlane::FillADC_DynamicPedestal()
fTotNumGoodAdcHits++;
fTotNumGoodNegAdcHits++;
fNumGoodNegAdcHits.at(npad)++;
fNumGoodNegAdcHits.at(npad) = npad + 1;
}
......@@ -733,7 +733,7 @@ void THcShowerPlane::FillADC_DynamicPedestal()
fTotNumGoodAdcHits++;
fTotNumGoodPosAdcHits++;
fNumGoodPosAdcHits.at(npad)++;
fNumGoodPosAdcHits.at(npad) = npad + 1;
}
}
......
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