Skip to content
Snippets Groups Projects
  1. Jan 09, 2021
    • Peter Sherwood's avatar
      Add further checks on number of jets before running hypo algorithm · f0ed2bcf
      Peter Sherwood authored
      TrigHLTJetHypo/src/CapacityCheckedCondition.cxx,h
      TrigHLTJetHypo/src/ICapacityCheckedCondition.h
      	expose multiplicity value through a method
      
      TrigHLTJetHypo/src/FastReductionMatcher.cxx, h
      	find min number of jets needed for the chain by
      	summing ghe capacity of the leaf nodes in the FastReduction tree
      	at initialisation
      
      	check if enough jets prior to runninghypo alg in the event loop
      
      TrigHLTJetHypo/src/GrouperByCapacityFactory.cxx
      	Instantiate the an AllJEtsGrouper for Conditions with zero capacity
      	rather than for Conditions  with capacity equal to the max unsogned int.
      	This last is fragile wrt to changing unsigned int types, and prevents
      	the sufficient number of jets test from working.
      
      TrigHLTJetHypo/src/HTConditionFastReduction.h
      	set capacity to 0 rather than max unsigned int
      f0ed2bcf
  2. Jan 08, 2021
  3. Jan 07, 2021
Loading