We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16b09b8 commit 0563488Copy full SHA for 0563488
PWGEM/Tasks/phosCellQA.cxx
@@ -130,7 +130,7 @@ struct phosCellQA {
130
if (!cell.bc_as<BCsWithBcSels>().alias_bit(mEvSelTrig))
131
continue;
132
133
- bool isHighGain = cell.cellType();
+ // bool isHighGain = cell.cellType();
134
double energy = calibParams->getGain(cell.cellNumber()) * cell.amplitude();
135
// if (isHighGain) {
136
// energy = calibParams->getGain(cell.cellNumber()) * cell.amplitude();
0 commit comments