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