Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MC #20

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

MC #20

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27,859 changes: 27,831 additions & 28 deletions data/index_2022.json

Large diffs are not rendered by default.

19,180 changes: 19,152 additions & 28 deletions data/index_2022EE.json

Large diffs are not rendered by default.

12,522 changes: 12,494 additions & 28 deletions data/index_2023.json

Large diffs are not rendered by default.

6,797 changes: 6,769 additions & 28 deletions data/index_2023BPix.json

Large diffs are not rendered by default.

24 changes: 0 additions & 24 deletions requirements.txt

This file was deleted.

60 changes: 60 additions & 0 deletions src/condor/submit_configs/25Feb17MC.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"2022":
{
"HHbbtt":
{
"subsamples":
[
"GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00",
"VBFHHto2B2Tau_CV_1_C2V_0_C3_1",
"VBFHHto2B2Tau_CV_1_C2V_1_C3_1",
],
"files_per_job": 20,
},
"TT":
{
"files_per_job": 30,
},
"QCD":
{
"files_per_job": 30,
},
"VJets":
{
"files_per_job": 100,
},
"Hbb":
{
"files_per_job": 20,
},
},
# "2022EE":
# {
# "HHbbtt":
# {
# "subsamples":
# [
# "GluGlutoHHto2B2Tau_kl-1p00_kt-1p00_c2-0p00",
# "VBFHHto2B2Tau_CV_1_C2V_0_C3_1",
# "VBFHHto2B2Tau_CV_1_C2V_1_C3_1",
# ],
# "files_per_job": 20,
# },
# "TT":
# {
# "files_per_job": 30,
# },
# "QCD":
# {
# "files_per_job": 30,
# },
# "VJets":
# {
# "files_per_job": 100,
# },
# "Hbb":
# {
# "files_per_job": 20,
# },
# },
}
1 change: 1 addition & 0 deletions src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def main(args):
save_parquet=save_parquet,
save_root=save_root and args.save_root,
filetag=f"{args.starti}-{args.endi}",
batch_size=args.batch_size,
)


Expand Down