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

Fragments and cards for resonant X->ZZ->bbtautau and Z’->ZH->bbtautau #3635

Merged
merged 8 commits into from
Feb 26, 2024

Conversation

elenavernazza
Copy link
Contributor

Dear experts,

I’m conducting a study on high mass resonances X -> ZZ -> bbtautau and Z’ -> ZH -> bbtautau.
I'm adding the fragments and the related configuration cards for the signal samples.

Cheers,

Elena

from Configuration.Generator.Pythia8PowhegEmissionVetoSettings_cfi import *
from Configuration.Generator.PSweightsPythia.PythiaPSweightsSettings_cfi import *

generator = cms.EDFilter("Pythia8HadronizerFilter",
Copy link
Collaborator

Choose a reason for hiding this comment

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

here should use the concurrent hadronizer

@@ -0,0 +1,3 @@
DecayMode1=2 DecayMode2=-289 ReweightDecay WidthSchemeIn=3 ReadPMZZ
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you remind me what does "DecayMode2=-289" mean

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The "DecayMode2=-289" follows the rule described in the JHU manual [1] to require a specific decay mode.
In our case we want to produce Z->bb, so I'm applying the syntax -p1p2 = -1717 = -289 .

[1] https://spin.pha.jhu.edu/manJHUGenerator.v7.5.2.pdf

# Apply pt/E/eta/dr/mij cuts on decay products or not
# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
#**********************************************************
F = cut_decays ! Cut decay products
Copy link
Collaborator

Choose a reason for hiding this comment

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

if you want to apply the lepton/jet cuts following, you should use "T=cut_decays" since they are from decay chain

# Apply pt/E/eta/dr/mij cuts on decay products or not
# (note that etmiss/ptll/ptheavy/ht/sorted cuts always apply)
#**********************************************************
F = cut_decays ! Cut decay products
Copy link
Collaborator

Choose a reason for hiding this comment

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

same comment here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrections to this and the previous comments are implemented in the following commits.
Thank you for reviewing!

set param_card mass 9000001 MASS
set param_card mass 9000002 MASS
set param_card rhoinputs 2 MASS
set param_card DECAY 9000001 1.000000e-03
Copy link
Collaborator

Choose a reason for hiding this comment

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

one more question, will you use the cross section from the sample. if you use a random small number for the width, the final cross section will be incorrect. but it's fine you only need the signal shape

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I won't use the cross section from the sample, but thank you for the comment. I'll keep it in mind!

@elenavernazza
Copy link
Contributor Author

Dear experts,
Is any other action required form my side in order for the PR to be merged?

@menglu21 menglu21 merged commit 85f401b into cms-sw:master Feb 26, 2024
6 checks passed
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.

2 participants