1 #ifndef FWCore_Framework_PrincipalCache_h 2 #define FWCore_Framework_PrincipalCache_h 40 class LuminosityBlockPrincipal;
43 class LuminosityBlockAuxiliary;
44 class ProductRegistry;
45 class PreallocationConfiguration;
63 void merge(std::shared_ptr<RunAuxiliary>
aux, std::shared_ptr<ProductRegistry const> reg);
66 void insert(std::shared_ptr<RunPrincipal> rp);
67 void insert(std::unique_ptr<LuminosityBlockPrincipal> lbp);
68 void insert(std::shared_ptr<EventPrincipal> ep);
void throwRunMissing() const
void insert(std::shared_ptr< RunPrincipal > rp)
void setNumberOfConcurrentPrincipals(PreallocationConfiguration const &)
std::shared_ptr< RunPrincipal > const & runPrincipalPtr() const
void throwLumiMissing() const
bool hasRunPrincipal() const
LuminosityBlockNumber_t lumi_
void adjustIndexesAfterProductRegistryAddition()
unsigned int LuminosityBlockNumber_t
RunPrincipal & runPrincipal() const
edm::ReusableObjectHolder< LuminosityBlockPrincipal > lumiHolder_
std::vector< std::shared_ptr< EventPrincipal > > eventPrincipals_
ProcessHistoryID reducedInputProcessHistoryID_
void adjustEventsToNewProductRegistry(std::shared_ptr< ProductRegistry const > reg)
EventPrincipal & eventPrincipal(unsigned int iStreamIndex) const
void setProcessHistoryRegistry(ProcessHistoryRegistry const &phr)
void deleteRun(ProcessHistoryID const &phid, RunNumber_t run)
ProcessHistoryID inputProcessHistoryID_
std::shared_ptr< LuminosityBlockPrincipal > getAvailableLumiPrincipalPtr()
ProcessHistoryRegistry const * processHistoryRegistry_
std::shared_ptr< RunPrincipal > runPrincipal_
void merge(std::shared_ptr< RunAuxiliary > aux, std::shared_ptr< ProductRegistry const > reg)