866 *, postfix=None, selectionName, customSelections=None):
867 """Create an event-level cutflow config
868
869 Keyword arguments:
870 containerName -- name of the container
871 postfix -- a postfix to apply to decorations and algorithm names.
872 selectionName -- the name of the selection to do the cutflow for
873 customSelections -- a list of decorations to use in the cutflow, to override the retrieval of all decorations
874 """
875
876 config = EventCutFlowBlock()
877 config.setOptionValue('containerName', containerName)
878 config.setOptionValue('selectionName', selectionName)
879 config.setOptionValue('postfix', postfix)
880 config.setOptionValue('customSelections', customSelections)
881 seq.append(config)