Skip to content

BeamFour Notes

Dibyendu Majumdar edited this page Dec 21, 2025 · 4 revisions

Misc

1D Histogram

  • Code is in Draw1HD
  • See addRayToHisto() - gets x value, maps to a bin and counts
  • attribute is RTXL = 7 - which is the x value
  • The options define what field to pick and how many bins

How named fields are mapped

Example xfinal is mapped to RTXL See RAYDataModel.getCombinedRayFieldOp()

Clone this wiki locally