cut selections #241
Replies: 6 comments 3 replies
-
Hi @fotonfoton123, can you give a bit more detail, e.g. version of ma5 that you are using, if you are getting any errors, what ma5 tells you when you run in debug mode, etc |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response. I use to calculate the process p p > z z , z > l-l+, z > vl vl~ through MG5_v3_3_1. Here I put the signal and SM arkplan lhe files I obtained into madanalysis. Then I open the terminal here and import /home/mk/madanalysis5/cbtw.lhe.gz as cbtw import /home/mk/madanalysis5/cbw.lhe.gz as cbw import /home/mk/madanalysis5/cww.lhe.gz as cww import /home/mk/madanalysis5/wwsm.lhe.gz as WW import /home/mk/madanalysis5/zzsm.lhe.gz as ZZ set cbb.type=signal #set main.stacking_method = normalize2one #define vl = 12 14 16 -16 -14 -12 submit /home/mk/madanalysis5/results MadAnalysis 5 report draws only ET (missing energy) and M (l-,l+) graphs as output. I am a bit new to the programme, so I hope I have written what you want. Best regards. |
Beta Was this translation helpful? Give feedback.
-
I use MadAnalysis version 1.9.60 (2021/12/13). After running the code in the terminal, it did not give an error as far as I understand: ma5>set cbb.type=signal |
Beta Was this translation helpful? Give feedback.
-
WARNING: Particle/Multiparticle labelled 'invisible' is already defined. |
Beta Was this translation helpful? Give feedback.
-
Hi, Cheers. |
Beta Was this translation helpful? Give feedback.
-
thank you for your reply. Cheers. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a question related to MadAnalysis. I examine the process p p > z z , z > l-l+, z > vl vl~ through MG5. In this paper, I want to make a better separation of the processes of standard model and new physics beyond the SM with cuts. For this purpose, I write the cuts of the signals and standard model cross sections with the following code.
#set main.stacking_method = normalize2one
set main.stacking_method = superimpose
#set main.stacking_method = stack
#define vl = 12 14 16 -16 -14 -12
define invisible = ve ve vm vm vt vt vl vl
#reject PT(a) < 200
set main.graphic_render = root
plot PT(l[1]) 10 0 1000 [logY]
plot PT(l[2]) 10 0 1000 [logY]
plot ETA(l[1]) 1 -5 5 [logY]
plot ETA(l[2]) 1 -5 5 [logY]
plot PT(l[1] l[2]) 50 0 500 [logY]
plot MET 50 0 500 [logY]
plot M(l+ l-) 10 0 1500 [logY]
plot DELTAR(l+ l-) 0.5 0 5 [logY]
As seen in this code, I want to distinguish the signals from the SM from the leptons and neutrinos coming from the z boson. In this code, I can see only ET (missin energy) and M (l-,l+) graphs as output. DeltaR (l-,l+) and ETA (l1), ETA (l2), pt (l1) and pt (l2) graphs are not visible in the plots. I am sending you the code below, I would be glad if you can help.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions