config.yaml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. #max-events: 20
  2. debug: false
  3. #output-file: ../hists/ttbar-old-seeding.root
  4. source-file-key: local
  5. hoe_cut: 0.15
  6. zee-new-default:
  7. files: /mnt/hadoop/user/uscms01/pnfs/unl.edu/data4/cms/store/user/cfangmei/ZToEE_NNPDF30_13TeV-powheg_M_120_200/EGamma_18-04-26_trackingNtuple_narrow-eg/180426_232815/0000/trackingNtuple_*.root
  8. zee-new-wide:
  9. files: /mnt/hadoop/user/uscms01/pnfs/unl.edu/data4/cms/store/user/cfangmei/ZToEE_NNPDF30_13TeV-powheg_M_120_200/EGamma_18-04-26_trackingNtuple_wide-eg/180426_232942/0000/trackingNtuple_*.root
  10. zee-old-default:
  11. files: /mnt/hadoop/user/uscms01/pnfs/unl.edu/data4/cms/store/user/cfangmei/ZToEE_NNPDF30_13TeV-powheg_M_120_200/EGamma_18-04-26_trackingNtuple_old-seeding-eg/180426_233131/0000/trackingNtuple_*.root
  12. tt-new-default:
  13. files: /mnt/hadoop/user/uscms01/pnfs/unl.edu/data4/cms/store/user/cfangmei/TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/EGamma_18-04-26_trackingNtuple_narrow-ttbar/180426_232215/0000/trackingNtuple_*.root
  14. tt-new-wide:
  15. files: /mnt/hadoop/user/uscms01/pnfs/unl.edu/data4/cms/store/user/cfangmei/TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/EGamma_18-04-26_trackingNtuple_wide-ttbar/180426_232354/0000/trackingNtuple_*.root
  16. tt-old-default:
  17. files: /mnt/hadoop/user/uscms01/pnfs/unl.edu/data4/cms/store/user/cfangmei/TT_TuneCUETP8M2T4_13TeV-powheg-pythia8/EGamma_18-04-26_trackingNtuple_old-seeding-ttbar/180426_232526/0000/trackingNtuple_*.root
  18. local:
  19. files: /home/caleb/Sources/EGamma/data/zee.root
  20. hist-params:
  21. dRz_v_Et:
  22. label_x: "dRz (cm)"
  23. nbins_x: 60
  24. low_x: 0
  25. high_x: 10
  26. label_y: "$E_T$"
  27. nbins_y: 30
  28. low_y: 0
  29. high_y: 100
  30. dPhi_v_Et:
  31. label_x: "dPhi (rad)"
  32. nbins_x: 60
  33. low_x: 0
  34. high_x: 0.2
  35. label_y: "$E_T$"
  36. nbins_y: 30
  37. low_y: 0
  38. high_y: 100
  39. dRz_v_Et_outer_hits:
  40. label_x: "dRz (cm)"
  41. nbins_x: 60
  42. low_x: 0
  43. high_x: 0.25
  44. label_y: "$E_T$"
  45. nbins_y: 30
  46. low_y: 0
  47. high_y: 100
  48. dPhi_v_Et_outer_hits:
  49. label_x: "dPhi (rad)"
  50. nbins_x: 60
  51. low_x: 0
  52. high_x: 0.012
  53. label_y: "$E_T$"
  54. nbins_y: 30
  55. low_y: 0
  56. high_y: 100
  57. dRz_v_eta:
  58. label_x: "dRz (cm)"
  59. nbins_x: 60
  60. low_x: 0
  61. high_x: 10
  62. label_y: "$\eta$"
  63. nbins_y: 30
  64. low_y: 0
  65. high_y: 3.0
  66. dPhi_v_eta:
  67. label_x: "dPhi (rad)"
  68. nbins_x: 60
  69. low_x: 0
  70. high_x: 0.2
  71. label_y: "$\eta$"
  72. nbins_y: 30
  73. low_y: 0
  74. high_y: 3.0
  75. dRz_v_eta_outer_hits:
  76. label_x: "dRz (cm)"
  77. nbins_x: 60
  78. low_x: 0
  79. high_x: 0.25
  80. label_y: "$\eta$"
  81. nbins_y: 30
  82. low_y: 0
  83. high_y: 3.0
  84. dPhi_v_eta_outer_hits:
  85. label_x: "dPhi (rad)"
  86. nbins_x: 60
  87. low_x: 0
  88. high_x: 0.012
  89. label_y: "$\eta$"
  90. nbins_y: 30
  91. low_y: 0
  92. high_y: 3.0
  93. pt:
  94. nbins_x: 30
  95. low_x: 0
  96. high_x: 300
  97. eta:
  98. nbins_x: 30
  99. low_x: -3.0
  100. high_x: 3.0
  101. phi:
  102. nbins_x: 30
  103. low_x: -3.14159
  104. high_x: 3.14159
  105. pt_fine:
  106. nbins_x: 300
  107. low_x: 0
  108. high_x: 300
  109. eta_fine:
  110. nbins_x: 300
  111. low_x: -3.0
  112. high_x: 3.0
  113. phi_fine:
  114. nbins_x: 300
  115. low_x: -3.14159
  116. high_x: 3.14159
  117. gsf_tracks_nmatch_sim_tracks:
  118. label_x: "nMatchedSimTracks"
  119. nbins_x: 5
  120. low_x: -0.5
  121. high_x: 4.5
  122. n_hit_v_eta:
  123. label_x: "eta"
  124. nbins_x: 60
  125. low_x: -3
  126. high_x: 3
  127. label_y: "Number of Pixel Hits"
  128. nbins_y: 7
  129. low_y: -0.5
  130. high_y: 6.5
  131. hit_vs_layer:
  132. label_x: "layer"
  133. nbins_x: 4
  134. low_x: 0.5
  135. high_x: 4.5
  136. label_y: "hit number"
  137. nbins_y: 5
  138. low_y: 0.5
  139. high_y: 5.5
  140. ecal_energy_resolution:
  141. label_x: "delta E"
  142. nbins_x: 200
  143. low_x: -1
  144. high_x: 1
  145. n_seeds:
  146. nbins_x: 201
  147. low_x: -0.5
  148. high_x: 200.5
  149. matched_dR:
  150. nbins_x: 300
  151. low_x: 0
  152. high_x: .1
  153. matched_dpT:
  154. nbins_x: 2000
  155. low_x: -10
  156. high_x: 10