-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
While discussing GridIn with @swertz we ran into this log:
Sum of event weight: 17010
Job done in 3617.79s
15350 processed events, 39 selected.
(full log at /storage/data/cms/store/user/swertz/MuonEG/MuonEG_Run2015C-PromptReco-v1_2015-09-04/150922_085937/0000/log/cmsRun_1.log.tar.gz)
given this is data I am not sure I understand why sum(w) != nprocessed... from #22 I expect they should be the exact same, but since recently the met filter is run before the producer, could this be the reason ?
also, from the log it seems event enters second in the scheduling sequence, which could be a possible reason:
producers:
-> Adding producer 'electrons' of type 'electrons'
-> Adding producer 'event' of type 'event'
-> Adding producer 'fat_jets' of type 'fat_jets'
-> Adding producer 'hlt' of type 'hlt'
-> Adding producer 'jets' of type 'jets'
-> Adding producer 'met' of type 'met'
-> Adding producer 'muons' of type 'muons'
-> Adding producer 'nohf_met' of type 'met'
-> Adding producer 'vertices' of type 'vertices'