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);
88 void doBeginStream(
unsigned int);
89 void doEndStream(
unsigned int);
98 bool cleaningUpAfterException);
109 bool cleaningUpAfterException);
125 schedule_->closeOutputFiles();
126 for_all(subProcesses_, [](
auto& subProcess) { subProcess.closeOutputFiles(); });
132 schedule_->openOutputFiles(fb);
133 for_all(subProcesses_, [&fb](
auto& subProcess) { subProcess.openOutputFiles(fb); });
144 schedule_->respondToCloseInputFile(fb);
145 for_all(subProcesses_, [&fb](
auto& subProcess) { subProcess.respondToCloseInputFile(fb); });
151 if(schedule_->shouldWeCloseOutput()) {
154 for(
auto const& subProcess : subProcesses_) {
155 if(subProcess.shouldWeCloseOutput()) {
167 std::vector<ModuleDescription const*> getAllModuleDescriptions()
const;
173 return schedule_->totalEvents();
179 return schedule_->totalEventsPassed();
186 return schedule_->totalEventsFailed();
193 schedule_->enableEndPaths(active);
194 for_all(subProcesses_, [active](
auto& subProcess){ subProcess.enableEndPaths(active); });
200 return schedule_->endPathsEnabled();
207 schedule_->getTriggerReport(rep);
214 if(schedule_->terminate()) {
217 for(
auto const& subProcess : subProcesses_) {
218 if(subProcess.terminate()) {
228 schedule_->clearCounters();
229 for_all(subProcesses_, [](
auto& subProcess){ subProcess.clearCounters(); });
242 void fixBranchIDListsForEDAliases(std::map<BranchID::value_type, BranchID::value_type>
const& droppedBranchIDToKeptBranchID);
244 std::map<BranchID, BranchDescription const*>& trueBranchIDToKeptBranchDesc,
245 std::set<BranchID>& keptProductsInEvent);
248 return droppedBranchIDToKeptBranchID_;
259 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)