Skip to content
Snippets Groups Projects
Commit ba2e8c00 authored by Abishek Karki's avatar Abishek Karki
Browse files

fix method to calculate preshower occupancy

parent 313b2c90
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