55 if (fObject->fBasketEntry[i1] == fObject->fBasketEntry[i2]) {
58 return fObject->fBasketEntry[i1] < fObject->fBasketEntry[i2];
109 fFromBranches( from ? from->GetListOfLeaves()->GetEntries()+1 : 0),
110 fToBranches( to ? to->GetListOfLeaves()->GetEntries()+1 : 0),
126 if (opt.
Contains(
"sortbasketsbybranch")) {
129 }
else if (opt.
Contains(
"sortbasketsbyentry")) {
151 from ? from->
GetName() :
"no tree");
157 fWarningMsg.
Form(
"The output TTree (%s) must be associated with a directory.",
164 fWarningMsg.
Form(
"The output TTree (%s) must be associated with a directory (%s) that is in a file.",
172 fWarningMsg.
Form(
"The output TTree (%s) must be associated with a writable file (%s).",
175 fWarningMsg.
Form(
"The output TTree (%s) must be associated with a writable directory (%s in %s).",
256 if (nb != fnb && (nb == 0 || fnb == 0)) {
259 fWarningMsg.
Form(
"The export branch and the import branch do not have the same split level. (The branch name is %s.)",
269 fWarningMsg.
Form(
"The export branch and the import branch do not have the same streamer type. (The branch name is %s.)",
285 fWarningMsg.
Form(
"The export branch and the import branch (%s) do not have the same number of leaves (%d vs %d)",
293 for (
Int_t i=0;i<nb;i++) {
297 if (toleaf_gen->IsA() != fromleaf_gen->IsA() ) {
299 fWarningMsg.
Form(
"The export leaf and the import leaf (%s.%s) do not have the data type (%s vs %s)",
414 fWarningMsg.
Form(
"One of the export top level branches (%s) is not present in the import TTree.",
422 fWarningMsg.
Form(
"One of the export sub-branches (%s) is not present in the import TTree.",
464 for(
UInt_t i=0,bi=0; i<len; ++i) {
562 if (!strcmp(key->GetClassName(),
"TProcessID")) {
571 for (
Int_t i=0;i<npids;i++) {
582 snprintf(name,32,
"ProcessID%d",npids);
586 Info(
"WriteProcessID",
"name=%s, file=%s", name, tofile->
GetName());
588 if (dirsav) dirsav->
cd();
592 Error(
"CopyProcessIDs",
"Copied %s from %s might already exist!\n",
751 if (frombasket && frombasket->
GetNevBuf()>0) {
Describe Streamer information for one class version.
virtual Int_t GetNProcessIDs() const
virtual Bool_t cd(const char *path=0)
Change current directory to "this" directory.
TTreeCloner(const TTreeCloner &)=delete
virtual Int_t GetMinimum() const
Int_t ReadBasketBytes(Long64_t pos, TFile *file)
Read basket buffers in memory and cleanup.
virtual void SetMaximum(Char_t max)
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0)
Write this object to the current directory.
A TLeaf describes individual elements of a TBranch See TBranch structure in TTree.
A TLeaf for an 8 bit Integer data type.
virtual Int_t GetMaximum() const
virtual Int_t GetMaximum() const
void ImportClusterRanges()
Set the entries and import the cluster range of the.
void RestoreCache()
Restore the TFileCacheRead to its previous value.
friend class CompareEntry
virtual Bool_t InheritsFrom(const char *classname) const
Returns kTRUE if object inherits from class "classname".
ClassImp(TSeqCollection) Int_t TSeqCollection TIter next(this)
Return index of object in collection.
TObjArray * GetListOfBaskets()
Int_t FlushOneBasket(UInt_t which)
If we have a write basket in memory and it contains some entries and has not yet been written to disk...
A cache when reading files over the network.
void WriteBaskets()
Transfer the basket from the input file to the output file.
virtual void SetMinimum(Int_t min)
virtual void SetCacheRead(TFileCacheRead *cache, TObject *tree=0, ECacheAction action=kDisconnect)
Set a pointer to the read cache.
virtual TList * GetListOfKeys() const
virtual void SetMaximum(Bool_t max)
virtual void SetMinimum(Long64_t min)
Long64_t GetCacheAutoSize(Bool_t withDefault=kFALSE) const
Used for automatic sizing of the cache.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
void ForceWriteInfo(TFile *file, Bool_t force=kFALSE)
Recursively mark streamer infos for writing to a file.
virtual Int_t GetMinimum() const
void ToLower()
Change string to lower-case.
virtual void Prefetch(Long64_t pos, Int_t len)
Add block of length len at position pos in the list of blocks to be prefetched.
ROOT::NewFunc_t GetNew() const
Return the wrapper around new ThisClass().
A TLeaf for a bool data type.
virtual Long64_t GetBasketSeek(Int_t basket) const
Return address of basket in the file.
virtual void SetMinimum(Bool_t min)
TFile * GetCurrentFile() const
Return pointer to the current file.
A TLeaf for a variable length string.
Long64_t * GetBasketEntry() const
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
void SetBranch(TBranch *branch)
virtual void SetMaximum(Short_t max)
const char * Data() const
TFileCacheRead * GetCacheRead(TObject *tree=0) const
Return a pointer to the current read cache.
virtual TObjArray * GetListOfBranches()
virtual void SetMinimum(Char_t min)
void ImportClusterRanges(TTree *fromtree)
Appends the cluster range information stored in 'fromtree' to this tree, including the value of fAuto...
virtual Int_t GetMinimum() const
virtual void SetLen(Int_t len=1)
Int_t * GetBasketBytes() const
void CloseOutWriteBaskets()
Before we can start adding new basket, we need to flush to disk the partially filled baskets (the Wri...
virtual Int_t GetBufferSize() const
void Info(const char *location, const char *msgfmt,...)
virtual Int_t GetMinimum() const
Long64_t GetEntries() const
TObjArray * GetListOfBranches()
TBasket * GetBasket(Int_t basket)
Return pointer to basket basketnumber in this Branch.
virtual TObject * Clone(const char *newname="") const
Make a clone of an object using the Streamer facility.
void SortBaskets()
Sort the basket according to the user request.
Book space in a file, create I/O buffers, to fill them, (un)compress them.
A TProcessID identifies a ROOT job in a unique way in time and space.
TFileCacheRead * fPrevCache
void Error(const char *location, const char *msgfmt,...)
Int_t GetClassVersion() const
virtual Int_t GetMaximum() const
TVirtualStreamerInfo * FindStreamerInfo(TObjArray *arr, UInt_t checksum) const
Find the TVirtualStreamerInfo in the StreamerInfos corresponding to checksum.
virtual void IncrementProcessIDs()
virtual TFile * GetFile() const
TObject * UncheckedAt(Int_t i) const
virtual void AddLastBasket(Long64_t startEntry)
Add the start entry of the write basket (not yet created)
virtual void IncrementPidOffset(UShort_t offset)
Increment fPidOffset by 'offset'.
virtual const char * GetTypeName() const
virtual void AddAtAndExpand(TObject *obj, Int_t idx)
Add object at position idx.
TVirtualStreamerInfo * GetStreamerInfo(Int_t version=0) const
returns a pointer to the TVirtualStreamerInfo object for version If the object does not exist...
virtual void SetEntries(Long64_t entries)
Set the number of entries in this branch.
void CopyProcessIds()
Make sure that all the needed TStreamerInfo are present in the output file.
void CopyStreamerInfos()
Make sure that all the needed TStreamerInfo are present in the output file.
TDirectory * GetDirectory() const
virtual void SetMinimum(Short_t min)
virtual Int_t GetMinimum() const
TBranch * GetMother() const
Get our top-level parent branch in the tree.
UInt_t GetCheckSum() const
void Form(const char *fmt,...)
Formats a string using a printf style format descriptor.
Int_t IncrementCount()
Increase the reference count to this object.
Bool_t TestBit(UInt_t f) const
Manages buffers for branches of a Tree.
virtual Int_t GetMinimum() const
virtual TBranchRef * GetBranchRef() const
virtual const char * GetName() const
Returns name of object.
The ROOT global object gROOT contains a list of all defined classes.
virtual TList * GetStreamerInfoList()
Read the list of TStreamerInfo objects written to this file.
void Warning(const char *location, const char *msgfmt,...)
Bool_t operator()(UInt_t i1, UInt_t i2)
A Branch for the case of an object.
void CreateCache()
Create a TFileCacheRead if it was requested.
virtual void SetMaximum(Long64_t max)
Bool_t IsLoaded() const
Return true if the shared library of this class is currently in the a process's memory.
UInt_t CollectBranches()
Fill the array of branches, matching the branches of the 'from' and 'to' TTrees Returns the total num...
Bool_t Exec()
Execute the cloning.
virtual Int_t GetMaximum() const
Bool_t operator()(UInt_t i1, UInt_t i2)
Describe directory structure in memory.
UInt_t FillCache(UInt_t from)
Fill the file cache with the next set of basket.
virtual TTree * GetTree() const
TObjArray * GetListOfLeaves()
Int_t GetEntries() const
Return the number of objects in array (i.e.
TFileCacheRead * fFileCache
static TClass * GetClass(const char *name, Bool_t load=kTRUE, Bool_t silent=kFALSE)
Static method returning pointer to TClass of the specified class name.
virtual Int_t GetMaximum() const
void SetCacheSize(Int_t size)
Set the TFile cache size to be used.
virtual TBranch * BranchRef()
Build the optional branch supporting the TRefTable.
UInt_t * fBasketBranchNum
A TLeaf for a 16 bit Integer data type.
virtual void SetMaximum(Int_t max)
virtual void SetMinimum(Int_t min)
Class implementing or helping the various TTree cloning method.
virtual Bool_t cd(const char *path=0)
Change current directory to "this" directory.
A Branch for the case of an array of clone objects.
virtual Int_t GetLenStatic() const
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
virtual Bool_t IsWritable() const
virtual Int_t GetMaximum() const
virtual void AddBasket(TBasket &b, Bool_t ondisk, Long64_t startEntry)
Add the basket to this branch.
A TLeaf for a 64 bit Integer data type.
virtual void AddLast(TObject *obj)
Add object in the next empty slot in the array.
virtual Long64_t GetEntries() const
A TTree object has a header with a name and a title.
Long64_t CopyTo(TFile *to)
Copy the basket of this branch onto the file to.
TObject * At(Int_t idx) const
virtual TFile * GetFile(Int_t mode=0)
Return pointer to the file where branch buffers reside, returns 0 in case branch buffers reside in th...
virtual Long64_t SetEntries(Long64_t n=-1)
Change number of entries in the tree.
A TTree is a list of TBranches.
virtual void SetMaximum(Int_t max)
TObjArray * GetListOfProcessIDs() const
virtual ~TTreeCloner()
TTreeCloner destructor.
void CopyMemoryBaskets()
Transfer the basket from the input file to the output file.
Int_t GetWriteBasket() const
void CollectBaskets()
Collect the information about the on-file basket that need to be copied.
A TLeaf for an Integer data type.
Int_t LoadBasketBuffers(Long64_t pos, Int_t len, TFile *file, TTree *tree=0)
Load basket buffers in memory without unziping.