-
Notifications
You must be signed in to change notification settings - Fork 18
ploting monopole while using hempc file #289
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
Comments
Hi @MuhammadTayyab-javaid I'm assuming you are running ma5 in parton level not reco mode. Because reco mode only plots reconstructed objects i.e. leptons, jets, photon, missing energy. In parton mode, plot module by default looks for final state particles, so if your particle is not in the final state you need to tell the plot to look into interstate particles (please refer to the manual for details). This all assumes ofc you defined your particle properly and ma5 does not raise a warning regarding to your particle at the end of the run. If you see that warning, that means you did not define your particle properly and it needs to be included here. |
Dear Muhammad,
In principle I could help you. However, without more information allowing me to reproduce the issue, I am afraid I won’t be able to.
Regards,
Benjamin
… On 22 May 2025, at 16:32, MuhammadTayyab-javaid ***@***.***> wrote:
MuhammadTayyab-javaid
created an issue
(MadAnalysis/madanalysis5#289)
<#289>
Question
can you help me how i can plot monopole like PT(monopole) in madanalysis5 because i am trying the method by defining it by its PDGID number which is 4110000 but the graphs are empty although i already checked 4110000 is present in hempc file
so please assist me to resolve this problem
—
Reply to this email directly, view it on GitHub <#289>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIWJNJ36EMNSNUT7TQ6LAI327XNXXAVCNFSM6AAAAAB5WH6M7WVHI2DSMVQWIX3LMV43ASLTON2WKOZTGA4DGNJZG44DEOI>.
You are receiving this because you are subscribed to this thread.
|
i am working on monopole production via muon collider in MadGraph for this i am using a model name "monospin_one" the generation code is (mu+ mu- > mu+ mu- mm+ mm-) for detail analysis i am using Madanalysis5 . for this i am importing " tag_1_pythia8_events.hepmc.gz" file then |
Hi Muhammad,
As can be seen from the warning messages, you need to teach delphes about how to deal with the monopoles. Otherwise, the default behaviour will be used, which is not what you want.
Regards,
Benjamin
… On 22 May 2025, at 21:21, MuhammadTayyab-javaid ***@***.***> wrote:
MuhammadTayyab-javaid
left a comment
(MadAnalysis/madanalysis5#289)
<#289 (comment)>
i am working on monopole production via muon collider in MadGraph for this i am using a model name "monospin_one" the generation code is (mu+ mu- > mu+ mu- mm+ mm-) for detail analysis i am using Madanalysis5 . for this i am importing " tag_1_pythia8_events.hepmc.gz" file then
i define monopole = 4110000 in it but the results are empty plots
one of the error which display via analysis is missing PDGID = 4110000 i attached the process information file in this mail
kindly assist me so i can finish my work
regards
Tayyab javaid
script1.txt <https://github.com/user-attachments/files/20399208/script1.txt>
main.pdf <https://github.com/user-attachments/files/20399214/main.pdf>
—
Reply to this email directly, view it on GitHub <#289 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AIWJNJ74LE5A3WOOQC7D47327YPUTAVCNFSM6AAAAAB5WH6M7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMBSGMYDSNRRGM>.
You are receiving this because you commented.
|
Question
can you help me how i can plot monopole like PT(monopole) in madanalysis5 because i am trying the method by defining it by its PDGID number which is 4110000 but the graphs are empty although i already checked 4110000 is present in hempc file
so please assist me to resolve this problem
The text was updated successfully, but these errors were encountered: