Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. ----- Begin Fatal Exception 22-Nov-2017 07:40:24 CST-----------------------
  2. An exception of category 'ProductNotFound' occurred while
  3.    [0] Processing  Event run: 1 lumi: 379 event: 285779 stream: 0
  4.    [1] Running path 'trgElPlus4JetsPath0'
  5.    [2] Calling method for module PATTriggerObjectStandAloneUnpacker/'unpackedPatTrigger'
  6. Exception Message:
  7. Principal::getByToken: Found zero products matching all criteria
  8. Looking for type: std::vector<pat::TriggerObjectStandAlone>
  9. Looking for module label: selectedPatTrigger
  10. Looking for productInstanceName:
  11.  
  12.    Additional Info:
  13.       [a] If you wish to continue processing events after a ProductNotFound exception,
  14. add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration.
  15.  
  16.  
  17.  
  18.  
  19. >>> process.unpackedPatTrigger
  20. cms.EDProducer("PATTriggerObjectStandAloneUnpacker",
  21.     patTriggerObjectsStandAlone = cms.InputTag("selectedPatTrigger"),
  22.     triggerResults = cms.InputTag("TriggerResults","","HLT"),
  23.     unpackFilterLabels = cms.bool(True)
  24. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement