31 std::shared_ptr<ProductRegistry const> reg,
32 std::shared_ptr<BranchIDListHelper const> branchIDListHelper,
33 std::shared_ptr<ThinnedAssociationsHelper const> thinnedAssociationsHelper,
36 unsigned int streamIndex,
37 bool isForPrimaryProcess) :
38 Base(reg, reg->productLookup(
InEvent), pc,
InEvent, historyAppender,isForPrimaryProcess),
40 luminosityBlockPrincipal_(),
43 branchIDListHelper_(branchIDListHelper),
44 thinnedAssociationsHelper_(thinnedAssociationsHelper),
46 branchListIndexToProcessIndex_(),
47 streamID_(streamIndex) {
97 <<
"EventPrincipal::fillEventPrincipal, Invalid event number provided in EventAuxiliary, It is illegal for the event number to be 0\n";
118 for(
auto&
prod : *
this) {
119 if (
prod->singleProduct()) {
124 auto const & bd =
prod->branchDescription();
153 std::unique_ptr<WrapperBase> edp,
158 if(edp.get() ==
nullptr) {
160 <<
"put: Cannot put because ptr to product is null." 173 std::unique_ptr<WrapperBase> edp,
177 if (productProvenance) {
190 <<
"get by product ID: invalid ProductID supplied\n";
199 <<
"branchIDToProductID: invalid BranchID supplied\n";
202 typedef BIDToIndexMap::const_iterator Iter;
203 typedef std::pair<Iter, Iter> IndexRange;
206 for(Iter it = range.first; it != range.second; ++it) {
212 return ProductID(processIndex+1, productIndex+1);
226 exception<<
"get by product ID: The product with given id: "<<pid
227 <<
"\ntype: "<<phb->productType()
228 <<
"\nproduct instance name: "<<phb->productInstanceName()
229 <<
"\nprocess name: "<<phb->processName()
230 <<
"\nwas already deleted. This is a configuration error. Please change the configuration of the module which caused this exception to state it reads this data.";
242 <<
"get by product ID: no product with given id: " << pid <<
"\n";
248 if(phb->productWasDeleted()) {
253 if(phb->unscheduledWasNotRun()) {
257 <<
"get by ProductID: could not get product with id: " << pid <<
"\n" 258 <<
"Unscheduled execution not allowed to get via ProductID.\n";
262 auto resolution = phb->resolveProduct(*
this,
false,
nullptr,
nullptr);
284 associatedBranches != iEnd; ++associatedBranches) {
288 if(thinnedAssociation ==
nullptr)
continue;
294 unsigned int thinnedIndex = 0;
307 if(wrapperBase !=
nullptr) {
322 std::vector<WrapperBase const*>& foundContainers,
323 std::vector<unsigned int>&
keys)
const {
330 associatedBranches != iEnd; ++associatedBranches) {
334 if(thinnedAssociation ==
nullptr)
continue;
340 unsigned nKeys = keys.size();
342 std::vector<unsigned int> thinnedIndexes(nKeys, doNotLookForThisIndex);
344 for(
unsigned k = 0;
k < nKeys; ++
k) {
346 if(foundContainers[
k] !=
nullptr)
continue;
348 if(keys[
k] == doNotLookForThisIndex)
continue;
367 for(
unsigned k = 0;
k < nKeys; ++
k) {
368 if(foundContainers[
k] ==
nullptr)
continue;
369 if(thinnedIndexes[
k] == doNotLookForThisIndex)
continue;
370 keys[
k] = thinnedIndexes[
k];
373 for(
unsigned k = 0;
k < nKeys; ++
k) {
374 if(thinnedIndexes[
k] == doNotLookForThisIndex)
continue;
375 keys[
k] = thinnedIndexes[
k];
376 foundContainers[
k] = bhThinned.
wrapper();
412 <<
"EventPrincipal::getThinnedAssociation, ThinnedAssociation ProductResolver cannot be found\n" 413 <<
"This should never happen. Contact a Framework developer";
415 ProductData const* productData = (phb->resolveProduct(*
this,
false,
nullptr,
nullptr)).
data();
416 if (productData ==
nullptr) {
422 <<
"EventPrincipal::getThinnedProduct, product has wrong type, not a ThinnedAssociation.\n";
RunPrincipal const & runPrincipal() const
std::shared_ptr< ThinnedAssociationsHelper const > thinnedAssociationsHelper_
EventNumber_t event() const
unsigned short BranchListIndex
void setLuminosityBlockPrincipal(std::shared_ptr< LuminosityBlockPrincipal > const &lbp)
EventSelectionIDVector const & eventSelectionIDs() const
virtual WrapperBase const * getThinnedProduct(ProductID const &pid, unsigned int &key) const override
std::type_info const & dynamicTypeInfo() const
BasicHandle getByProductID(ProductID const &oid) const
EventSelectionIDVector eventSelectionIDs_
BranchID pidToBid(ProductID const &pid) const
BranchListIndexes branchListIndexes_
edm::ThinnedAssociation const * getThinnedAssociation(edm::BranchID const &branchID) const
ProductResolverBase * getExistingProduct(BranchID const &branchID)
EventPrincipal(std::shared_ptr< ProductRegistry const > reg, std::shared_ptr< BranchIDListHelper const > branchIDListHelper, std::shared_ptr< ThinnedAssociationsHelper const > thinnedAssociationsHelper, ProcessConfiguration const &pc, HistoryAppender *historyAppender, unsigned int streamIndex=0, bool isForPrimaryProcess=true)
virtual void setupUnscheduled(UnscheduledConfigurator const &)
Provenance getProvenance(ProductID const &pid, ModuleCallingContext const *mcc) const
void applyToResolvers(F iFunc)
std::map< BranchListIndex, ProcessIndex > branchListIndexToProcessIndex_
unsigned long long EventNumber_t
WrapperBase const * wrapper() const
std::shared_ptr< BranchIDListHelper const > branchIDListHelper_
edm::propagate_const< std::shared_ptr< ProductProvenanceRetriever > > provRetrieverPtr_
BranchListIndexes const & branchListIndexes() const
unsigned int LuminosityBlockNumber_t
ProcessHistory const & processHistory() const
ProductID branchIDToProductID(BranchID const &bid) const
RunPrincipal const & runPrincipal() const
std::vector< EventSelectionID > EventSelectionIDVector
virtual void getThinnedProducts(ProductID const &pid, std::vector< WrapperBase const * > &foundContainers, std::vector< unsigned int > &keys) const override
static void throwProductDeletedException(ProductID const &pid, edm::EventPrincipal::ConstProductResolverPtr const phb)
EventNumber_t const invalidEventNumber
std::vector< BranchListIndex > BranchListIndexes
BranchID productIDToBranchID(ProductID const &pid, BranchIDLists const &lists, BranchListIndexes const &indexes)
ProcessHistoryID const & processHistoryID() const
LuminosityBlockPrincipal const & luminosityBlockPrincipal() const
std::shared_ptr< HandleExceptionFactory > makeHandleExceptionFactory(T &&iFunctor)
Base::ConstProductResolverPtr ConstProductResolverPtr
WrapperBase const * wrapper() const
BranchID const & branchID() const
void put(BranchDescription const &bd, std::unique_ptr< WrapperBase > edp, ProductProvenance const &productProvenance) const
ProductID const & thinnedCollectionID() const
std::multimap< BranchID, IndexPair > BranchIDToIndexMap
ProductProvenanceRetriever const * productProvenanceRetrieverPtr() const
unsigned short ProcessIndex
DelayedReader * reader() const
void setupUnscheduled(UnscheduledConfigurator const &)
unsigned int value() const
T const * product() const
void clearEventPrincipal()
void putOnRead(BranchDescription const &bd, std::unique_ptr< WrapperBase > edp, ProductProvenance const *productProvenance) const
edm::propagate_const< std::shared_ptr< LuminosityBlockPrincipal > > luminosityBlockPrincipal_
void setProcessHistoryID(ProcessHistoryID const &phid)
ProcessHistoryID const & processHistoryID() const
EventID const & id() const
void fillEventPrincipal(EventAuxiliary const &aux, ProcessHistoryRegistry const &processHistoryRegistry, DelayedReader *reader=0)
char data[epos_bytes_allocation]
ConstProductResolverPtr getProductResolver(BranchID const &oid) const
virtual unsigned int transitionIndex_() const override
unsigned short ProductIndex
ProductID const & parentCollectionID() const
bool hasParentIndex(unsigned int parentIndex, unsigned int &thinnedIndex) const
void setRunAndLumiNumber(RunNumber_t run, LuminosityBlockNumber_t lumi)
void fillPrincipal(ProcessHistoryID const &hist, ProcessHistoryRegistry const &phr, DelayedReader *reader)
EventAuxiliary const & aux() const
EventNumber_t event() const
virtual WrapperBase const * getIt(ProductID const &pid) const override
static HepMC::HEPEVT_Wrapper wrapper
void insertIntoSet(ProductProvenance const &provenanceProduct) const