Converter

From Hall A Wiki
Jump to: navigation, search
  • The converter here have two purposes
    • The first purpose is to add background, efficiency and other things which can change the raw data.
      • Add position resolution for each hit (We recorded the true information in the simulation)
      • Add background according to a TDC time window. (Background rates/shape are hard coded, but one can easily scale the rate)
      • Add hit efficiencies (We assume an average hit efficiency)
      • Other things, like input file name, output file name, number of events.
    • The second purpose is to re-organize the format of the rootfile, so that it is suitable to be read by the BigBite tracking library.
    • Code @ http://blinkin.krl.caltech.edu/progressive_tracking/background.C
    • MakeFile @ http://blinkin.krl.caltech.edu/progressive_tracking/Makefile