Skip to content

Commit 1b9092d

Browse files
authored
[Common] Rename new centrality getters using different calibration approach (#17463)
1 parent 0663b24 commit 1b9092d

3 files changed

Lines changed: 64 additions & 64 deletions

File tree

Common/DataModel/Centrality.h

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ DECLARE_SOA_COLUMN(CentRun2CL1, centRun2CL1, float); //! Run 2
2626
DECLARE_SOA_COLUMN(CentRun2RefMult5, centRun2RefMult5, float); //! Run 2 cent. from ref. mult. estimator, eta 0.5
2727
DECLARE_SOA_COLUMN(CentRun2RefMult8, centRun2RefMult8, float); //! Run 2 cent. from ref. mult. estimator, eta 0.8
2828

29-
DECLARE_SOA_COLUMN(CentFV0A, centFV0A, float); //! Run 3 cent. from FV0A multiplicities
30-
DECLARE_SOA_COLUMN(CentFT0M, centFT0M, float); //! Run 3 cent. from FT0A+FT0C multiplicities
31-
DECLARE_SOA_COLUMN(CentFT0MLightIonAnchorCol, centFT0MLightIonAnchorCol, float); //! Run 3 cent. from FT0A+FT0C multiplicities - light ion only - 90% anchor - collision based (NOT recommended, cross-check only!)
32-
DECLARE_SOA_COLUMN(CentFT0MLightIonAnchorBC, centFT0MLightIonAnchorBC, float); //! Run 3 cent. from FT0A+FT0C multiplicities - light ion only - 90% anchor - bunch crossing based (NOT recommended, cross-check only!)
33-
DECLARE_SOA_COLUMN(CentFT0A, centFT0A, float); //! Run 3 cent. from FT0A multiplicity
34-
DECLARE_SOA_COLUMN(CentFT0C, centFT0C, float); //! Run 3 cent. from FT0C multiplicity
35-
DECLARE_SOA_COLUMN(CentFT0CVariant1, centFT0CVariant1, float); //! Run 3 cent. from FT0C multiplicity
36-
DECLARE_SOA_COLUMN(CentFT0CVariant2, centFT0CVariant2, float); //! Run 3 cent. from FT0C multiplicity, uses classical truncated Nancestors (NOT recommended, cross-check only!)
37-
DECLARE_SOA_COLUMN(CentFDDM, centFDDM, float); //! Run 3 cent. from FDDA+FDDC multiplicity
38-
DECLARE_SOA_COLUMN(CentNTPV, centNTPV, float); //! Run 3 cent. from the number of tracks contributing to the PV
39-
DECLARE_SOA_COLUMN(CentNGlobal, centNGlobal, float); //! Run 3 cent. from the number of global tracks
40-
DECLARE_SOA_COLUMN(CentMFT, centMFT, float); //! Run 3 cent. from the number of tracks in the MFT
29+
DECLARE_SOA_COLUMN(CentFV0A, centFV0A, float); //! Run 3 cent. from FV0A multiplicities
30+
DECLARE_SOA_COLUMN(CentFT0M, centFT0M, float); //! Run 3 cent. from FT0A+FT0C multiplicities
31+
DECLARE_SOA_COLUMN(CentFT0MAnchorCol, centFT0MAnchorCol, float); //! Run 3 cent. from FT0A+FT0C multiplicities - anchored glauber - collision based (NOT recommended, cross-check only!)
32+
DECLARE_SOA_COLUMN(CentFT0MAnchorBC, centFT0MAnchorBC, float); //! Run 3 cent. from FT0A+FT0C multiplicities - anchored glauber - bunch crossing based (NOT recommended, cross-check only!)
33+
DECLARE_SOA_COLUMN(CentFT0A, centFT0A, float); //! Run 3 cent. from FT0A multiplicity
34+
DECLARE_SOA_COLUMN(CentFT0C, centFT0C, float); //! Run 3 cent. from FT0C multiplicity
35+
DECLARE_SOA_COLUMN(CentFT0CVariant1, centFT0CVariant1, float); //! Run 3 cent. from FT0C multiplicity
36+
DECLARE_SOA_COLUMN(CentFT0CVariant2, centFT0CVariant2, float); //! Run 3 cent. from FT0C multiplicity, uses classical truncated Nancestors (NOT recommended, cross-check only!)
37+
DECLARE_SOA_COLUMN(CentFDDM, centFDDM, float); //! Run 3 cent. from FDDA+FDDC multiplicity
38+
DECLARE_SOA_COLUMN(CentNTPV, centNTPV, float); //! Run 3 cent. from the number of tracks contributing to the PV
39+
DECLARE_SOA_COLUMN(CentNGlobal, centNGlobal, float); //! Run 3 cent. from the number of global tracks
40+
DECLARE_SOA_COLUMN(CentMFT, centMFT, float); //! Run 3 cent. from the number of tracks in the MFT
4141
} // namespace cent
4242

