Public Member Functions | |
std::set< ProductProvenance > | readProvenance (unsigned int) const override |
ReducedProvenanceReader (RootTree *iRootTree, std::vector< ParentageID > const &iParentageIDLookup, DaqProvenanceHelper const *daqProvenanceHelper) | |
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 noexcept override |
Private Attributes | |
SharedResourcesAcquirer | acquirer_ |
DaqProvenanceHelper const * | daqProvenanceHelper_ |
std::shared_ptr< std::recursive_mutex > | mutex_ |
std::vector< ParentageID > const & | parentageIDLookup_ |
StoredProductProvenanceVector const * | pProvVector_ |
edm::propagate_const< TBranch * > | provBranch_ |
StoredProductProvenanceVector | provVector_ |
edm::propagate_const< RootTree * > | rootTree_ |
Definition at line 2207 of file RootFile.cc.
edm::ReducedProvenanceReader::ReducedProvenanceReader | ( | RootTree * | iRootTree, |
std::vector< ParentageID > const & | iParentageIDLookup, | ||
DaqProvenanceHelper const * | daqProvenanceHelper | ||
) |
Definition at line 2231 of file RootFile.cc.
References edm::BranchTypeToProductProvenanceBranchName(), provBranch_, and rootTree_.
|
overridevirtual |
Implements edm::ProvenanceReaderBase.
Definition at line 2320 of file RootFile.cc.
References daqProvenanceHelper_, Exception, edm::errors::LogicError, edm::DaqProvenanceHelper::mapBranchID(), edm::DaqProvenanceHelper::mapParentageID(), hlt_dqm_clientPB-live_cfg::me, mutex_, parentageIDLookup_, and provVector_.
|
overrideprivatevirtualnoexcept |
Implements edm::ProvenanceReaderBase.
Definition at line 2305 of file RootFile.cc.
References TrackValidation_cff::task.
|
private |
Definition at line 2228 of file RootFile.cc.
|
private |
Definition at line 2226 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2227 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2225 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2224 of file RootFile.cc.
|
private |
Definition at line 2222 of file RootFile.cc.
Referenced by ReducedProvenanceReader().
|
private |
Definition at line 2223 of file RootFile.cc.
Referenced by readProvenance().
|
private |
Definition at line 2221 of file RootFile.cc.
Referenced by ReducedProvenanceReader().