Skip to content

Commit 0563488

Browse files
authored
[PWGEM] Fix compilation warnings (AliceO2Group#8918)
1 parent 16b09b8 commit 0563488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Tasks/phosCellQA.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ struct phosCellQA {
130130
if (!cell.bc_as<BCsWithBcSels>().alias_bit(mEvSelTrig))
131131
continue;
132132

133-
bool isHighGain = cell.cellType();
133+
// bool isHighGain = cell.cellType();
134134
double energy = calibParams->getGain(cell.cellNumber()) * cell.amplitude();
135135
// if (isHighGain) {
136136
// energy = calibParams->getGain(cell.cellNumber()) * cell.amplitude();

0 commit comments

Comments
 (0)