Skip to content

Integration of E/p workflow

Giorgio Pizzati requested to merge gpizzati/automation:master into master

E/p workflow is composed of 2 tasks:

  • eop-mon which submits jobs for laser monitoring. Currently running 27 harness per job
  • eop-cml which gathers all the partial results, merge them creating an harness map and also creates plots of IC time evolution for each harness

The output files are :

  • .pkl and .json files containing the harness map, information about the IOV
  • an harness map plot
  • a cumulative IC evolution over time for each harness plot

The workflow depends on ecalelf-ntuples-[w/z]skim. We merge files from both workflows and process them together.

Merge request reports