1 #ifndef IOPool_Input_RootTree_h
2 #define IOPool_Input_RootTree_h
21 #include <unordered_set>
51 typedef std::map<BranchKey const, BranchInfo>
BranchMap;
61 RootTree(boost::shared_ptr<InputFile> filePtr,
63 unsigned int maxVirtualSize,
64 unsigned int cacheSize,
65 unsigned int learningEntries,
66 bool enablePrefetching);
83 bool current() {
return entryNumber_ < entries_ && entryNumber_ >= 0;}
100 branch->SetAddress(&pbuf);
103 fillBranchEntry<T>(branch, pbuf);
107 template <
typename T>
109 branch->SetAddress(&pbuf);
Int_t getEntry(TBranch *branch, EntryNumber entryNumber)
boost::shared_ptr< TTreeCache > treeCache_
unsigned int const defaultNonEventLearningEntries
unsigned int learningEntries_
TTreeCache * checkTriggerCache(TBranch *branch, EntryNumber entryNumber) const
void addBranch(BranchKey const &key, BranchDescription const &prod, std::string const &oldBranchName)
void dropBranch(std::string const &oldBranchName)
ConstBranchDescription branchDescription_
std::vector< std::string > branchNames_
std::vector< std::string > const & branchNames() const
void setPresence(BranchDescription const &prod, std::string const &oldBranchName)
EntryNumber rawTriggerSwitchOverEntry_
roottree::BranchMap BranchMap
EntryNumber const & entries() const
RootTree(boost::shared_ptr< InputFile > filePtr, BranchType const &branchType, unsigned int maxVirtualSize, unsigned int cacheSize, unsigned int learningEntries, bool enablePrefetching)
std::unordered_set< TBranch * > trainedSet_
TBranch * branchEntryInfoBranch_
boost::shared_ptr< TTreeCache > rawTreeCache_
BranchInfo(ConstBranchDescription const &prod)
void fillBranchEntryMeta(TBranch *branch, T *&pbuf)
void trainCache(char const *branchNames)
unsigned int const defaultCacheSize
void setTreeMaxVirtualSize(int treeMaxVirtualSize)
TBranch * branchEntryInfoBranch() const
std::map< BranchKey const, BranchInfo > BranchMap
RootTree & operator=(RootTree const &)=delete
TTree const * metaTree() const
TTree const * tree() const
tuple InputFile
Open Root file and provide MEs ############.
boost::shared_ptr< TTreeCache > triggerTreeCache_
boost::shared_ptr< TTreeCache > rawTriggerTreeCache_
std::pair< std::string, MonitorElement * > entry
TTreeCache * selectCache(TBranch *branch, EntryNumber entryNumber) const
BranchType branchType() const
unsigned long treeAutoFlush_
TTreeCache * checkTriggerCacheImpl(TBranch *branch, EntryNumber entryNumber) const
EntryNumber const & entryNumber() const
TBranch * provenanceBranch_
DelayedReader * rootDelayedReader() const
void getEntry(TBranch *branch, EntryNumber entry) const
void fillBranchEntry(TBranch *branch, T *&pbuf)
boost::shared_ptr< BranchMap > branches_
void setCacheSize(unsigned int cacheSize)
bool performedSwitchOver_
unsigned int const defaultNonEventCacheSize
std::unordered_set< TBranch * > triggerSet_
BranchMap const & branches() const
std::unique_ptr< DelayedReader > rootDelayedReader_
boost::shared_ptr< InputFile > filePtr_
std::unique_ptr< TTreeCache > trainCache(TTree *tree, InputFile &file, unsigned int cacheSize, char const *branchNames)
unsigned int const defaultLearningEntries
EntryNumber switchOverEntry_
void setEntryNumber(EntryNumber theEntryNumber)
roottree::EntryNumber EntryNumber