Skip to content

Commit 89c0d67

Browse files
authored
[PWGCF] Test diHadron needed changes
1 parent b2f9da8 commit 89c0d67

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/diHadronCor.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ struct DiHadronCor {
102102
O2_DEFINE_CONFIGURABLE(cfgEfficiency, std::string, "", "CCDB path to efficiency object")
103103
O2_DEFINE_CONFIGURABLE(cfgCentralityWeight, std::string, "", "CCDB path to centrality weight object")
104104
O2_DEFINE_CONFIGURABLE(cfgLocalEfficiency, bool, false, "Use local efficiency object")
105-
O2_DEFINE_CONFIGURABLE(cfgVerbosity, bool, false, "Verbose output")
105+
O2_DEFINE_CONFIGURABLE(cfgVerbosity2, bool, false, "Verbose output")
106106
O2_DEFINE_CONFIGURABLE(cfgUseEventWeights, bool, false, "Use event weights for mixed event")
107107
O2_DEFINE_CONFIGURABLE(cfgUsePtOrder, bool, true, "enable trigger pT < associated pT cut")
108108
O2_DEFINE_CONFIGURABLE(cfgUsePtOrderInMixEvent, bool, true, "enable trigger pT < associated pT cut in mixed event")
@@ -1107,7 +1107,7 @@ struct DiHadronCor {
11071107
continue;
11081108

11091109
auto groupedCollisions = collisions.sliceBy(collisionPerMCCollision, collision1.globalIndex());
1110-
if (cfgVerbosity > 0) {
1110+
if (cfgVerbosity2 > 0) {
11111111
LOGF(info, "Found %d related collisions", groupedCollisions.size());
11121112
}
11131113
float cent = -1;

0 commit comments

Comments
 (0)