15#ifndef ROOT_TFileMergeInfo
16#define ROOT_TFileMergeInfo
#define ClassDef(name, id)
TIOFeatures provides the end-user with the ability to change the IO behavior of data written via a TT...
Describe directory structure in memory.
A class to pass information from the TFileMerger to the objects being merged.
TIOFeatures * fIOFeatures
Any ROOT IO features that should be explicitly enabled.
Bool_t fIsFirst
True if this is the first call to Merge for this series of object.
TString fOptions
Additional text based option being passed down to customize the merge.
TDirectory * fOutputDirectory
Target directory where the merged object will be written.
TFileMergeInfo(TDirectory *outputfile)
TFileMergeInfo & operator=(const TFileMergeInfo &)=delete
TObject * fUserData
Place holder to pass extra information. This object will be deleted at the end of each series of obje...
virtual ~TFileMergeInfo()
TFileMergeInfo(const TFileMergeInfo &)=delete
Mother of all ROOT objects.