Skip to content

Commit 7626047

Browse files
authored
Add configurables for proton PID in skimming (#437)
1 parent 081e595 commit 7626047

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

codeHF/dpl-config_run3.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,12 @@
142142
"-0.5",
143143
"0.5"
144144
]
145-
}
145+
},
146+
"processNoPid": "true",
147+
"processProtonPidTpc": "false",
148+
"processProtonPidTof": "false",
149+
"processProtonPidTpcOrTof": "false",
150+
"processProtonPidTpcAndTof": "false"
146151
},
147152
"hf-track-index-skim-creator": {
148153
"isRun2": "true",
@@ -414,6 +419,8 @@
414419
]
415420
]
416421
},
422+
"applyProtonPidForLcToPKPi": "true",
423+
"applyProtonPidForXicToPKPi": "true",
417424
"axisPvRefitDeltaX": {
418425
"values": [
419426
"1000",
@@ -463,6 +470,7 @@
463470
"cutInvMassV0": "0.05",
464471
"ptCascCandMin": "-1",
465472
"cutInvMassCascLc": "1",
473+
"applyProtonPid": "true",
466474
"ccdbUrl": "http://alice-ccdb.cern.ch",
467475
"ccdbPathLut": "GLO/Param/MatLUT",
468476
"ccdbPathGrp": "GLO/GRP/GRP",

0 commit comments

Comments
 (0)