Skip to content

Commit eaac806

Browse files
committed
Latest developments
1 parent 297c41e commit eaac806

File tree

2 files changed

+214
-263
lines changed

2 files changed

+214
-263
lines changed

PWGLF/TableProducer/Strangeness/strangenesstofpid.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ struct strangenesstofpid {
122122
Configurable<float> tpcNsigmaThreshold{"tpcNsigmaThreshold", 6.0f, "require TPC compatibility to attempt eloss propagation (otherwise, don't calculate)"};
123123
} propagationConfiguration;
124124

125-
Configurable<bool> doQA{"doQA", true, "create QA histos"};
126-
Configurable<bool> doNSigmas{"doNSigmas", false, "calculate TOF N-sigma"};
127-
Configurable<bool> doQANSigma{"doQANSigma", true, "create QA of Nsigma histos"};
125+
Configurable<bool> doQA{"doQA", false, "create QA histos"};
126+
Configurable<bool> doNSigmas{"doNSigmas", true, "calculate TOF N-sigma"};
127+
Configurable<bool> doQANSigma{"doQANSigma", false, "create QA of Nsigma histos"};
128128

129129
// configurables related to V0s
130130
struct : ConfigurableGroup {

0 commit comments

Comments
 (0)