4343
// Run 2 tables
@@ -61,10 +61,10 @@ DECLARE_SOA_TABLE(CentNGlobals, "AOD", "CENTNGLOBAL", cent::CentNGlobal); //! Ru
6161
DECLARE_SOA_TABLE(CentMFTs, "AOD", "CENTMFT", cent::CentMFT); //! Run 3 MFT tracks centrality table
6262

6363
// Run 3 variant tables
64-
DECLARE_SOA_TABLE(CentFT0CVariant1s, "AOD", "CENTFT0Cvar1", cent::CentFT0CVariant1); //! Run 3 FT0C variant 1
65-
DECLARE_SOA_TABLE(CentFT0CVariant2s, "AOD", "CENTFT0Cvar2", cent::CentFT0CVariant2); //! Run 3 FT0C variant 1 - uses truncated Nancestors in glauber fit. Not recommended! for cross-checks only
66-
DECLARE_SOA_TABLE(CentFT0MLightIonAnchorCols, "AOD", "CENTFT0MLICOL", cent::CentFT0MLightIonAnchorCol); //! Run 3 Light ions FT0M - Traditional anchor at 90% with Glauber. Colliison based calibration. Not recommended! for cross-checks only
67-
DECLARE_SOA_TABLE(CentFT0MLightIonAnchorBCs, "AOD", "CENTFT0MLIBC", cent::CentFT0MLightIonAnchorBC); //! Run 3 Light ions FT0M - Traditional anchor at 90% with Glauber. Bunch crossing based calibration. Not recommended! for cross-checks only
64+
DECLARE_SOA_TABLE(CentFT0CVariant1s, "AOD", "CENTFT0Cvar1", cent::CentFT0CVariant1); //! Run 3 FT0C variant 1
65+
DECLARE_SOA_TABLE(CentFT0CVariant2s, "AOD", "CENTFT0Cvar2", cent::CentFT0CVariant2); //! Run 3 FT0C variant 2 - uses truncated Nancestors in glauber fit. Not recommended! for cross-checks only
66+
DECLARE_SOA_TABLE(CentFT0MAnchorCols, "AOD", "CENTFT0MCOL", cent::CentFT0MAnchorCol); //! Run 3 FT0M with anchored Glauber. Colliison based calibration. Not recommended! for cross-checks only
67+
DECLARE_SOA_TABLE(CentFT0MAnchorBCs, "AOD", "CENTFT0MBC", cent::CentFT0MAnchorBC); //! Run 3 FT0M with anchored Glauber. Bunch crossing based calibration. Not recommended! for cross-checks only
6868

6969
// Run 3 centrality per BC (joinable with BC)
7070
DECLARE_SOA_TABLE(BCCentFT0Ms, "AOD", "BCCENTFT0M", cent::CentFT0M, o2::soa::Marker<1>); //! Run 3 FT0M BC centrality table

