19 std::pair<ParameterSetID, ParameterSetBlob> idToBlob;
20 std::pair<ParameterSetID, ParameterSetBlob>* pIdToBlob = &idToBlob;
25 idToBlob.first =
pset.first;
26 idToBlob.second.pset() =
pset.second.toString();
36 for (
auto const&
ph : processHistoryRegistry) {
37 procHistoryVector.push_back(
ph.second);
std::vector< ProcessHistory > ProcessHistoryVector
void fillParameterSetBranch(TTree *parameterSetsTree, int basketSize)
void fillProcessHistoryBranch(TTree *metaDataTree, int basketSize, ProcessHistoryRegistry const &processHistoryRegistry)
std::string const & processHistoryBranchName()
std::string const & idToParameterSetBlobsBranchName()
static Registry * instance()