1 #ifndef FWCore_Sources_DaqProvenanceHelper_h 2 #define FWCore_Sources_DaqProvenanceHelper_h 7 #include "oneapi/tbb/concurrent_unordered_map.h" 19 class ProcessHistoryRegistry;
29 typedef oneapi::tbb::concurrent_unordered_map<ParentageID, ParentageID, dqh::parentage_hash>
ParentageIDMap;
43 void fixMetaData(std::vector<BranchID>& branchIDs)
const;
std::vector< ProcessConfiguration > ProcessConfigurationVector
DaqProvenanceHelper(TypeID const &rawDataType)
void saveInfo(BranchDescription const &oldBD, BranchDescription const &newBD)
std::vector< BranchIDList > BranchIDLists
ProductProvenance dummyProvenance_
BranchID const & branchID() const
size_t smallHash() const
returns a short hash which can be used with hashing containers
std::map< ProcessHistoryID, ProcessHistoryID > ProcessHistoryIDMap
std::string const & processName() const
ProcessHistoryID daqInit(ProductRegistry &productRegistry, ProcessHistoryRegistry &processHistoryRegistry) const
void fixMetaData(ProcessConfigurationVector &pcv, std::vector< ProcessHistory > &phv)
BranchID const & mapBranchID(BranchID const &branchID) const
std::string friendlyName(std::string const &iFullName)
bool matchProcesses(ProcessConfiguration const &pc, ProcessHistory const &ph) const
void setOldParentageIDToNew(ParentageID const &iOld, ParentageID const &iNew)
ProcessHistoryIDMap phidMap_
ProductProvenance const & dummyProvenance() const
ParentageID const & mapParentageID(ParentageID const &phid) const
BranchDescription const & branchDescription() const
ProcessHistoryID const & mapProcessHistoryID(ProcessHistoryID const &phid)
ParentageIDMap parentageIDMap_
std::string oldProcessName_
std::size_t operator()(edm::ParentageID const &iKey) const
oneapi::tbb::concurrent_unordered_map< ParentageID, ParentageID, dqh::parentage_hash > ParentageIDMap
BranchDescription const constBranchDescription_
ProcessHistoryID const * oldProcessHistoryID() const
ParameterSet processParameterSet_
ProcessHistoryID const * oldProcessHistoryID_