1 #ifndef FWCore_Framework_FileBlock_h 2 #define FWCore_Framework_FileBlock_h 21 class BranchDescription;
std::vector< TTree * > const & processBlockTrees() const
BranchChildren const & branchChildren() const
std::shared_ptr< BranchChildren const > branchChildren_
std::string const & fileName() const
TTree * processBlockTree(std::string const &processName) const
void updateTTreePointers(TTree *ev, TTree *meta, TTree *lumi, TTree *lumiMeta, TTree *run, TTree *runMeta, std::vector< TTree *> processBlockTrees, std::vector< std::string > processesWithProcessBlockTrees)
TTree * lumiMetaTree() const
FileFormatVersion fileFormatVersion_
std::vector< TTree * > processBlockTrees_
FileBlock(FileFormatVersion const &version, TTree *ev, TTree *meta, TTree *lumi, TTree *lumiMeta, TTree *run, TTree *runMeta, std::vector< TTree *> processBlockTrees, std::vector< std::string > processesWithProcessBlockTrees, int whyNotFastClonable, std::array< bool, NumBranchTypes > const &hasNewlyDroppedBranch, std::string const &fileName, bool branchListIndexesUnchanged, bool modifiedIDs, std::shared_ptr< BranchChildren const > branchChildren)
bool branchListIndexesUnchanged_
std::array< bool, NumBranchTypes > hasNewlyDroppedBranch_
void setNotFastClonable(WhyNotFastClonable const &why)
std::array< bool, NumBranchTypes > const & hasNewlyDroppedBranch() const
bool branchListIndexesUnchanged() const
TTree * runMetaTree() const
std::vector< std::string > const & processesWithProcessBlockTrees() const
int whyNotFastClonable() const
std::vector< std::string > processesWithProcessBlockTrees_
FileFormatVersion const & fileFormatVersion() const