Classes | |
struct | BranchInfo |
class | BranchMap |
Typedefs | |
using | EntryNumber = IndexIntoFile::EntryNumber_t |
Functions | |
Int_t | getEntry (TBranch *branch, EntryNumber entryNumber) |
Int_t | getEntry (TTree *tree, EntryNumber entryNumber) |
std::unique_ptr< TTreeCache > | trainCache (TTree *tree, InputFile &file, unsigned int cacheSize, char const *branchNames) |
Variables | |
unsigned int const | defaultCacheSize = 20U * 1024 * 1024 |
unsigned int const | defaultLearningEntries = 20U |
unsigned int const | defaultNonEventCacheSize = 1U * 1024 * 1024 |
unsigned int const | defaultNonEventLearningEntries = 1U |
using edm::roottree::EntryNumber = typedef IndexIntoFile::EntryNumber_t |
Definition at line 42 of file RootTree.h.
Int_t edm::roottree::getEntry | ( | TBranch * | branch, |
EntryNumber | entryNumber | ||
) |
Definition at line 527 of file RootTree.cc.
References MicroEventContent_cff::branch, MillePedeFileConverter_cfg::e, Exception, edm::errors::FileReadError, and dqmiodumpmetadata::n.
Referenced by edm::RootTree::fillBranchEntryMeta(), edm::RootFile::fillEventHistory(), edm::RootFile::readEntryDescriptionTree(), edm::RootFile::readParentageTree(), edm::OldProvenanceReader::readProvenance(), edm::RootFile::RootFile(), and CaloSD::update().
Int_t edm::roottree::getEntry | ( | TTree * | tree, |
EntryNumber | entryNumber | ||
) |
Definition at line 537 of file RootTree.cc.
References MillePedeFileConverter_cfg::e, Exception, edm::errors::FileReadError, and dqmiodumpmetadata::n.
std::unique_ptr< TTreeCache > edm::roottree::trainCache | ( | TTree * | tree, |
InputFile & | file, | ||
unsigned int | cacheSize, | ||
char const * | branchNames | ||
) |
Definition at line 547 of file RootTree.cc.
References haddnano::branchNames, and geometryDiff::file.
Referenced by edm::RootFile::RootFile().
unsigned int const edm::roottree::defaultCacheSize = 20U * 1024 * 1024 |
Definition at line 38 of file RootTree.h.
Referenced by edm::RootPrimaryFileSequence::fillDescription(), edm::RootEmbeddedFileSequence::fillDescription(), and edm::RepeatingCachedRootSource::makeRootFile().
unsigned int const edm::roottree::defaultLearningEntries = 20U |
Definition at line 40 of file RootTree.h.
unsigned int const edm::roottree::defaultNonEventCacheSize = 1U * 1024 * 1024 |
Definition at line 39 of file RootTree.h.
Referenced by edm::RootFile::makeProcessBlockRootTrees(), and edm::RootFile::RootFile().
unsigned int const edm::roottree::defaultNonEventLearningEntries = 1U |
Definition at line 41 of file RootTree.h.
Referenced by edm::RootFile::makeProcessBlockRootTrees().