-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplot_list.yml
More file actions
82 lines (77 loc) · 2.11 KB
/
plot_list.yml
File metadata and controls
82 lines (77 loc) · 2.11 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
std_output_dir: &std_output_dir ./plots
std_cutset: &std_cutset >
(preSkimBToKEE_fit_mass>4.5) &
(preSkimBToKEE_fit_mass < 5.5)
plots:
jpsi_bmass_comparison:
inputs:
- /eos/cms/store/group/phys_bphys/DiElectronX/File_location_20_11_24/CMGtoolsFiles/jpsi/Bu_kaon_jpsi_resonant.root
tree: Events
output_dir: *std_output_dir
filename: jpsi_bmass_comparison
branches:
- recoB_fit_mass
- preSkimBToKEE_fit_mass
bins: [5, 5.5, 30]
cuts: None
norm: True
yscale: log
ylabel: nEvents [A.U.]
xlabel: "$m_{\\text{B Candidate}}$ [GeV]"
legend:
- Fitted Mass
- Raw Mass
jpsi_llmass_comparison:
inputs:
- /eos/cms/store/group/phys_bphys/DiElectronX/File_location_20_11_24/CMGtoolsFiles/jpsi/Bu_kaon_jpsi_resonant.root
tree: Events
output_dir: *std_output_dir
filename: jpsi_llmass_comparison
branches:
- recoB_mll_fullfit
- preSkimBToKEE_mll_fullfit
bins: [2.5, 3.5, 30]
cuts: None
norm: True
yscale: log
ylabel: nEvents [A.U.]
xlabel: "$m_{e^{+}e^{-}}$ [GeV]"
legend:
- Fitted Mass
- Raw Mass
psi2s_bmass_comparison:
inputs:
- /eos/cms/store/group/phys_bphys/DiElectronX/File_location_20_11_24/CMGtoolsFiles/psi2s/Bu_kaon_psi2s_resonant.root
tree: Events
output_dir: *std_output_dir
filename: psi2s_bmass_comparison
branches:
- recoB_fit_mass
- preSkimBToKEE_fit_mass
bins: [5, 5.5, 30]
cuts: None
norm: True
yscale: log
ylabel: nEvents [A.U.]
xlabel: "$m_{\\text{B Candidate}}$ [GeV]"
legend:
- Fitted Mass
- Raw Mass
psi2s_llmass_comparison:
inputs:
- /eos/cms/store/group/phys_bphys/DiElectronX/File_location_20_11_24/CMGtoolsFiles/psi2s/Bu_kaon_psi2s_resonant.root
tree: Events
output_dir: *std_output_dir
filename: psi2s_llmass_comparison
branches:
- recoB_mll_fullfit
- preSkimBToKEE_mll_fullfit
bins: [3., 4.2, 30]
cuts: None
norm: True
yscale: log
ylabel: nEvents [A.U.]
xlabel: "$m_{e^{+}e^{-}}$ [GeV]"
legend:
- Fitted Mass
- Raw Mass