-
Notifications
You must be signed in to change notification settings - Fork 3
/
Plots_RunMe.py
48 lines (41 loc) · 1.76 KB
/
Plots_RunMe.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
#from Plots import *
execfile("Plots.py")
###-------Model Independent Limits-------###
#--Limits on N_ext vs m(a) #fix MGammaD_array is for GammaD or NMSSM
limit_vs_mGammaD_2016()
#--Limits on xsecBr*alpha vs m(a) #fix MGammaD_array is for GammaD or NMSSM
limit_CSxBR2xAlpha_fb_vs_mGammaD_2016()
###------- Dark SUSY -------###
#--BR(a->mumu) vs m(a)
#plot_BR_GammaD_to_2mu()
#--Acceptance vs things-------
#Alpha_vs_ctau_2015() # Use alpha for Dark SUSY in scripts/CmsDarkSusyAcceptance.py
#Alpha_vs_mGammaD_2015() # Use alpha for Dark SUSY in scripts/CmsDarkSusyAcceptance.py
#Alpha_vs_mGammaD_ctau_3D()
#Plot_Eff_vs_R() # Step function
###------- NMSSM -------###
limit_CSxBR2_fb_vs_mh_2016()
limit_CSxBR2_fb_vs_ma_2016()
#print f1(0.4,40.0,5.0,1.0,1.0)
#print f2(0.4,40,5,1.0)
#print f3(0.4,40.0,5.0)
#print f_Alpha_vs_ctau(0.4,40.0,5.0,0.068)
#print f_Alpha_vs_ctau(0.4,40.0,0.05,0.068)
#print f_Alpha_vs_ctau(0.4,40.0,0.1,0.068)
#print f_Alpha_vs_ctau(0.4,40.0,5.0,0.068)
###------- Dark Susy -------###
#!limit_CSxBR2_fb_vs_mGammaD_2015()
#!limit_CS_fb_vs_mGammaD_2015()
#!limit_CSxBR2_fb_vs_ctau_2015()
#!limit_CSxBR2_fb_and_CS_fb_and_CS_over_CSsm_vs_mGammaD_ctau_3D_and_2D()
#
#plot_width_over_e2_GeV()
#plot_ctauConst_vs_logEpsilon2_mGammaD()
#!limit_Lines_CSxBR2_fb_vs_mGammaD_ctau()
#!limit_Lines_CS_vs_mGammaD_ctau()
#print log10( c_hbar_mm_GeV / Width_GammaD_over_e2_GeV( 0.4 ) / 0.1 )
#print log10( c_hbar_mm_GeV / Width_GammaD_over_e2_GeV( 0.4 ) / 0.2 )
#print log10( c_hbar_mm_GeV / Width_GammaD_over_e2_GeV( 0.4 ) / 0.5 )
#print log10( c_hbar_mm_GeV / Width_GammaD_over_e2_GeV( 0.4 ) / 1.0 )
#print log10( c_hbar_mm_GeV / Width_GammaD_over_e2_GeV( 0.4 ) / 2.0 )
#print log10( c_hbar_mm_GeV / Width_GammaD_over_e2_GeV( 0.4 ) / 5.0 )