#include <RootTree.h>
Public Types | |
typedef roottree::BranchMap | BranchMap |
typedef roottree::EntryNumber | EntryNumber |
Public Member Functions | |
void | addBranch (BranchKey const &key, BranchDescription const &prod, std::string const &oldBranchName) |
TBranch *const | branchEntryInfoBranch () const |
BranchMap const & | branches () const |
std::vector< std::string > const & | branchNames () const |
void | close () |
bool | current () |
void | dropBranch (std::string const &oldBranchName) |
EntryNumber const & | entries () const |
EntryNumber const & | entryNumber () const |
template<typename T > | |
void | fillAux (T *&pAux) |
template<typename T > | |
void | fillBranchEntry (TBranch *branch, T *&pbuf) |
template<typename T > | |
void | fillBranchEntryMeta (TBranch *branch, T *&pbuf) |
void | fillStatus () |
void | getEntry (TBranch *branch, EntryNumber entry) const |
bool | isValid () const |
boost::shared_ptr< DelayedReader > | makeDelayedReader (FileFormatVersion const &fileFormatVersion, boost::shared_ptr< RootFile > rootFilePtr=boost::shared_ptr< RootFile >()) const |
TTree const * | metaTree () const |
bool | next () |
bool | previous () |
std::vector< ProductStatus > const & | productStatuses () const |
void | resetTraining () |
void | rewind () |
RootTree (boost::shared_ptr< InputFile > filePtr, BranchType const &branchType, unsigned int maxVirtualSize, unsigned int cacheSize, unsigned int learningEntries) | |
void | setEntryNumber (EntryNumber theEntryNumber) |
void | setPresence (BranchDescription const &prod) |
void | trainCache (char const *branchNames) |
TTree const * | tree () const |
TTree * | tree () |
~RootTree () | |
Private Member Functions | |
void | setCacheSize (unsigned int cacheSize) |
void | setTreeMaxVirtualSize (int treeMaxVirtualSize) |
void | startTraining () |
void | stopTraining () |
Private Attributes | |
TBranch * | auxBranch_ |
TBranch * | branchEntryInfoBranch_ |
boost::shared_ptr< BranchMap > | branches_ |
std::vector< std::string > | branchNames_ |
BranchType | branchType_ |
unsigned int | cacheSize_ |
EntryNumber | entries_ |
EntryNumber | entryNumber_ |
boost::shared_ptr< InputFile > | filePtr_ |
TTree * | infoTree_ |
unsigned int | learningEntries_ |
TTree * | metaTree_ |
std::vector< ProductStatus > * | pProductStatuses_ |
std::vector< ProductStatus > | productStatuses_ |
boost::shared_ptr< TTreeCache > | rawTreeCache_ |
TBranch * | statusBranch_ |
EntryNumber | switchOverEntry_ |
bool | trainNow_ |
TTree * | tree_ |
boost::shared_ptr< TTreeCache > | treeCache_ |
Definition at line 63 of file RootTree.h.
Definition at line 65 of file RootTree.h.
Definition at line 66 of file RootTree.h.
edm::RootTree::RootTree | ( | boost::shared_ptr< InputFile > | filePtr, |
BranchType const & | branchType, | ||
unsigned int | maxVirtualSize, | ||
unsigned int | cacheSize, | ||
unsigned int | learningEntries | ||
) |
Definition at line 33 of file RootTree.cc.
References setCacheSize(), and setTreeMaxVirtualSize().
edm::RootTree::~RootTree | ( | ) |
Definition at line 62 of file RootTree.cc.
void edm::RootTree::addBranch | ( | BranchKey const & | key, |
BranchDescription const & | prod, | ||
std::string const & | oldBranchName | ||
) |
Definition at line 87 of file RootTree.cc.
References branches_, edm::BranchDescription::branchName(), branchNames_, info, edm::BranchDescription::init(), isValid(), metaTree_, edm::BranchDescription::present(), edm::roottree::BranchInfo::productBranch_, edm::roottree::BranchInfo::provenanceBranch_, and tree_.
|
inline |
Definition at line 125 of file RootTree.h.
References branchEntryInfoBranch_.
Referenced by edm::BranchMapperWithReader::readProvenance_().
roottree::BranchMap const & edm::RootTree::branches | ( | ) | const |
|
inline |
Definition at line 89 of file RootTree.h.
References branchNames_.
Referenced by edm::RootFile::reportOpened().
void edm::RootTree::close | ( | void | ) |
Definition at line 217 of file RootTree.cc.
References auxBranch_, branchEntryInfoBranch_, filePtr_, infoTree_, metaTree_, statusBranch_, and tree_.
Referenced by python.Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent(), and python.Vispa.Gui.FindDialog.FindDialog::keyPressEvent().
|
inline |
Definition at line 83 of file RootTree.h.
Referenced by edm::RootFile::readCurrentEvent().
void edm::RootTree::dropBranch | ( | std::string const & | oldBranchName | ) |
Definition at line 107 of file RootTree.cc.
References beamvalidation::br, entries(), i, python.Node::leaf, and tree_.
|
inline |
Definition at line 87 of file RootTree.h.
References entries_.
Referenced by dropBranch(), edm::RootFile::fillIndexIntoFile(), edm::RootFile::setIfFastClonable(), and edm::RootFile::validateFile().
|
inline |
Definition at line 86 of file RootTree.h.
References entryNumber_.
Referenced by edm::RootFile::fillHistory(), edm::RootFile::fillIndexIntoFile(), edm::RootFile::fillThisEventAuxiliary(), and edm::RootFileEventFinder::getEventNumberOfEntry().
|
inline |
Definition at line 92 of file RootTree.h.
References auxBranch_, entryNumber_, and getEntry().
Referenced by edm::RootFile::fillLumiAuxiliary(), edm::RootFile::fillRunAuxiliary(), edm::RootFile::fillThisEventAuxiliary(), and edm::RootFileEventFinder::getEventNumberOfEntry().
|
inline |
Definition at line 108 of file RootTree.h.
References entryNumber_, and getEntry().
Referenced by edm::RootFile::fillHistory().
|
inline |
Definition at line 97 of file RootTree.h.
References entryNumber_, edm::roottree::getEntry(), and metaTree_.
Referenced by edm::BranchMapperWithReader::readProvenance_().
|
inline |
Definition at line 120 of file RootTree.h.
References entryNumber_, edm::roottree::getEntry(), pProductStatuses_, and statusBranch_.
void edm::RootTree::getEntry | ( | TBranch * | branch, |
EntryNumber | entry | ||
) | const |
Definition at line 169 of file RootTree.cc.
References filePtr_, edm::roottree::getEntry(), rawTreeCache_, and treeCache_.
Referenced by fillAux(), fillBranchEntry(), and edm::RootDelayedReader::getProduct_().
bool edm::RootTree::isValid | ( | void | ) | const |
Definition at line 66 of file RootTree.cc.
References auxBranch_, branchEntryInfoBranch_, entries_, metaTree_, statusBranch_, and tree_.
Referenced by addBranch(), edm::RootFile::fillIndexIntoFile(), edm::RootFile::readLumi(), edm::RootFile::readLuminosityBlockAuxiliary_(), edm::RootFile::readRun_(), edm::RootFile::readRunAuxiliary_(), setPresence(), and edm::RootFile::validateFile().
boost::shared_ptr< DelayedReader > edm::RootTree::makeDelayedReader | ( | FileFormatVersion const & | fileFormatVersion, |
boost::shared_ptr< RootFile > | rootFilePtr = boost::shared_ptr<RootFile>() |
||
) | const |
Definition at line 133 of file RootTree.cc.
References branches_, and entryNumber_.
Referenced by edm::RootFile::readCurrentEvent(), edm::RootFile::readLumi(), and edm::RootFile::readRun_().
|
inline |
Definition at line 115 of file RootTree.h.
References metaTree_.
Referenced by edm::RootFile::createFileBlock().
|
inline |
Definition at line 81 of file RootTree.h.
References entries_, and entryNumber_.
Referenced by edm::RootFile::fillIndexIntoFile(), edm::RootFile::initializeDuplicateChecker(), edm::RootFile::nextEventEntry(), edm::RootFile::readLuminosityBlockAuxiliary_(), and edm::RootFile::readRunAuxiliary_().
|
inline |
Definition at line 82 of file RootTree.h.
References entryNumber_.
Referenced by edm::RootFile::readLuminosityBlockAuxiliary_(), and edm::RootFile::readRunAuxiliary_().
|
inline |
Definition at line 117 of file RootTree.h.
References productStatuses_.
|
inline |
Definition at line 127 of file RootTree.h.
References trainNow_.
Referenced by edm::RootFile::RootFile().
|
inline |
Definition at line 84 of file RootTree.h.
References entryNumber_.
Referenced by edm::RootFile::rewind().
|
private |
Definition at line 140 of file RootTree.cc.
References cacheSize_, filePtr_, rawTreeCache_, tree_, and treeCache_.
Referenced by RootTree().
void edm::RootTree::setEntryNumber | ( | EntryNumber | theEntryNumber | ) |
Definition at line 154 of file RootTree.cc.
References entryNumber_, filePtr_, startTraining(), stopTraining(), switchOverEntry_, trainNow_, tree_, and treeCache_.
Referenced by edm::RootFile::fillEventAuxiliary(), edm::RootFile::fillIndexIntoFile(), edm::RootFileEventFinder::getEventNumberOfEntry(), edm::RootFile::initializeDuplicateChecker(), edm::RootFile::readEvent(), edm::RootFile::readLumi(), edm::RootFile::readLuminosityBlockAuxiliary_(), edm::RootFile::readRunAuxiliary_(), edm::RootFile::setAtEventEntry(), edm::RootFile::setEntryAtEvent(), edm::RootFile::setEntryAtLumi(), edm::RootFile::setEntryAtRun(), and edm::RootFile::skipEvents().
void edm::RootTree::setPresence | ( | BranchDescription const & | prod | ) |
Definition at line 78 of file RootTree.cc.
References edm::BranchDescription::branchName(), edm::BranchDescription::init(), isValid(), edm::BranchDescription::setDropped(), and tree_.
|
private |
Definition at line 149 of file RootTree.cc.
References tree_.
Referenced by RootTree().
|
private |
Definition at line 186 of file RootTree.cc.
References edm::poolNames::branchListIndexesBranchName(), branchType_, edm::BranchTypeToAuxiliaryBranchName(), cacheSize_, entryNumber_, filePtr_, edm::InEvent, learningEntries_, rawTreeCache_, switchOverEntry_, tree_, and treeCache_.
Referenced by setEntryNumber().
|
private |
Definition at line 210 of file RootTree.cc.
References filePtr_, rawTreeCache_, and treeCache_.
Referenced by setEntryNumber().
void edm::RootTree::trainCache | ( | char const * | branchNames | ) |
Definition at line 231 of file RootTree.cc.
References cacheSize_, filePtr_, tree_, and treeCache_.
Referenced by edm::RootFile::RootFile().
|
inline |
Definition at line 113 of file RootTree.h.
References tree_.
Referenced by edm::RootFile::createFileBlock(), edm::RootFile::fillHistory(), and python.cmstools.EventTree::SetAlias().
|
inline |
Definition at line 114 of file RootTree.h.
References tree_.
Referenced by python.cmstools.EventTree::SetAlias().
|
private |
Definition at line 142 of file RootTree.h.
|
private |
Definition at line 143 of file RootTree.h.
Referenced by branchEntryInfoBranch(), close(), and isValid().
|
private |
Definition at line 152 of file RootTree.h.
Referenced by addBranch(), branches(), and makeDelayedReader().
|
private |
Definition at line 151 of file RootTree.h.
Referenced by addBranch(), and branchNames().
|
private |
Definition at line 141 of file RootTree.h.
Referenced by startTraining().
|
private |
Definition at line 156 of file RootTree.h.
Referenced by setCacheSize(), startTraining(), and trainCache().
|
private |
Definition at line 149 of file RootTree.h.
|
private |
Definition at line 150 of file RootTree.h.
Referenced by entryNumber(), fillAux(), fillBranchEntry(), fillBranchEntryMeta(), fillStatus(), makeDelayedReader(), next(), previous(), rewind(), setEntryNumber(), and startTraining().
|
private |
Definition at line 135 of file RootTree.h.
Referenced by close(), getEntry(), setCacheSize(), setEntryNumber(), startTraining(), stopTraining(), and trainCache().
|
private |
Definition at line 161 of file RootTree.h.
Referenced by close().
|
private |
Definition at line 155 of file RootTree.h.
Referenced by startTraining().
|
private |
Definition at line 140 of file RootTree.h.
Referenced by addBranch(), close(), fillBranchEntryMeta(), isValid(), and metaTree().
|
private |
Definition at line 160 of file RootTree.h.
Referenced by fillStatus().
|
private |
Definition at line 159 of file RootTree.h.
Referenced by productStatuses().
|
private |
Definition at line 148 of file RootTree.h.
Referenced by getEntry(), setCacheSize(), startTraining(), and stopTraining().
|
private |
Definition at line 162 of file RootTree.h.
Referenced by close(), fillStatus(), and isValid().
|
private |
Definition at line 154 of file RootTree.h.
Referenced by setEntryNumber(), and startTraining().
|
private |
Definition at line 153 of file RootTree.h.
Referenced by resetTraining(), and setEntryNumber().
|
private |
Definition at line 139 of file RootTree.h.
Referenced by addBranch(), close(), dropBranch(), isValid(), setCacheSize(), setEntryNumber(), setPresence(), setTreeMaxVirtualSize(), startTraining(), trainCache(), and tree().
|
private |
Definition at line 147 of file RootTree.h.
Referenced by getEntry(), setCacheSize(), setEntryNumber(), startTraining(), stopTraining(), and trainCache().