#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, WrapperInterfaceBase const *interface, 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 (boost::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_ |
boost::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 25 of file RootOutputTree.h.
edm::RootOutputTree::RootOutputTree | ( | boost::shared_ptr< TFile > | filePtr, |
BranchType const & | branchType, | ||
int | splitLevel, | ||
int | treeMaxVirtualSize | ||
) |
Definition at line 27 of file RootOutputTree.cc.
References tree_.
|
inline |
Definition at line 32 of file RootOutputTree.h.
|
delete |
|
inline |
Definition at line 39 of file RootOutputTree.h.
References auxBranches_, edm::bufSize, tree_, and unclonedAuxBranches_.
Referenced by edm::RootOutputFile::RootOutputFile().
|
inline |
Definition at line 49 of file RootOutputTree.h.
References auxBranches_, edm::bufSize, tree_, and unclonedAuxBranches_.
void edm::RootOutputTree::addBranch | ( | std::string const & | branchName, |
std::string const & | className, | ||
WrapperInterfaceBase const * | interface, | ||
void const *& | pProd, | ||
int | splitLevel, | ||
int | basketSize, | ||
bool | produced | ||
) |
Definition at line 271 of file RootOutputTree.cc.
References edm::WrapperInterfaceBase::deleteProduct(), edm::BranchDescription::invalidBasketSize, edm::BranchDescription::invalidSplitLevel, producedBranches_, readBranches_, dtDQMMerge_cfg::splitLevel, and tree_.
Referenced by edm::RootOutputFile::RootOutputFile().
|
static |
Definition at line 46 of file RootOutputTree.cc.
References bookConverter::max, and tree().
Referenced by makeTTree().
bool edm::RootOutputTree::checkEntriesInReadBranches | ( | Long64_t | expectedNumberOfEntries | ) | const |
Definition at line 141 of file RootOutputTree.cc.
References readBranches_.
Referenced by edm::RootOutputFile::writeIndexIntoFile().
bool edm::RootOutputTree::checkIfFastClonable | ( | TTree * | inputTree | ) | const |
Definition at line 119 of file RootOutputTree.cc.
References readBranches_.
Referenced by edm::RootOutputFile::beginInputFile().
bool edm::RootOutputTree::checkSplitLevelsAndBasketSizes | ( | TTree * | inputTree | ) | const |
Definition at line 67 of file RootOutputTree.cc.
References readBranches_.
Referenced by edm::RootOutputFile::beginInputFile().
void edm::RootOutputTree::close | ( | void | ) |
Definition at line 299 of file RootOutputTree.cc.
References auxBranches_, filePtr_, producedBranches_, readBranches_, tree_, unclonedAuxBranches_, and unclonedReadBranches_.
Referenced by lumiQTWidget.ApplicationWindow::fileQuit(), Vispa.Gui.BoxContentDialog.BoxContentDialog::keyPressEvent(), and Vispa.Gui.FindDialog.FindDialog::keyPressEvent().
void edm::RootOutputTree::fastCloneTTree | ( | TTree * | in, |
std::string const & | option | ||
) |
Definition at line 151 of file RootOutputTree.cc.
References auxBranches_, edm::hlt::Exception, fastCloneAuxBranches_, edm::errors::FatalRootError, prof2calltree::last, tree_, and unclonedAuxBranches_.
Referenced by maybeFastCloneTree().
void edm::RootOutputTree::fillTree | ( | ) | const |
Definition at line 259 of file RootOutputTree.cc.
References auxBranches_, currentlyFastCloning_, fastCloneAuxBranches_, fillTTree(), producedBranches_, tree_, unclonedAuxBranches_, and unclonedReadBranches_.
|
staticprivate |
Definition at line 228 of file RootOutputTree.cc.
References HcalObjRepresent::Fill(), and edm::for_all().
Referenced by fillTree().
bool edm::RootOutputTree::isValid | ( | ) | const |
|
static |
Definition at line 55 of file RootOutputTree.cc.
References assignTTree(), edm::hlt::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 238 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 102 of file RootOutputTree.h.
References tree_.
Referenced by edm::RootOutputFile::writeLuminosityBlock(), and edm::RootOutputFile::writeRun().
|
inline |
Definition at line 106 of file RootOutputTree.h.
References tree_.
Referenced by edm::RootOutputFile::RootOutputFile().
|
inline |
Definition at line 91 of file RootOutputTree.h.
References tree_.
Referenced by edm::RootOutputFile::respondToCloseInputFile().
|
inline |
Definition at line 87 of file RootOutputTree.h.
References tree_.
Referenced by assignTTree(), makeTTree(), and python.cmstools.EventTree::SetAlias().
|
inline |
Definition at line 96 of file RootOutputTree.h.
References clonedReadBranchNames_.
void edm::RootOutputTree::writeTree | ( | ) | const |
|
static |
Definition at line 219 of file RootOutputTree.cc.
References edm::setRefCoreStreamer().
Referenced by edm::RootOutputFile::finishEndFile(), and writeTree().
|
private |
Definition at line 118 of file RootOutputTree.h.
Referenced by addAuxiliary(), close(), fastCloneTTree(), and fillTree().
|
private |
Definition at line 121 of file RootOutputTree.h.
Referenced by maybeFastCloneTree(), and uncloned().
|
private |
Definition at line 122 of file RootOutputTree.h.
Referenced by fillTree(), and maybeFastCloneTree().
|
private |
Definition at line 123 of file RootOutputTree.h.
Referenced by fastCloneTTree(), fillTree(), and maybeFastCloneTree().
|
private |
Definition at line 114 of file RootOutputTree.h.
Referenced by close().
|
private |
Definition at line 116 of file RootOutputTree.h.
Referenced by addBranch(), close(), and fillTree().
|
private |
Definition at line 117 of file RootOutputTree.h.
Referenced by addBranch(), checkEntriesInReadBranches(), checkIfFastClonable(), checkSplitLevelsAndBasketSizes(), close(), and maybeFastCloneTree().
|
private |
Definition at line 115 of file RootOutputTree.h.
Referenced by addAuxiliary(), addBranch(), close(), fastCloneTTree(), fillTree(), maybeFastCloneTree(), optimizeBaskets(), RootOutputTree(), setAutoFlush(), setEntries(), tree(), and writeTree().
|
private |
Definition at line 119 of file RootOutputTree.h.
Referenced by addAuxiliary(), close(), fastCloneTTree(), and fillTree().
|
private |
Definition at line 120 of file RootOutputTree.h.
Referenced by close(), fillTree(), and maybeFastCloneTree().