Skip to content

updating Pixel DB reference file

This MR is meant to make the MakeReferenceFile.cxx more flexible with the usage of the command arguments.

Parameters have some default values:

  • tagName = PixelChargeCalibration-DATA-RUN2-UPD4-26
  • folder = /PIXEL/ChargeCalibration
  • dbName = COOLOFL_PIXEL/CONDBR2
  • useIOV = latest
  • outputFile = tagName+".log"

In case you select an IOV, which must exist in the list of IOVs, the name of the output file will be the same but with the IOV name in front. example useIOV=472320_0 the output will be 472320_0_PixelChargeCalibration-DATA-RUN2-UPD4-26.log

In order to run the code with the arguments you must do: MakeReferenceFile IOV=XXXXX tagName=XXXXX

Merge request reports