Skip to content

Commit

Permalink
Add configurables for proton PID in skimming (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosa authored Nov 28, 2023
1 parent 081e595 commit 7626047
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion codeHF/dpl-config_run3.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,12 @@
"-0.5",
"0.5"
]
}
},
"processNoPid": "true",
"processProtonPidTpc": "false",
"processProtonPidTof": "false",
"processProtonPidTpcOrTof": "false",
"processProtonPidTpcAndTof": "false"
},
"hf-track-index-skim-creator": {
"isRun2": "true",
Expand Down Expand Up @@ -414,6 +419,8 @@
]
]
},
"applyProtonPidForLcToPKPi": "true",
"applyProtonPidForXicToPKPi": "true",
"axisPvRefitDeltaX": {
"values": [
"1000",
Expand Down Expand Up @@ -463,6 +470,7 @@
"cutInvMassV0": "0.05",
"ptCascCandMin": "-1",
"cutInvMassCascLc": "1",
"applyProtonPid": "true",
"ccdbUrl": "http://alice-ccdb.cern.ch",
"ccdbPathLut": "GLO/Param/MatLUT",
"ccdbPathGrp": "GLO/GRP/GRP",
Expand Down

0 comments on commit 7626047

Please sign in to comment.