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 2338 of file RootFile.cc.
|
explicit |
Definition at line 2359 of file RootFile.cc.
|
inlineoverride |
Definition at line 2341 of file RootFile.cc.
|
overridevirtual |
Implements edm::ProvenanceReaderBase.
Definition at line 2382 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 2368 of file RootFile.cc.
References acquirer_, edm::DelayedReader::postEventReadFromSourceSignal(), edm::DelayedReader::preEventReadFromSourceSignal(), edm::RootTree::rootDelayedReader(), rootTree_, edm::SharedResourcesAcquirer::serialQueueChain(), and TrackValidation_cff::task.
|
private |
Definition at line 2356 of file RootFile.cc.
Referenced by readProvenanceAsync().
|
private |
Definition at line 2354 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2351 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2355 of file RootFile.cc.
Referenced by readProvenance().
|
mutableprivate |
Definition at line 2353 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2350 of file RootFile.cc.
Referenced by readProvenance(), and readProvenanceAsync().