#include <RootOutputTree.h>
Public Member Functions | |
template<typename T > | |
void | addAuxiliary (std::string const &branchName, T const *&pAux, int bufSize, bool allowCloning=true) |
template<typename T > | |
void | addAuxiliary (std::string const &branchName, T *&pAux, int bufSize, bool allowCloning=true) |
void | addBranch (std::string const &branchName, std::string const &className, void const *&pProd, int splitLevel, int basketSize, bool produced) |
bool | checkEntriesInReadBranches (Long64_t expectedNumberOfEntries) const |
bool | checkIfFastClonable (TTree *inputTree) const |
bool | checkSplitLevelsAndBasketSizes (TTree *inputTree) const |
void | close () |
void | fastCloneTTree (TTree *in, std::string const &option) |
void | fillTree () const |
bool | isValid () const |
void | maybeFastCloneTree (bool canFastClone, bool canFastCloneAux, TTree *tree, std::string const &option) |
RootOutputTree & | operator= (RootOutputTree const &)=delete |
void | optimizeBaskets (ULong64_t size) |
RootOutputTree (std::shared_ptr< TFile > filePtr, BranchType const &branchType, int splitLevel, int treeMaxVirtualSize) | |
RootOutputTree (RootOutputTree const &)=delete | |
void | setAutoFlush (Long64_t size) |
void | setEntries () |
TTree * | tree () const |
bool | uncloned (std::string const &branchName) const |
void | writeTree () const |
~RootOutputTree () | |
Static Public Member Functions | |
static TTree * | assignTTree (TFile *file, TTree *tree) |
static TTree * | makeTTree (TFile *filePtr, std::string const &name, int splitLevel) |
static void | writeTTree (TTree *tree) |
Static Private Member Functions | |
static void | fillTTree (std::vector< TBranch * > const &branches) |
Private Attributes | |
std::vector< TBranch * > | auxBranches_ |
std::set< std::string > | clonedReadBranchNames_ |
bool | currentlyFastCloning_ |
bool | fastCloneAuxBranches_ |
std::shared_ptr< TFile > | filePtr_ |
std::vector< TBranch * > | producedBranches_ |
std::vector< TBranch * > | readBranches_ |
TTree * | tree_ |
std::vector< TBranch * > | unclonedAuxBranches_ |
std::vector< TBranch * > | unclonedReadBranches_ |
Definition at line 24 of file RootOutputTree.h.
edm::RootOutputTree::RootOutputTree | ( | std::shared_ptr< TFile > | filePtr, |
BranchType const & | branchType, | ||
int | splitLevel, | ||
int | treeMaxVirtualSize | ||
) |
Definition at line 87 of file RootOutputTree.cc.
References tree_.
|
inline |
Definition at line 31 of file RootOutputTree.h.
|
delete |
|
inline |
Definition at line 38 of file RootOutputTree.h.
References auxBranches_, edm::bufSize, tree_, and unclonedAuxBranches_.
Referenced by edm::RootOutputFile::RootOutputFile().
|
inline |
Definition at line 48 of file RootOutputTree.h.
References auxBranches_, edm::bufSize, tree_, and unclonedAuxBranches_.
void edm::RootOutputTree::addBranch | ( | std::string const & | branchName, |
std::string const & | className, | ||
void const *& | pProd, | ||
int | splitLevel, | ||
int | basketSize, | ||
bool | produced | ||
) |
Definition at line 333 of file RootOutputTree.cc.
References assert(), edm::BranchDescription::invalidBasketSize, edm::BranchDescription::invalidSplitLevel, producedBranches_, readBranches_, dtDQMMerge_cfg::splitLevel, and tree_.
Referenced by edm::RootOutputFile::RootOutputFile().
|
static |
Definition at line 106 of file RootOutputTree.cc.
References bookConverter::max, and tree().
Referenced by makeTTree().
bool edm::RootOutputTree::checkEntriesInReadBranches | ( | Long64_t | expectedNumberOfEntries | ) | const |
Definition at line 201 of file RootOutputTree.cc.
References readBranches_.
Referenced by edm::RootOutputFile::writeIndexIntoFile().
bool edm::RootOutputTree::checkIfFastClonable | ( | TTree * | inputTree | ) | const |
Definition at line 179 of file RootOutputTree.cc.
References readBranches_.
Referenced by edm::RootOutputFile::beginInputFile().
bool edm::RootOutputTree::checkSplitLevelsAndBasketSizes | ( | TTree * | inputTree | ) | const |
Definition at line 127 of file RootOutputTree.cc.
References assert(), and readBranches_.
Referenced by edm::RootOutputFile::beginInputFile().
void edm::RootOutputTree::close | ( | void | ) |
Definition at line 363 of file RootOutputTree.cc.
References auxBranches_, filePtr_, producedBranches_, readBranches_, tree_, unclonedAuxBranches_, and unclonedReadBranches_.
Referenced by lumiQTWidget.ApplicationWindow::fileQuit(), esMonitoring.AsyncLineReaderMixin::handle_close(), esMonitoring.FDJsonServer::handle_close(), Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent(), and Vispa.Gui.FindDialog.FindDialog::keyPressEvent().
void edm::RootOutputTree::fastCloneTTree | ( | TTree * | in, |
std::string const & | option | ||
) |
Definition at line 211 of file RootOutputTree.cc.
References assert(), auxBranches_, Exception, fastCloneAuxBranches_, edm::errors::FatalRootError, prof2calltree::last, edm::DuplicateTreeSentry::tree(), tree_, and unclonedAuxBranches_.
Referenced by maybeFastCloneTree().
void edm::RootOutputTree::fillTree | ( | ) | const |
Definition at line 321 of file RootOutputTree.cc.
References auxBranches_, currentlyFastCloning_, fastCloneAuxBranches_, fillTTree(), producedBranches_, tree_, unclonedAuxBranches_, and unclonedReadBranches_.
Referenced by core.AutoFillTreeProducer.AutoFillTreeProducer::process().
|
staticprivate |
Definition at line 290 of file RootOutputTree.cc.
References HcalObjRepresent::Fill(), and edm::for_all().
Referenced by fillTree().
bool edm::RootOutputTree::isValid | ( | ) | const |
Referenced by core.AutoHandle.AutoHandle::ReallyLoad().
|
static |
Definition at line 115 of file RootOutputTree.cc.
References assignTTree(), Exception, edm::errors::FatalRootError, dtDQMMerge_cfg::splitLevel, and tree().
Referenced by edm::RootOutputFile::RootOutputFile().
void edm::RootOutputTree::maybeFastCloneTree | ( | bool | canFastClone, |
bool | canFastCloneAux, | ||
TTree * | tree, | ||
std::string const & | option | ||
) |
Definition at line 300 of file RootOutputTree.cc.
References clonedReadBranchNames_, currentlyFastCloning_, fastCloneAuxBranches_, fastCloneTTree(), readBranches_, AlCaHLTBitMon_QueryRunRegistry::string, tree_, and unclonedReadBranches_.
Referenced by edm::RootOutputFile::beginInputFile().
|
delete |
|
inline |
Definition at line 100 of file RootOutputTree.h.
References tree_.
Referenced by edm::RootOutputFile::writeLuminosityBlock(), and edm::RootOutputFile::writeRun().
|
inline |
Definition at line 104 of file RootOutputTree.h.
References tree_.
Referenced by edm::RootOutputFile::RootOutputFile().
|
inline |
Definition at line 89 of file RootOutputTree.h.
References tree_.
Referenced by edm::RootOutputFile::respondToCloseInputFile().
|
inline |
Definition at line 85 of file RootOutputTree.h.
References tree_.
Referenced by assignTTree(), MetTreeProducer.MetTreeProducer::declareVariables(), core.AutoFillTreeProducer.AutoFillTreeProducer::declareVariables(), core.AutoFillTreeProducer.AutoFillTreeProducer::fillTree(), makeTTree(), MetTreeProducer.MetTreeProducer::process(), and python.cmstools.EventTree::SetAlias().
|
inline |
Definition at line 94 of file RootOutputTree.h.
References clonedReadBranchNames_.
void edm::RootOutputTree::writeTree | ( | ) | const |
|
static |
Definition at line 281 of file RootOutputTree.cc.
References edm::setRefCoreStreamer().
Referenced by edm::RootOutputFile::finishEndFile(), and writeTree().
|
private |
Definition at line 116 of file RootOutputTree.h.
Referenced by addAuxiliary(), close(), fastCloneTTree(), and fillTree().
|
private |
Definition at line 119 of file RootOutputTree.h.
Referenced by maybeFastCloneTree(), and uncloned().
|
private |
Definition at line 120 of file RootOutputTree.h.
Referenced by fillTree(), and maybeFastCloneTree().
|
private |
Definition at line 121 of file RootOutputTree.h.
Referenced by fastCloneTTree(), fillTree(), and maybeFastCloneTree().
|
private |
Definition at line 112 of file RootOutputTree.h.
Referenced by close().
|
private |
Definition at line 114 of file RootOutputTree.h.
Referenced by addBranch(), close(), and fillTree().
|
private |
Definition at line 115 of file RootOutputTree.h.
Referenced by addBranch(), checkEntriesInReadBranches(), checkIfFastClonable(), checkSplitLevelsAndBasketSizes(), close(), and maybeFastCloneTree().
|
private |
Definition at line 113 of file RootOutputTree.h.
Referenced by addAuxiliary(), addBranch(), close(), fastCloneTTree(), fillTree(), maybeFastCloneTree(), optimizeBaskets(), RootOutputTree(), setAutoFlush(), setEntries(), tree(), and writeTree().
|
private |
Definition at line 117 of file RootOutputTree.h.
Referenced by addAuxiliary(), close(), fastCloneTTree(), and fillTree().
|
private |
Definition at line 118 of file RootOutputTree.h.
Referenced by close(), fillTree(), and maybeFastCloneTree().