1 #ifndef FWCore_Framework_SubProcess_h 2 #define FWCore_Framework_SubProcess_h 29 class BranchDescription;
30 class BranchIDListHelper;
31 class HistoryAppender;
33 class MergeableRunProductMetadata;
35 class ProductRegistry;
36 class PreallocationConfiguration;
37 class ThinnedAssociationsHelper;
38 class SubProcessParentageHelper;
41 namespace eventsetup {
42 class EventSetupsController;
48 std::shared_ptr<ProductRegistry const> parentProductRegistry,
49 std::shared_ptr<BranchIDListHelper const> parentBranchIDListHelper,
69 std::map<BranchID, bool>& keepAssociation);
83 bool cleaningUpAfterException);
92 bool cleaningUpAfterException);
94 void doBeginStream(
unsigned int);
95 void doEndStream(
unsigned int);
105 bool cleaningUpAfterException);
116 bool cleaningUpAfterException);
134 schedule_->closeOutputFiles();
135 for_all(subProcesses_, [](
auto& subProcess) { subProcess.closeOutputFiles(); });
141 schedule_->openOutputFiles(fb);
142 for_all(subProcesses_, [&fb](
auto& subProcess) { subProcess.openOutputFiles(fb); });
153 schedule_->respondToCloseInputFile(fb);
154 for_all(subProcesses_, [&fb](
auto& subProcess) { subProcess.respondToCloseInputFile(fb); });
160 if (schedule_->shouldWeCloseOutput()) {
163 for (
auto const& subProcess : subProcesses_) {
164 if (subProcess.shouldWeCloseOutput()) {
176 std::vector<ModuleDescription const*> getAllModuleDescriptions()
const;
186 return schedule_->totalEventsPassed();
193 return schedule_->totalEventsFailed();
200 schedule_->enableEndPaths(active);
201 for_all(subProcesses_, [active](
auto& subProcess) { subProcess.enableEndPaths(active); });
207 return schedule_->endPathsEnabled();
214 schedule_->getTriggerReport(rep);
221 if (schedule_->terminate()) {
224 for (
auto const& subProcess : subProcesses_) {
225 if (subProcess.terminate()) {
235 schedule_->clearCounters();
236 for_all(subProcesses_, [](
auto& subProcess) { subProcess.clearCounters(); });
249 void fixBranchIDListsForEDAliases(
250 std::map<BranchID::value_type, BranchID::value_type>
const& droppedBranchIDToKeptBranchID);
252 std::map<BranchID, BranchDescription const*>& trueBranchIDToKeptBranchDesc,
253 std::set<BranchID>& keptProductsInEvent);
256 return droppedBranchIDToKeptBranchID_;
273 std::shared_ptr<ProductRegistry const>
preg_;
unsigned int historyRunOffset_
unsigned int historyLumiOffset_
ParameterSetID selector_config_id_
std::shared_ptr< ThinnedAssociationsHelper > thinnedAssociationsHelper()
void enableEndPaths(bool active)
std::vector< BranchIDList > BranchIDLists
int totalEventsFailed() const
std::shared_ptr< BranchIDListHelper const > branchIDListHelper() const
std::vector< ProcessHistoryRegistry > processHistoryRegistries_
std::array< SelectedProducts, NumBranchTypes > SelectedProductsForBranchType
edm::propagate_const< std::shared_ptr< ThinnedAssociationsHelper > > thinnedAssociationsHelper_
std::vector< SubProcess > subProcesses_
PathsAndConsumesOfModules pathsAndConsumesOfModules_
SelectedProductsForBranchType const & keptProducts() const
void openOutputFiles(FileBlock &fb)
std::map< BranchID::value_type, BranchID::value_type > const & droppedBranchIDToKeptBranchID()
edm::propagate_const< std::unique_ptr< Schedule > > schedule_
int totalEventsPassed() const
Return the number of events which have been passed by one or more trigger paths.
bool endPathsEnabled() const
Return true if end_paths are active, and false if they are inactive.
Func for_all(ForwardSequence &s, Func f)
wrapper for std::for_each
ServiceToken serviceToken_
bool shouldWeCloseOutput() const
std::vector< std::shared_ptr< LuminosityBlockPrincipal > > inUseLumiPrincipals_
SelectedProductsForBranchType keptProducts_
ProductSelectorRules productSelectorRules_
edm::propagate_const< std::shared_ptr< eventsetup::EventSetupProvider > > esp_
edm::propagate_const< std::unique_ptr< ParameterSet > > processParameterSet_
std::shared_ptr< T > & get_underlying_safe(propagate_const< std::shared_ptr< T >> &iP)
std::unique_ptr< ExceptionToActionTable const > act_table_
std::vector< ParameterSet > popSubProcessVParameterSet(ParameterSet ¶meterSet)
std::map< BranchID::value_type, BranchID::value_type > droppedBranchIDToKeptBranchID_
ProductSelector productSelector_
detail::TriggerResultsBasedEventSelector selectors_
std::map< ProcessHistoryID, ProcessHistoryID > parentToChildPhID_
void respondToCloseInputFile(FileBlock const &fb)
std::shared_ptr< ActivityRegistry > actReg_
edm::propagate_const< std::shared_ptr< BranchIDListHelper > > branchIDListHelper_
void getTriggerReport(TriggerReport &rep) const
std::vector< HistoryAppender > historyAppenders_
std::shared_ptr< ProductRegistry const > parentPreg_
std::shared_ptr< BranchIDListHelper > & branchIDListHelper()
ProcessContext processContext_
std::shared_ptr< ThinnedAssociationsHelper const > thinnedAssociationsHelper() const
void clearCounters()
Clear all the counters in the trigger report.
std::shared_ptr< ProductRegistry const > preg_
PrincipalCache principalCache_
ParameterSet const & parameterSet(Provenance const &provenance)
edm::propagate_const< std::shared_ptr< SubProcessParentageHelper > > subProcessParentageHelper_
std::shared_ptr< ProcessConfiguration const > processConfiguration_
def operate(timelog, memlog, json_f, num)