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

2023postBPix campaign #56

Open
wants to merge 26 commits into
base: master
Choose a base branch
from
Open

2023postBPix campaign #56

wants to merge 26 commits into from

Conversation

mafrahm
Copy link
Contributor

@mafrahm mafrahm commented Jul 23, 2024

should be merged after #49

@mafrahm mafrahm self-assigned this Jul 23, 2024
@mafrahm mafrahm force-pushed the campaign/2023_postBPix branch from e03b2af to fa051aa Compare August 7, 2024 11:15
Copy link
Contributor

@pkausw pkausw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @mafrahm ! I think we need to make a decision about the H->tautau samples though, right now none of them are considered iiuc

),
),
)
# cpn.add_dataset(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the following datasets commented out? Is there something wrong with them?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is nothing wrong with the datasets, but the corresponding processes have not yet been implemented

Comment on lines +45 to +58
# cpn.add_dataset(
# name="h_ggf_htt_amcatnlo",
# id=14920389,
# processes=[procs.h_ggf_htt],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/GluGluHto2Tau_M-125_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=28,
# n_events=984768,
# ),
# ),
# )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# cpn.add_dataset(
# name="h_ggf_htt_amcatnlo",
# id=14920389,
# processes=[procs.h_ggf_htt],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/GluGluHto2Tau_M-125_TuneCP5_13p6TeV_amcatnloFXFX-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=28,
# n_events=984768,
# ),
# ),
# )

Comment on lines +176 to +203
# cpn.add_dataset(
# name="h_vbf_htt_powheg",
# id=14927460,
# processes=[procs.h_vbf_htt],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/VBFHTo2TauUncorrelatedDecay_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=21,
# n_events=200000,
# ),
# ),
# )
# cpn.add_dataset(
# name="h_vbf_htt_powheg",
# id=14927786,
# processes=[procs.h_vbf_htt],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/VBFHTo2TauUncorrelatedDecay_Filtered_M-125_TuneCP5_13p6TeV_powheg-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=71,
# n_events=7065031,
# ),
# ),
# )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be either one of these uncommented? I'm guessing the second one, though there are quite a few filters applied on LHE level (see fragment). In any case, it's good to know what the Filtered refers to.

Side note: I'm not sure if we can use the "normal" XS prediction for this sample though, so the first (unfiltered) one might be what we want after all...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no preference which of these datasets to keep and which to remove. There is also the UncorrelatedDecay part present in the DAS name, so maybe both of these datasets are not what we want. In 2017 for example, there is this dataset, which does not include that part at all:

"/VBFHToTauTau_M125_TuneCP5_13TeV-powheg-pythia8/RunIISummer20UL17NanoAODv9-106X_mc2017_realistic_v9-v1/NANOAODSIM"

Comment on lines +377 to +404
# cpn.add_dataset(
# name="zh_htt_powheg",
# id=14927596,
# processes=[procs.zh_htt],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/ZHto2TauUncorrelatedDecay_M-125_CP5_13p6TeV_powheg-minnlo-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=26,
# n_events=29949,
# ),
# ),
# )
# cpn.add_dataset(
# name="zh_htt_powheg",
# id=14927498,
# processes=[procs.zh_htt],
# info=dict(
# nominal=DatasetInfo(
# keys=[
# "/ZHto2TauUncorrelatedDecay_Filtered_M-125_CP5_13p6TeV_powheg-minnlo-pythia8/Run3Summer23BPixNanoAODv12-130X_mcRun3_2023_realistic_postBPix_v2-v2/NANOAODSIM", # noqa
# ],
# n_files=230,
# n_events=1009433,
# ),
# ),
# )
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment above

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants