Skip to content

Commit 85058a9

Browse files
authored
Common/TableProducer/qVectorsTable.cxx: change max cent from 80 to 90 (#7023)
1 parent b52eadb commit 85058a9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Common/TableProducer/qVectorsTable.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,14 +522,14 @@ struct qVectorsTable {
522522
coll.centFV0A()};
523523
cent = centAllEstim[cfgCentEsti];
524524
bool IsCalibrated = true;
525-
if (cent < 0. || cent > 80.) {
525+
if (cent < 0. || cent > 90.) {
526526
cent = 110.;
527527
IsCalibrated = false;
528528
}
529529
for (std::size_t id = 0; id < cfgnMods->size(); id++) {
530530
int ind = cfgnMods->at(id);
531531
CalQvec(ind, coll, tracks, qvecRe, qvecIm, qvecAmp, TrkBPosLabel, TrkBNegLabel, TrkBTotLabel);
532-
if (cent < 80) {
532+
if (cent < 90.) {
533533
for (auto i{0u}; i < kBTot + 1; i++) {
534534
helperEP.DoRecenter(qvecRe[(kBTot + 1) * 4 * id + i * 4 + 1], qvecIm[(kBTot + 1) * 4 * id + i * 4 + 1],
535535
objQvec.at(id)->GetBinContent(static_cast<int>(cent) + 1, 1, i + 1), objQvec.at(id)->GetBinContent(static_cast<int>(cent) + 1, 2, i + 1));

0 commit comments

Comments
 (0)