We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30456b8 commit e07e91cCopy full SHA for e07e91c
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