config.yaml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. #max-events: 50000
  2. debug: false
  3. output-file: ../hists/extra-wide-window.root
  4. source-file-key: extra-wide-window
  5. extra-narrow-window:
  6. files: ../data/new_trees_extra_narrow_windows/trackingNtuple_*.root
  7. narrow-window:
  8. files: ../data/new_trees_narrow_windows/trackingNtuple_*.root
  9. wide-window:
  10. files: ../data/new_trees_wide_windows/trackingNtuple_*.root
  11. extra-wide-window:
  12. files: ../data/new_trees_extra_wide_windows/trackingNtuple_*.root
  13. nwp-tight-window:
  14. files: ../data/new_trees_nwp_tight_windows/trackingNtuple_*.root
  15. nwp-window:
  16. files: ../data/new_trees_nwp_windows/trackingNtuple_*.root
  17. old-seeding:
  18. files: ../data/new_trees_old_seeding/trackingNtuple_*.root
  19. nwp-eta-breakdown:
  20. files: ../data/new_trees_nwp_eta_breakdown/trackingNtuple_*.root
  21. hist-params:
  22. dRz_v_Et:
  23. label_x: "dRz (cm)"
  24. nbins_x: 60
  25. low_x: 0
  26. high_x: 10
  27. label_y: "$E_T$"
  28. nbins_y: 30
  29. low_y: 0
  30. high_y: 100
  31. dPhi_v_Et:
  32. label_x: "dPhi (rad)"
  33. nbins_x: 60
  34. low_x: 0
  35. high_x: 0.2
  36. label_y: "$E_T$"
  37. nbins_y: 30
  38. low_y: 0
  39. high_y: 100
  40. dRz_v_Et_outer_hits:
  41. label_x: "dRz (cm)"
  42. nbins_x: 60
  43. low_x: 0
  44. high_x: 0.25
  45. label_y: "$E_T$"
  46. nbins_y: 30
  47. low_y: 0
  48. high_y: 100
  49. dPhi_v_Et_outer_hits:
  50. label_x: "dPhi (rad)"
  51. nbins_x: 60
  52. low_x: 0
  53. high_x: 0.012
  54. label_y: "$E_T$"
  55. nbins_y: 30
  56. low_y: 0
  57. high_y: 100
  58. dRz_v_eta:
  59. label_x: "dRz (cm)"
  60. nbins_x: 60
  61. low_x: 0
  62. high_x: 10
  63. label_y: "$\eta$"
  64. nbins_y: 30
  65. low_y: 0
  66. high_y: 3.0
  67. dPhi_v_eta:
  68. label_x: "dPhi (rad)"
  69. nbins_x: 60
  70. low_x: 0
  71. high_x: 0.2
  72. label_y: "$\eta$"
  73. nbins_y: 30
  74. low_y: 0
  75. high_y: 3.0
  76. dRz_v_eta_outer_hits:
  77. label_x: "dRz (cm)"
  78. nbins_x: 60
  79. low_x: 0
  80. high_x: 0.25
  81. label_y: "$\eta$"
  82. nbins_y: 30
  83. low_y: 0
  84. high_y: 3.0
  85. dPhi_v_eta_outer_hits:
  86. label_x: "dPhi (rad)"
  87. nbins_x: 60
  88. low_x: 0
  89. high_x: 0.012
  90. label_y: "$\eta$"
  91. nbins_y: 30
  92. low_y: 0
  93. high_y: 3.0
  94. eff_v_pt:
  95. label_x: "eff_v_pt"
  96. nbins_x: 30
  97. low_x: 0
  98. high_x: 300
  99. eff_v_eta:
  100. label_x: "eff_v_eta"
  101. nbins_x: 30
  102. low_x: -3.0
  103. high_x: 3.0
  104. eff_v_phi:
  105. label_x: "eff_v_phi"
  106. nbins_x: 30
  107. low_x: -3.2
  108. high_x: 3.2
  109. eff_v_eta_pt:
  110. label_x: "eta"
  111. nbins_x: 30
  112. low_x: -3.0
  113. high_x: 3.0
  114. label_y: "pt"
  115. nbins_y: 30
  116. low_y: 0
  117. high_y: 300
  118. pur_v_pt:
  119. label_x: "pur_v_pt"
  120. nbins_x: 30
  121. low_x: 0
  122. high_x: 300
  123. pur_v_eta:
  124. label_x: "pur_v_eta"
  125. nbins_x: 30
  126. low_x: -3.0
  127. high_x: 3.0
  128. pur_v_phi:
  129. label_x: "pur_v_phi"
  130. nbins_x: 30
  131. low_x: -3.2
  132. high_x: 3.2
  133. gsf_tracks_nmatch_sim_tracks:
  134. label_x: "nMatchedSimTracks"
  135. nbins_x: 5
  136. low_x: -0.5
  137. high_x: 4.5
  138. n_hit_v_eta:
  139. label_x: "eta"
  140. nbins_x: 60
  141. low_x: -3
  142. high_x: 3
  143. label_y: "Number of Pixel Hits"
  144. nbins_y: 7
  145. low_y: -0.5
  146. high_y: 6.5
  147. hit_vs_layer:
  148. label_x: "layer"
  149. nbins_x: 4
  150. low_x: 0.5
  151. high_x: 4.5
  152. label_y: "hit number"
  153. nbins_y: 5
  154. low_y: 0.5
  155. high_y: 5.5
  156. ecal_energy_resolution:
  157. label_x: "delta E"
  158. nbins_x: 200
  159. low_x: -1
  160. low_x: 1