We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30456b8 + e07e91c commit e1c2761Copy full SHA for e1c2761
1 file changed
Common/Tasks/centralityQa.cxx
@@ -450,7 +450,7 @@ struct CentralityQa {
450
histos.fill(HIST("hBCSelection"), 3); // FV0OrA
451
}
452
453
- const float largeVertexZ = 100.0f;
+ const float largeVertexZ = 100.0f;
454
if (bcsel.selectVertexZwithT0 && bcsel.vertexZwithT0 < largeVertexZ) {
455
if (bc.has_ft0()) {
456
const auto& ft0 = bc.ft0();
0 commit comments