Skip to content

First version of calibration step

Przemyslaw Karczmarczyk requested to merge pkarczma/mcplots:master into master

This is a first version of calibration handling. Short description of changes:

  1. Two new columns in map file: [calibration] & [postprocessing] -> [calibration] contain a list of calibration file names (there can be more than 1, provided after ',' character) which are searched by runRivet.sh script in a corersponding calibration directory -> [postprocessing] contain '1' if there is a need for postprocessing (in that case [calibration] column contains '-'), it contains nothing if there is no need for postprocessing
  2. [cuts] and [globalVariable] columns merged into 1 column named [cuts]. It contain the main name of cuts and optionally a list of other cuts provided after a ',' character
  3. Modified runRivet.sh script to find corresponding calibration files for currently running analysis and provide a list of them to rivetvm.cc macro
  4. Modified rivetvm.cc macro to use calibration histograms as input and use readData() function to read them in to the analysis
  5. New process for heavy-ion events: heavyion-mb. With Jon Fiete we decided that this will be the best name for now.
  6. New beam type (AA = PbPb, PbPb_pp) in mcplots.conf file

Merge request reports