Skip to content

Commit bb60b09

Browse files
committed
Please consider the following formatting changes
1 parent 538bdae commit bb60b09

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

PWGCF/DataModel/SPTableZDC.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
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_

PWGCF/Flow/TableProducer/zdcQVectors.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)