File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1212// / \file SPTableZDC.h
1313// / \author Noor Koster
1414// / \since 11/2024
15- // / \brief Table to hold Q-vectors and neccesary information for the ZDC q-vector calibration.
16-
15+ // / \brief Table to hold Q-vectors and neccesary information for the ZDC q-vector calibration.
1716
1817#ifndef PWGCF_DATAMODEL_SPTABLEZDC_H_
1918#define PWGCF_DATAMODEL_SPTABLEZDC_H_
Original file line number Diff line number Diff line change @@ -661,22 +661,22 @@ struct ZdcQVectors {
661661
662662 centralities.push_back (collision.centFT0C ());
663663
664- if (cfgFT0Cvariant1){
664+ if (cfgFT0Cvariant1) {
665665 centralities.push_back (collision.centFT0CVariant1 ());
666666 if (cfgUseSecondCent)
667667 cent = collision.centFT0CVariant1 ();
668668 }
669- if (cfgFT0M){
669+ if (cfgFT0M) {
670670 centralities.push_back (collision.centFT0M ());
671671 if (cfgUseSecondCent)
672672 cent = collision.centFT0M ();
673673 }
674- if (cfgFV0A){
674+ if (cfgFV0A) {
675675 centralities.push_back (collision.centFV0A ());
676676 if (cfgUseSecondCent)
677677 cent = collision.centFV0A ();
678678 }
679- if (cfgNGlobal){
679+ if (cfgNGlobal) {
680680 centralities.push_back (collision.centNGlobal ());
681681 if (cfgUseSecondCent)
682682 cent = collision.centNGlobal ();
You can’t perform that action at this time.
0 commit comments