Closed kpedro88 closed 4 years ago
See: https://github.com/cms-sw/cmssw/pull/31546
SonicEDAnalyzer
is not included, because ExternalWork
is currently unavailable in the CMSSW framework for all EDAnalyzer
modules. This could be fixed, but it's not a priority right now.
Currently only
SonicEDProducer
(specialization ofstream::EDProducer
) exists.SonicEDFilter
andSonicEDAnalyzer
(bothstream
) should be added. The common operations inSonicEDProducer
can be refactored into a common base classSonicModule
.SonicOneEDAnalyzer
(one
type) should be added for analysis use withTFileService
. In this case, ExternalWork cannot be used, so theSync
mode for the client would be required.Assigned to: @kpedro88