Skip to content

Commit

Permalink
update skimming
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Mar 7, 2024
1 parent e2d1917 commit a2dc0a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/HHbbVV/bash/run_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
year=2016APV
processor=skimmer
extraargs=""
extraargs="--no-inference"
# extraargs="--no-inference"

OUTPUTDIR="tmp/test_outputs/$year"
mkdir -p $OUTPUTDIR
Expand Down
1 change: 1 addition & 0 deletions src/HHbbVV/processors/bbVVSkimmer.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ class bbVVSkimmer(SkimmerABC):
"ak8FatJetHVV",
"ak8FatJetHVVNumProngs",
"ak8FatJetParticleNetMD_Txbb",
"ak8FatJetParticleNet_Th4q",
"VVFatJetParTMD_probQCD",
"VVFatJetParTMD_probHWW3q",
"VVFatJetParTMD_probHWW4q",
Expand Down
12 changes: 3 additions & 9 deletions src/condor/submit_configs/skimmer_inputs_24_02_26.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{ "Skimmer": {
# submit script will append year to this
"JetHT": { "files_per_job": 20, "chunksize": 80000 },
"HH":
{
"subsamples":
[
"HH": { "subsamples": [
"GluGluToHHTobbVV_node_cHHH0",
"GluGluToHHTobbVV_node_cHHH1",
"GluGluToHHTobbVV_node_cHHH2p45",
"GluGluToHHTobbVV_node_cHHH5",
"VBF_HHTobbVV_CV_1_C2V_1_C3_1",
"VBF_HHTobbVV_CV_0_5_C2V_1_C3_1",
# "VBF_HHTobbVV_CV_0_5_C2V_1_C3_1", # not used in combination
"VBF_HHTobbVV_CV_1_C2V_0_C3_1",
"VBF_HHTobbVV_CV_1_C2V_2_C3_1",
"VBF_HHTobbVV_CV_1_5_C2V_1_C3_1",
"VBF_HHTobbVV_CV_1_C2V_1_C3_0",
"VBF_HHTobbVV_CV_1_C2V_1_C3_2",
],
"files_per_job": 8,
"chunksize": 10000,
},
], "files_per_job": 8, "chunksize": 10000 },
"XHY":
{
"subsamples":
Expand Down

0 comments on commit a2dc0a9

Please sign in to comment.