config.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #max-events: 3000
  2. debug: false
  3. output-file: example.root
  4. source-files:
  5. - filename: /home/caleb/Sources/EGamma/data/new_trees/trackingNtuple_1.root
  6. hist-params:
  7. track_px:
  8. label_x: "track_px"
  9. nbins: 30
  10. low: -300
  11. high: 300
  12. label_y: ""
  13. eff_v_pt:
  14. label_x: "eff_v_pt"
  15. nbins: 30
  16. low: 0
  17. high: 300
  18. label_y: ""
  19. eff_v_eta:
  20. label_x: "eff_v_eta"
  21. nbins: 30
  22. low: -3.0
  23. high: 3.0
  24. label_y: ""
  25. eff_v_phi:
  26. label_x: "eff_v_phi"
  27. nbins: 30
  28. low: -3.2
  29. high: 3.2
  30. label_y: ""
  31. pur_v_pt:
  32. label_x: "pur_v_pt"
  33. nbins: 30
  34. low: 0
  35. high: 300
  36. label_y: ""
  37. pur_v_eta:
  38. label_x: "pur_v_eta"
  39. nbins: 30
  40. low: -3.0
  41. high: 3.0
  42. label_y: ""
  43. pur_v_phi:
  44. label_x: "pur_v_phi"
  45. nbins: 30
  46. low: -3.2
  47. high: 3.2
  48. label_y: ""
  49. n_hit_v_eta:
  50. label_x: "eta"
  51. nbins_x: 60
  52. low_x: -3
  53. high_x: 3
  54. label_y: "Number of Pixel Hits"
  55. nbins_y: 7
  56. low_y: -0.5
  57. high_y: 6.5