Skip to content

Commit ae66e54

Browse files
committed
Set selection flags to 0 by default
1 parent 3f84749 commit ae66e54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

codeHF/dpl-config.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6562,8 +6562,8 @@
65626562
"processMcWithKFParticle": "false",
65636563
"processMcWithKFParticleMl": "false",
65646564
"selectionCand": "1",
6565-
"selectionFlagD0": "1",
6566-
"selectionFlagD0bar": "1",
6565+
"selectionFlagD0": "0",
6566+
"selectionFlagD0bar": "0",
65676567
"selectionFlagHf": "1",
65686568
"selectionPid": "1",
65696569
"selectionTopol": "1",
@@ -7201,7 +7201,7 @@
72017201
"processMcWithMl": "false",
72027202
"processMcWithMlWithFT0C": "false",
72037203
"processMcWithMlWithFT0M": "false",
7204-
"selectionFlagLc": "1",
7204+
"selectionFlagLc": "0",
72057205
"storeOccupancy": "true",
72067206
"thnAxisRapidity": {
72077207
"values": [
@@ -7502,7 +7502,7 @@
75027502
"processWithKFParticle": "false",
75037503
"processWithKFParticleAndML": "false",
75047504
"ptTrackMin": "0.1",
7505-
"selectionFlagXic": "1",
7505+
"selectionFlagXic": "0",
75067506
"thnConfigAxisBdtScoreBkg": {
75077507
"values": [
75087508
"100",

0 commit comments

Comments
 (0)