Open
Description
Discussed in #40817 (comment)
- define the
fillDescriptions(edm::ConfigurationDescriptions& descriptions)
functions inpopcon::PopConAnalyzer<S>
- define
fillPSetDescription(edm::ParameterSetDescription& desc)
inLHCInfoPerFillPopConSourceHandler
andLHCInfoPerLSPopConSourceHandler
- make
popcon::PopConAnalyzer<S>::fillDescriptions()
callS::fillPSetDescription()
- it follows that either all
S
must havefillPSetDescription()
implemented, or one adds code inpopcon::PopConAnalyzer<S>::fillDescriptions()
to have different behavior based onS
havingfillPSetDescription()
or not
- it follows that either all