Skip to content

JetWorkerAlgorithm

Frederic Renner requested to merge jetWorker into master

Implements an algorithm configurable from VariableDumper.py to get and write a jetContainer to the eventstore with the following options

  • containerInKey=SmallJetKey,
  • containerOutKey="sortedReco4Jets",
  • bTagWP="", # empty string: "" ignores btagging
  • minPt=20_000,
  • maxEta=2.5,
  • howManyToKeep=4, # -1 means keep all
  • pTsort=True,

On top it decorates a flag if a jet is central with isCentral and the nr of selected objects to the output container and eventinfo.

related to #21 (closed)

Edited by Frederic Renner

Merge request reports