Functions | |
std::string const & | branchIDListBranchName () |
std::string const & | branchListIndexesBranchName () |
std::string const & | entryDescriptionBranchName () |
std::string const & | entryDescriptionIDBranchName () |
std::string const & | entryDescriptionTreeName () |
std::string const & | eventHistoryBranchName () |
std::string const & | eventHistoryTreeName () |
std::string const & | eventMetaDataTreeName () |
std::string const & | eventSelectionsBranchName () |
std::string const & | eventTreeName () |
std::string const & | fileFormatVersionBranchName () |
std::string const & | fileIdentifierBranchName () |
std::string const & | fileIndexBranchName () |
std::string const & | idToParameterSetBlobsBranchName () |
std::string const & | indexIntoFileBranchName () |
std::string const & | luminosityBlockTreeName () |
std::string const & | metaDataTreeName () |
std::string const & | moduleDescriptionMapBranchName () |
std::string const & | parameterSetMapBranchName () |
std::string const & | parameterSetsTreeName () |
std::string const & | parentageBranchName () |
std::string const & | parentageTreeName () |
std::string const & | processConfigurationBranchName () |
std::string const & | processHistoryBranchName () |
std::string const & | processHistoryMapBranchName () |
std::string const & | productDependenciesBranchName () |
std::string const & | productDescriptionBranchName () |
std::string const & | runTreeName () |
std::string const & edm::poolNames::branchIDListBranchName | ( | ) |
Definition at line 197 of file BranchType.cc.
Referenced by edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), fwlite::internal::BranchMapReaderStrategyV11::updateFile(), fwlite::internal::BranchMapReaderStrategyV17::updateFile(), and edm::RootOutputFile::writeBranchIDListRegistry().
{
return branchIDLists;
}
std::string const & edm::poolNames::branchListIndexesBranchName | ( | ) |
Definition at line 231 of file BranchType.cc.
Referenced by TFWLiteSelectorBasic::Process(), edm::RootOutputFile::RootOutputFile(), edm::RootTree::startTraining(), and fwlite::internal::BranchMapReaderStrategyV17::updateMap().
{
return branchListIndexes;
}
std::string const & edm::poolNames::entryDescriptionBranchName | ( | ) |
Definition at line 143 of file BranchType.cc.
{
return entryDescriptionBranch;
}
std::string const & edm::poolNames::entryDescriptionIDBranchName | ( | ) |
Definition at line 139 of file BranchType.cc.
{
return entryDescriptionIDBranch;
}
std::string const & edm::poolNames::entryDescriptionTreeName | ( | ) |
Definition at line 135 of file BranchType.cc.
{
return entryDescriptionTree;
}
std::string const & edm::poolNames::eventHistoryBranchName | ( | ) |
Definition at line 222 of file BranchType.cc.
Referenced by ProvenanceDumper::dumpEventFilteringParameterSets_(), fwlite::Event::history(), edm::RootFile::RootFile(), and fwlite::internal::BranchMapReaderStrategyV11::updateMap().
{
return eventHistory;
}
std::string const & edm::poolNames::eventHistoryTreeName | ( | ) |
Definition at line 252 of file BranchType.cc.
Referenced by ProvenanceDumper::dumpEventFilteringParameterSets_(), fwlite::Event::Event(), and fwlite::internal::BranchMapReaderStrategyV11::updateFile().
{
return eventHistory;
}
std::string const & edm::poolNames::eventMetaDataTreeName | ( | ) |
Definition at line 248 of file BranchType.cc.
Referenced by fwlite::internal::BranchMapReaderStrategyV8::updateFile().
{
return eventMeta;
}
std::string const & edm::poolNames::eventSelectionsBranchName | ( | ) |
Definition at line 227 of file BranchType.cc.
Referenced by ProvenanceDumper::dumpEventFilteringParameterSets_(), TFWLiteSelectorBasic::Process(), and edm::RootOutputFile::RootOutputFile().
{
return eventSelections;
}
std::string const & edm::poolNames::eventTreeName | ( | ) |
Definition at line 244 of file BranchType.cc.
References patZpeak::events.
Referenced by fwlite::ChainEvent::ChainEvent(), ProvenanceDumper::dumpEventFilteringParameterSets_(), fwlite::Event::Event(), fwlite::EntryFinder::fillIndex(), BareRootProductGetter::getIt(), edm::postIndexIntoFilePrintEventLists(), fwlite::internal::Strategy::updateFile(), fwlite::BranchMapReader::updateFile(), and fwlite::internal::BranchMapReaderStrategyV17::updateFile().
{ return events; }
std::string const & edm::poolNames::fileFormatVersionBranchName | ( | ) |
Definition at line 202 of file BranchType.cc.
Referenced by fwlite::Event::fillParameterSetRegistry(), fwlite::BranchMapReader::getFileVersion(), edm::printEventLists(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and edm::RootOutputFile::writeFileFormatVersion().
{
return fileFormatVersion;
}
std::string const & edm::poolNames::fileIdentifierBranchName | ( | ) |
Definition at line 207 of file BranchType.cc.
Referenced by edm::getUuid(), edm::printUuids(), edm::RootFile::RootFile(), and edm::RootOutputFile::writeFileIdentifier().
{
return fileIdentifier;
}
std::string const & edm::poolNames::fileIndexBranchName | ( | ) |
Definition at line 212 of file BranchType.cc.
Referenced by fwlite::EntryFinder::fillIndex(), and edm::preIndexIntoFilePrintEventLists().
{
return fileIndex;
}
std::string const & edm::poolNames::idToParameterSetBlobsBranchName | ( | ) |
Definition at line 239 of file BranchType.cc.
Referenced by fwlite::Event::fillParameterSetRegistry(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), ProvenanceDumper::work_(), and edm::RootOutputFile::writeParameterSetRegistry().
{
return idToParameterSetBlobsBranch;
}
std::string const & edm::poolNames::indexIntoFileBranchName | ( | ) |
Definition at line 217 of file BranchType.cc.
Referenced by fwlite::EntryFinder::fillIndex(), edm::postIndexIntoFilePrintEventLists(), edm::RootFile::RootFile(), and edm::RootOutputFile::writeIndexIntoFile().
{
return indexIntoFile;
}
std::string const & edm::poolNames::luminosityBlockTreeName | ( | ) |
Definition at line 255 of file BranchType.cc.
Referenced by fwlite::LuminosityBlock::LuminosityBlock(), and fwlite::internal::Strategy::updateFile().
{
return lumis;
}
std::string const & edm::poolNames::metaDataTreeName | ( | ) |
Definition at line 157 of file BranchType.cc.
Referenced by fwlite::EntryFinder::fillIndex(), fwlite::Event::fillParameterSetRegistry(), fwlite::internal::Strategy::getBranchRegistry(), fwlite::BranchMapReader::getFileVersion(), fwlite::Event::history(), fwlite::Run::history(), fwlite::LuminosityBlock::history(), edm::printEventLists(), edm::RootFile::RootFile(), edm::RootOutputFile::RootOutputFile(), TFWLiteSelectorBasic::setupNewFile(), fwlite::internal::BranchMapReaderStrategyV11::updateFile(), fwlite::internal::BranchMapReaderStrategyV17::updateFile(), and ProvenanceDumper::work_().
{
return metaDataTree;
}
std::string const & edm::poolNames::moduleDescriptionMapBranchName | ( | ) |
Definition at line 177 of file BranchType.cc.
Referenced by edm::RootFile::RootFile(), and ProvenanceDumper::work_().
{
return moduleDescriptionMap;
}
std::string const & edm::poolNames::parameterSetMapBranchName | ( | ) |
Definition at line 172 of file BranchType.cc.
Referenced by fwlite::Event::fillParameterSetRegistry(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and ProvenanceDumper::work_().
{
return parameterSetMap;
}
std::string const & edm::poolNames::parameterSetsTreeName | ( | ) |
Definition at line 235 of file BranchType.cc.
Referenced by fwlite::Event::fillParameterSetRegistry(), edm::RootFile::RootFile(), edm::RootOutputFile::RootOutputFile(), TFWLiteSelectorBasic::setupNewFile(), and ProvenanceDumper::work_().
{
return parameterSetsTree;
}
std::string const & edm::poolNames::parentageBranchName | ( | ) |
Definition at line 152 of file BranchType.cc.
Referenced by ProvenanceDumper::work_(), and edm::RootOutputFile::writeParentageRegistry().
{
return parentageBranch;
}
std::string const & edm::poolNames::parentageTreeName | ( | ) |
Definition at line 148 of file BranchType.cc.
Referenced by edm::RootOutputFile::RootOutputFile(), and ProvenanceDumper::work_().
{
return parentageTree;
}
std::string const & edm::poolNames::processConfigurationBranchName | ( | ) |
Definition at line 192 of file BranchType.cc.
Referenced by edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), ProvenanceDumper::work_(), and edm::RootOutputFile::writeProcessConfigurationRegistry().
{
return processConfiguration;
}
std::string const & edm::poolNames::processHistoryBranchName | ( | ) |
Definition at line 187 of file BranchType.cc.
Referenced by fwlite::Event::history(), fwlite::Run::history(), fwlite::LuminosityBlock::history(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), ProvenanceDumper::work_(), and edm::RootOutputFile::writeProcessHistoryRegistry().
{
return processHistory;
}
std::string const & edm::poolNames::processHistoryMapBranchName | ( | ) |
Definition at line 182 of file BranchType.cc.
Referenced by fwlite::Event::history(), fwlite::Run::history(), fwlite::LuminosityBlock::history(), edm::RootFile::RootFile(), and ProvenanceDumper::work_().
{
return processHistoryMap;
}
std::string const & edm::poolNames::productDependenciesBranchName | ( | ) |
Definition at line 167 of file BranchType.cc.
Referenced by edm::RootFile::RootFile(), and edm::RootOutputFile::writeProductDependencies().
{
return productDependencies;
}
std::string const & edm::poolNames::productDescriptionBranchName | ( | ) |
Definition at line 162 of file BranchType.cc.
Referenced by fwlite::internal::Strategy::getBranchRegistry(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), ProvenanceDumper::work_(), and edm::RootOutputFile::writeProductDescriptionRegistry().
{
return productRegistry;
}
std::string const & edm::poolNames::runTreeName | ( | ) |
Definition at line 258 of file BranchType.cc.
References getRunRegistry::runs.
Referenced by fwlite::Run::Run(), and fwlite::internal::Strategy::updateFile().
{ return runs; }