Common/Tasks/centralityQa.cxx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ struct CentralityQa {
179179
histos.add("hCentNTPV", ";NTPV centrality (%)", kTH1D, {{nBins, 0, 105.}});
180180
histos.add("hCentNGlobal", ";NGlobal centrality (%)", kTH1D, {{nBins, 0, 105.}});
181181
histos.add("hCentMFT", ";MFT centrality (%)", kTH1D, {{nBins, 0, 105.}});
182-
histos.add("hCentFT0MLightIonAnchorCols", ";FT0MLightIonAnchorCols centrality (%)", kTH1D, {{nBins, 0, 105.}});
183-
histos.add("hCentFT0MLightIonAnchorBCs", ";FT0MLightIonAnchorBCs centrality (%)", kTH1D, {{nBins, 0, 105.}});
182+
histos.add("hCentFT0MAnchorCols", ";FT0MAnchorCols centrality (%)", kTH1D, {{nBins, 0, 105.}});
183+
histos.add("hCentFT0MAnchorBCs", ";FT0MAnchorBCs centrality (%)", kTH1D, {{nBins, 0, 105.}});
184184

185185
// profiles of midrapidity multiplicity density
186186
histos.add("hCentProfileFV0A", ";FV0A centrality (%)", kTProfile, {{nBins, 0, 105.}});
@@ -193,8 +193,8 @@ struct CentralityQa {
193193
histos.add("hCentProfileNTPV", ";NTPV centrality (%)", kTProfile, {{nBins, 0, 105.}});
194194
histos.add("hCentProfileNGlobal", ";NGlobal centrality (%)", kTProfile, {{nBins, 0, 105.}});
195195
histos.add("hCentProfileMFT", ";MFT centrality (%)", kTProfile, {{nBins, 0, 105.}});
196-
histos.add("hCentProfileFT0MLightIonAnchorCols", ";FT0MLightIonAnchorCols centrality (%)", kTProfile, {{nBins, 0, 105.}});
197-
histos.add("hCentProfileFT0MLightIonAnchorBCs", ";FT0MLightIonAnchorBCs centrality (%)", kTProfile, {{nBins, 0, 105.}});
196+
histos.add("hCentProfileFT0MAnchorCols", ";FT0MAnchorCols centrality (%)", kTProfile, {{nBins, 0, 105.}});
197+
histos.add("hCentProfileFT0MAnchorBCs", ";FT0MAnchorBCs centrality (%)", kTProfile, {{nBins, 0, 105.}});
198198

199199
histos.add("hMultEta05VsCentFV0A", ";FV0A centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
200200
histos.add("hMultEta05VsCentFT0M", ";FT0M centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
@@ -206,8 +206,8 @@ struct CentralityQa {
206206
histos.add("hMultEta05VsCentNTPV", ";NTPV centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
207207
histos.add("hMultEta05VsCentNGlobal", ";NGlobal centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
208208
histos.add("hMultEta05VsCentMFT", ";MFT centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
209-
histos.add("hMultEta05VsCentFT0MLightIonAnchorCols", ";FT0MLightIonAnchorCols centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
210-
histos.add("hMultEta05VsCentFT0MLightIonAnchorBCs", ";FT0MLightIonAnchorBCs centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
209+
histos.add("hMultEta05VsCentFT0MAnchorCols", ";FT0MAnchorCols centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
210+
histos.add("hMultEta05VsCentFT0MAnchorBCs", ";FT0MAnchorBCs centrality (%); Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {{nBins, 0, 105.}, axisMultiplicityPV});
211211

212212
if (isMC) {
213213
histos.add("hMultEta05VsGenMultFV0A", ";Multiplicity FV0A; Multiplicity PV contributors (|#it{#eta}| < 0.5)", kTH2D, {axisMultiplicity, axisMultiplicityPV});
@@ -795,27 +795,27 @@ struct CentralityQa {
795795
}
796796
PROCESS_SWITCH(CentralityQa, processRun3_MFT, "Process with Run 3 MFT estimator", false);
797797

798-
void processRun3_FT0MLightIonAnchorCol(soa::Join<aod::Collisions, aod::EvSels, aod::Mults, aod::CentFT0MLightIonAnchorCols>::iterator const& col)
798+
void processRun3_FT0MAnchorCol(soa::Join<aod::Collisions, aod::EvSels, aod::Mults, aod::CentFT0MAnchorCols>::iterator const& col)
799799
{
800800
if (!isCollisionAccepted(col)) {
801801
return;
802802
}
803-
histos.fill(HIST("hCentFT0MLightIonAnchorCols"), col.centFT0MLightIonAnchorCol());
804-
histos.fill(HIST("hCentProfileFT0MLightIonAnchorCols"), col.centFT0MLightIonAnchorCol(), col.multNTracksPVetaHalf());
805-
histos.fill(HIST("hMultEta05VsCentFT0MLightIonAnchorCols"), col.centFT0MLightIonAnchorCol(), col.multNTracksPVetaHalf());
803+
histos.fill(HIST("hCentFT0MAnchorCols"), col.centFT0MAnchorCol());
804+
histos.fill(HIST("hCentProfileFT0MAnchorCols"), col.centFT0MAnchorCol(), col.multNTracksPVetaHalf());
805+
histos.fill(HIST("hMultEta05VsCentFT0MAnchorCols"), col.centFT0MAnchorCol(), col.multNTracksPVetaHalf());
806806
}
807-
PROCESS_SWITCH(CentralityQa, processRun3_FT0MLightIonAnchorCol, "Process with Run 3 FT0MLightIonAnchorCol estimator", false);
807+
PROCESS_SWITCH(CentralityQa, processRun3_FT0MAnchorCol, "Process with Run 3 FT0MAnchorCol estimator", false);
808808

809-
void processRun3_FT0MLightIonAnchorBC(soa::Join<aod::Collisions, aod::EvSels, aod::Mults, aod::CentFT0MLightIonAnchorBCs>::iterator const& col)
809+
void processRun3_FT0MAnchorBC(soa::Join<aod::Collisions, aod::EvSels, aod::Mults, aod::CentFT0MAnchorBCs>::iterator const& col)
810810
{
811811
if (!isCollisionAccepted(col)) {
812812
return;
813813
}
814-
histos.fill(HIST("hCentFT0MLightIonAnchorBCs"), col.centFT0MLightIonAnchorBC());
815-
histos.fill(HIST("hCentProfileFT0MLightIonAnchorBCs"), col.centFT0MLightIonAnchorBC(), col.multNTracksPVetaHalf());
816-
histos.fill(HIST("hMultEta05VsCentFT0MLightIonAnchorBCs"), col.centFT0MLightIonAnchorBC(), col.multNTracksPVetaHalf());
814+
histos.fill(HIST("hCentFT0MAnchorBCs"), col.centFT0MAnchorBC());
815+
histos.fill(HIST("hCentProfileFT0MAnchorBCs"), col.centFT0MAnchorBC(), col.multNTracksPVetaHalf());
816+
histos.fill(HIST("hMultEta05VsCentFT0MAnchorBCs"), col.centFT0MAnchorBC(), col.multNTracksPVetaHalf());
817817
}
818-
PROCESS_SWITCH(CentralityQa, processRun3_FT0MLightIonAnchorBC, "Process with Run 3 FT0MLightIonAnchorBC estimator", false);
818+
PROCESS_SWITCH(CentralityQa, processRun3_FT0MAnchorBC, "Process with Run 3 FT0MAnchorBC estimator", false);
819819

820820
void processMonteCarloRun3_FV0A(soa::Join<aod::Collisions, aod::McCollisionLabels, aod::EvSels, aod::Mults, aod::CentFV0As>::iterator const& col,
821821
soa::Join<aod::McCollisions, aod::MultMCExtras> const& /*mcCollisions*/,

Common/Tools/Multiplicity/MultModule.h

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ static const std::vector<std::string> tableNames{
9898
"BCCentFT0Ms",
9999
"BCCentFT0As",
100100
"BCCentFT0Cs",
101-
"CentFT0MLightIonAnchorCols",
102-
"CentFT0MLightIonAnchorBCs"};
101+
"CentFT0MAnchorCols",
102+
"CentFT0MAnchorBCs"};
103103

104104
static constexpr int nTablesConst = 41;
105105

@@ -170,27 +170,27 @@ enum tableIndex { kFV0Mults, // standard
170170
kMultsGlobal, // requires track selection task
171171

172172
// centrality subcomponent
173-
kCentRun2V0Ms, // Run 2
174-
kCentRun2V0As, // Run 2
175-
kCentRun2SPDTrks, // Run 2
176-
kCentRun2SPDClss, // Run 2
177-
kCentRun2CL0s, // Run 2
178-
kCentRun2CL1s, // Run 2
179-
kCentFV0As, // standard Run 3
180-
kCentFT0Ms, // standard Run 3
181-
kCentFT0As, // standard Run 3
182-
kCentFT0Cs, // standard Run 3
183-
kCentFT0CVariant1s, // standard Run 3
184-
kCentFT0CVariant2s, // standard Run 3
185-
kCentFDDMs, // standard Run 3
186-
kCentNTPVs, // standard Run 3
187-
kCentNGlobals, // requires track selection task
188-
kCentMFTs, // requires MFT task
189-
kBCCentFT0Ms, // bc centrality
190-
kBCCentFT0As, // bc centrality
191-
kBCCentFT0Cs, // bc centrality
192-
kCentFT0MLightIonAnchorCols, // light ion specific
193-
kCentFT0MLightIonAnchorBCs, // light ion specific
173+
kCentRun2V0Ms, // Run 2
174+
kCentRun2V0As, // Run 2
175+
kCentRun2SPDTrks, // Run 2
176+
kCentRun2SPDClss, // Run 2
177+
kCentRun2CL0s, // Run 2
178+
kCentRun2CL1s, // Run 2
179+
kCentFV0As, // standard Run 3
180+
kCentFT0Ms, // standard Run 3
181+
kCentFT0As, // standard Run 3
182+
kCentFT0Cs, // standard Run 3
183+
kCentFT0CVariant1s, // standard Run 3
184+
kCentFT0CVariant2s, // standard Run 3
185+
kCentFDDMs, // standard Run 3
186+
kCentNTPVs, // standard Run 3
187+
kCentNGlobals, // requires track selection task
188+
kCentMFTs, // requires MFT task
189+
kBCCentFT0Ms, // bc centrality
190+
kBCCentFT0As, // bc centrality
191+
kBCCentFT0Cs, // bc centrality
192+
kCentFT0MAnchorCols, // standard Run 3
193+
kCentFT0MAnchorBCs, // standard Run 3
194194
kNTables };
195195

196196
struct products : o2::framework::ProducesGroup {
@@ -239,8 +239,8 @@ struct products : o2::framework::ProducesGroup {
239239
o2::framework::Produces<aod::BCCentFT0As> bcCentFT0A;
240240
o2::framework::Produces<aod::BCCentFT0Cs> bcCentFT0C;
241241
o2::framework::Produces<aod::BCCentFT0Ms> bcCentFT0M;
242-
o2::framework::Produces<aod::CentFT0MLightIonAnchorCols> centFT0MLightIonAnchorCol;
243-
o2::framework::Produces<aod::CentFT0MLightIonAnchorBCs> centFT0MLightIonAnchorBC;
242+
o2::framework::Produces<aod::CentFT0MAnchorCols> centFT0MAnchorCol;
243+
o2::framework::Produces<aod::CentFT0MAnchorBCs> centFT0MAnchorBC;
244244

245245
//__________________________________________________
246246
// centrality tables per BC
@@ -451,8 +451,8 @@ class MultModule
451451

452452
CalibrationInfo fv0aInfo = CalibrationInfo("FV0");
453453
CalibrationInfo ft0mInfo = CalibrationInfo("FT0");
454-
CalibrationInfo ft0mColInfo = CalibrationInfo("FT0LightIonAncCol");
455-
CalibrationInfo ft0mBcInfo = CalibrationInfo("FT0LightIonAncBc");
454+
CalibrationInfo ft0mColInfo = CalibrationInfo("FT0AnchorCol");
455+
CalibrationInfo ft0mBcInfo = CalibrationInfo("FT0AnchorBc");
456456
CalibrationInfo ft0aInfo = CalibrationInfo("FT0A");
457457
CalibrationInfo ft0cInfo = CalibrationInfo("FT0C");
458458
CalibrationInfo ft0cVariant1Info = CalibrationInfo("FT0Cvar1");
@@ -1261,9 +1261,9 @@ class MultModule
12611261
getccdb(fv0aInfo, internalOpts.generatorName);
12621262
if (internalOpts.mEnabledTables[kCentFT0Ms] || internalOpts.mEnabledTables[kBCCentFT0Ms])
12631263
getccdb(ft0mInfo, internalOpts.generatorName);
1264-
if (internalOpts.mEnabledTables[kCentFT0MLightIonAnchorCols])
1264+
if (internalOpts.mEnabledTables[kCentFT0MAnchorCols])
12651265
getccdb(ft0mColInfo, internalOpts.generatorName);
1266-
if (internalOpts.mEnabledTables[kCentFT0MLightIonAnchorBCs])
1266+
if (internalOpts.mEnabledTables[kCentFT0MAnchorBCs])
12671267
getccdb(ft0mBcInfo, internalOpts.generatorName);
12681268
if (internalOpts.mEnabledTables[kCentFT0As] || internalOpts.mEnabledTables[kBCCentFT0As])
12691269
getccdb(ft0aInfo, internalOpts.generatorName);
@@ -1303,7 +1303,7 @@ class MultModule
13031303
internalOpts.mEnabledTables[kCentNTPVs] || internalOpts.mEnabledTables[kCentNGlobals] ||
13041304
internalOpts.mEnabledTables[kCentMFTs] || internalOpts.mEnabledTables[kBCCentFT0Ms] ||
13051305
internalOpts.mEnabledTables[kBCCentFT0As] || internalOpts.mEnabledTables[kBCCentFT0Cs] ||
1306-
internalOpts.mEnabledTables[kCentFT0MLightIonAnchorCols] || internalOpts.mEnabledTables[kCentFT0MLightIonAnchorBCs]) {
1306+
internalOpts.mEnabledTables[kCentFT0MAnchorCols] || internalOpts.mEnabledTables[kCentFT0MAnchorBCs]) {
13071307
// check and update centrality calibration objects for Run 3
13081308
const auto& firstbc = bcs.begin();
13091309
ConfigureCentralityRun3(ccdb, metadataInfo, firstbc);
@@ -1350,9 +1350,9 @@ class MultModule
13501350
if (internalOpts.mEnabledTables[kCentFT0Ms])
13511351
populateTable(cursors.centFT0M, ft0mInfo, mults[iEv].multFT0AZeq + mults[iEv].multFT0CZeq, isInelGt0);
13521352
if (internalOpts.mEnabledTables[kCentFT0Ms])
1353-
populateTable(cursors.centFT0MLightIonAnchorCol, ft0mColInfo, mults[iEv].multFT0AZeq + mults[iEv].multFT0CZeq, isInelGt0);
1353+
populateTable(cursors.centFT0MAnchorCol, ft0mColInfo, mults[iEv].multFT0AZeq + mults[iEv].multFT0CZeq, isInelGt0);
13541354
if (internalOpts.mEnabledTables[kCentFT0Ms])
1355-
populateTable(cursors.centFT0MLightIonAnchorBC, ft0mBcInfo, mults[iEv].multFT0AZeq + mults[iEv].multFT0CZeq, isInelGt0);
1355+
populateTable(cursors.centFT0MAnchorBC, ft0mBcInfo, mults[iEv].multFT0AZeq + mults[iEv].multFT0CZeq, isInelGt0);
13561356
if (internalOpts.mEnabledTables[kCentFT0As])
13571357
populateTable(cursors.centFT0A, ft0aInfo, mults[iEv].multFT0AZeq, isInelGt0);
13581358
if (internalOpts.mEnabledTables[kCentFT0Cs])

0 commit comments

Comments
 (0)