Class template edm::IDGeneratorSourceBase<T>
needs some refactoring
#46814
Labels
edm::IDGeneratorSourceBase<T>
needs some refactoring
#46814
#46790 added a Source (
EmptySourceFromEventIDs
) that inherits fromedm::IDGeneratorSourceBase<edm::InputSource>
, but makes no use ofIDGeneratorSourceBase
's configuration parameterscmssw/FWCore/Sources/src/IDGeneratorSourceBase.cc
Lines 265 to 287 in 6ac9132
We should refactor
edm::IDGeneratorSourceBase<T>
such that the configuration parameters above, and all logic related to them, would be separated from the part thatEmptySourceFromEventIDs
uses.The text was updated successfully, but these errors were encountered: