Skip to content

Commit c2389d5

Browse files
authored
Update onTheFlyRICHPID.cxx
1 parent 4215acf commit c2389d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ALICE3/TableProducer/OTF/onTheFlyRICHPID.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ struct OnTheFlyRichPid {
308308
gap_thickness[i] = (det_centers[i] - rad_centers[i]).Mag() - bRichRadiatorThickness / 2.0;
309309
}
310310
// DEBUG
311-
//std::cout << std::endl << std::endl;
312-
//for (int i = 0; i < number_of_sectors_in_z; i++) {
311+
// std::cout << std::endl << std::endl;
312+
// for (int i = 0; i < number_of_sectors_in_z; i++) {
313313
// std::cout << "Sector " << i << ": Gap = " << gap_thickness[i] << " cm, Index aerogel = " << aerogel_rindex[i] << ", Gap thickness = " << gap_thickness[i] << " cm" << std::endl;
314-
//}
315-
//std::cout << std::endl << std::endl;
314+
// }
315+
// std::cout << std::endl << std::endl;
316316
}
317317

318318
void init(o2::framework::InitContext& /*initContext*/)

0 commit comments

Comments
 (0)