CMS 3D CMS Logo

Functions
edm::poolNames Namespace Reference

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 & mergeableRunProductMetadataBranchName ()
 
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 & thinnedAssociationsHelperBranchName ()
 

Function Documentation

std::string const & edm::poolNames::branchIDListBranchName ( )
std::string const & edm::poolNames::branchListIndexesBranchName ( )
std::string const & edm::poolNames::entryDescriptionBranchName ( )

Definition at line 155 of file BranchType.cc.

Referenced by edm::RootFile::readEntryDescriptionTree().

155  {
156  return entryDescriptionBranch;
157  }
std::string const & edm::poolNames::entryDescriptionIDBranchName ( )

Definition at line 151 of file BranchType.cc.

Referenced by edm::RootFile::readEntryDescriptionTree().

151  {
152  return entryDescriptionIDBranch;
153  }
std::string const & edm::poolNames::entryDescriptionTreeName ( )

Definition at line 147 of file BranchType.cc.

Referenced by edm::RootFile::readEntryDescriptionTree().

147  {
148  return entryDescriptionTree;
149  }
std::string const & edm::poolNames::eventHistoryBranchName ( )
std::string const & edm::poolNames::eventHistoryTreeName ( )
std::string const & edm::poolNames::eventMetaDataTreeName ( )

Definition at line 270 of file BranchType.cc.

Referenced by fwlite::internal::BranchMapReaderStrategyV8::updateFile().

270  {
271  return eventMeta;
272  }
std::string const & edm::poolNames::eventSelectionsBranchName ( )
std::string const & edm::poolNames::eventTreeName ( )
std::string const & edm::poolNames::fileFormatVersionBranchName ( )
std::string const & edm::poolNames::fileIdentifierBranchName ( )

Definition at line 224 of file BranchType.cc.

Referenced by edm::getUuid(), edm::printUuids(), edm::RootFile::RootFile(), and edm::RootOutputFile::writeFileIdentifier().

224  {
225  return fileIdentifier;
226  }
std::string const & edm::poolNames::fileIndexBranchName ( )

Definition at line 229 of file BranchType.cc.

Referenced by fwlite::EntryFinder::fillIndex(), edm::preIndexIntoFilePrintEventLists(), and edm::preIndexIntoFilePrintEventsInLumis().

229  {
230  return fileIndex;
231  }
std::string const & edm::poolNames::idToParameterSetBlobsBranchName ( )

Definition at line 261 of file BranchType.cc.

Referenced by edm::fillParameterSetBranch(), fwlite::Event::fillParameterSetRegistry(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and ProvenanceDumper::work_().

261  {
262  return idToParameterSetBlobsBranch;
263  }
std::string const & edm::poolNames::indexIntoFileBranchName ( )
std::string const & edm::poolNames::luminosityBlockTreeName ( )

Definition at line 277 of file BranchType.cc.

References heppy_report::lumis.

Referenced by fwlite::LuminosityBlock::LuminosityBlock(), and fwlite::internal::Strategy::updateFile().

277  {
278  return lumis;
279  }
std::string const & edm::poolNames::mergeableRunProductMetadataBranchName ( )

Definition at line 239 of file BranchType.cc.

Referenced by edm::RootFile::RootFile(), and edm::RootOutputFile::writeStoredMergeableRunProductMetadata().

239  {
240  return mergeableRunProductMetadata;
241  }
std::string const & edm::poolNames::metaDataTreeName ( )
std::string const & edm::poolNames::moduleDescriptionMapBranchName ( )

Definition at line 189 of file BranchType.cc.

Referenced by edm::RootFile::RootFile(), and ProvenanceDumper::work_().

189  {
190  return moduleDescriptionMap;
191  }
std::string const & edm::poolNames::parameterSetMapBranchName ( )

Definition at line 184 of file BranchType.cc.

Referenced by fwlite::Event::fillParameterSetRegistry(), edm::RootFile::RootFile(), TFWLiteSelectorBasic::setupNewFile(), and ProvenanceDumper::work_().

184  {
185  return parameterSetMap;
186  }
std::string const & edm::poolNames::parameterSetsTreeName ( )
std::string const & edm::poolNames::parentageBranchName ( )

Definition at line 164 of file BranchType.cc.

Referenced by edm::RootFile::readParentageTree(), ProvenanceDumper::work_(), and edm::RootOutputFile::writeParentageRegistry().

164  {
165  return parentageBranch;
166  }
std::string const & edm::poolNames::parentageTreeName ( )

Definition at line 160 of file BranchType.cc.

Referenced by edm::RootFile::readParentageTree(), edm::RootOutputFile::RootOutputFile(), and ProvenanceDumper::work_().

160  {
161  return parentageTree;
162  }
std::string const & edm::poolNames::processConfigurationBranchName ( )

Definition at line 204 of file BranchType.cc.

Referenced by edm::RootFile::RootFile(), and TFWLiteSelectorBasic::setupNewFile().

204  {
205  return processConfiguration;
206  }
std::string const & edm::poolNames::processHistoryBranchName ( )
std::string const & edm::poolNames::processHistoryMapBranchName ( )

Definition at line 194 of file BranchType.cc.

Referenced by fwlite::Run::history(), fwlite::LuminosityBlock::history(), fwlite::Event::history(), edm::RootFile::RootFile(), and ProvenanceDumper::work_().

194  {
195  return processHistoryMap;
196  }
std::string const & edm::poolNames::productDependenciesBranchName ( )

Definition at line 179 of file BranchType.cc.

Referenced by edm::RootFile::RootFile(), and edm::RootOutputFile::writeProductDependencies().

179  {
180  return productDependencies;
181  }
std::string const & edm::poolNames::productDescriptionBranchName ( )
std::string const & edm::poolNames::runTreeName ( )

Definition at line 280 of file BranchType.cc.

References writedatasetfile::runs.

Referenced by fwlite::Run::Run(), and fwlite::internal::Strategy::updateFile().

280  {
281  return runs;
282  }
std::string const & edm::poolNames::thinnedAssociationsHelperBranchName ( )

Definition at line 214 of file BranchType.cc.

Referenced by edm::RootFile::RootFile(), fwlite::internal::BranchMapReaderStrategyV17::updateFile(), and edm::RootOutputFile::writeThinnedAssociationsHelper().

214  {
215  return thinnedAssociationsHelper;
216  }