Public Member Functions | |
FullProvenanceReader (RootTree *rootTree, DaqProvenanceHelper const *daqProvenanceHelper) | |
std::set< ProductProvenance > | readProvenance (unsigned int transitionIndex) const override |
~FullProvenanceReader () override | |
Public Member Functions inherited from edm::ProvenanceReaderBase | |
ProvenanceReaderBase () | |
virtual | ~ProvenanceReaderBase () |
Private Member Functions | |
void | readProvenanceAsync (WaitingTaskHolder task, ModuleCallingContext const *moduleCallingContext, unsigned int transitionIndex, std::atomic< const std::set< ProductProvenance > * > &writeTo) const override |
Private Attributes | |
SharedResourcesAcquirer | acquirer_ |
DaqProvenanceHelper const * | daqProvenanceHelper_ |
ProductProvenanceVector | infoVector_ |
std::shared_ptr < std::recursive_mutex > | mutex_ |
ProductProvenanceVector * | pInfoVector_ |
RootTree * | rootTree_ |
Definition at line 2312 of file RootFile.cc.
|
explicit |
Definition at line 2333 of file RootFile.cc.
|
inlineoverride |
Definition at line 2315 of file RootFile.cc.
|
overridevirtual |
Implements edm::ProvenanceReaderBase.
Definition at line 2356 of file RootFile.cc.
References edm::RootTree::branchEntryInfoBranch(), daqProvenanceHelper_, edm::RootTree::entryNumberForIndex(), edm::RootTree::fillBranchEntryMeta(), info(), infoVector_, edm::DaqProvenanceHelper::mapBranchID(), edm::DaqProvenanceHelper::mapParentageID(), mutex_, pInfoVector_, and rootTree_.
|
overrideprivatevirtual |
Implements edm::ProvenanceReaderBase.
Definition at line 2342 of file RootFile.cc.
References acquirer_, edm::DelayedReader::postEventReadFromSourceSignal(), edm::DelayedReader::preEventReadFromSourceSignal(), edm::RootTree::rootDelayedReader(), rootTree_, and edm::SharedResourcesAcquirer::serialQueueChain().
|
private |
Definition at line 2330 of file RootFile.cc.
Referenced by readProvenanceAsync().
|
private |
Definition at line 2328 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2325 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2329 of file RootFile.cc.
Referenced by readProvenance().
|
mutableprivate |
Definition at line 2327 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2324 of file RootFile.cc.
Referenced by readProvenance(), and readProvenanceAsync().