Eop normalization of IC, new cumulative plots, add documentation
Merge request reports
Activity
What is the difference of the functions
get_files_prev_task
,prev_task_data_source
, andprocess_by_intlumi
compared to the ones already defined in https://gitlab.cern.ch/cms-ecal-dpg/ECALELFS/automation-control/-/blob/master/ecalautoctrl/TaskHandlers.py?ref_type=heads#L379 ?For
get_files_prev_task
instead of having a simplestr
forself.prev_input
we have astr
or alist[str]
so that we can combine the input of ecalelf-ntuples from both W and Z skim.prev_task_data_source
is just the wrapper that sets the get_files attribute with the above function instead of the one from automation-control.For
process_by_intlumi
we have an additional parameter in the func signature which is thegroup_filter
that takes two runs and decides if the two can be grouped together or not: e.g. using thesame_year
function.These functions should be included in
ecalautoctrl
with a future MR since they should not touch the behavior of other workflows.
added 3 commits
-
98d63e59...c6326b8c - 2 commits from branch
cms-ecal-dpg/ECALELFS:master
- c35bb994 - Merge remote-tracking branch 'upstream/master' into HEAD
-
98d63e59...c6326b8c - 2 commits from branch
mentioned in issue automation-control#27