45 if (cl==
nullptr)
return;
60 if (0 == strcmp(cl->
GetName(),
"string")) {
61 directive =
"#include <string>\n";
63 const char *
what =
"";
90 directive =
"#include <";
100 for (
int arg = 1; arg < 3; ++arg) {
108 if (!filename)
return;
111 TString inclPath(
"include;prec_stl");
113 TString inclPath(
"include:prec_stl");
119 const char* pdelim =
";";
120 static const char ddelim =
'\\';
122 const char* pdelim =
":";
123 static const char ddelim =
'/';
125 while (inclPath.
Tokenize(inclDir, posDelim, pdelim))
128 filename += inclDir.
Length();
129 if (filename[0] == ddelim || filename[0] ==
'/') {
135 directive =
Form(
"#include \"%s\"\n",filename);
141 if (directive ==
n->GetTitle()) {
178 const char *ename =
nullptr;
186 else Error(
"AnalyzeBranch",
"Missing parent for %s.", branch->
GetName());
197 Error(
"AnalyzeBranch",
198 "Introspection of TClonesArray in older file not implemented yet.");
211 if (info)
return info;
228 if ( cname ==
b->GetInfo()->GetName() ) {
229 objInfo =
b->GetInfo();
243 if (objInfo ==
nullptr) {
int Int_t
Signed integer 4 bytes (int).
int Ssiz_t
String size (currently int).
long long Long64_t
Portable signed long integer 8 bytes.
Error("WriteTObject","The current directory (%s) is not associated with a file. The object (%s) has not been written.", GetName(), objname)
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
TList fListOfHeaders
List of included headers.
void AddHeader(TClass *cl)
Add a header inclusion request.
TVirtualStreamerInfo * GetStreamerInfo(TBranch *branch, TIter current, TClass *cl)
Return the correct TStreamerInfo of class 'cl' in the list of branches (current) [Assuming these bran...
TVirtualStreamerInfo * GetBaseClass(TStreamerElement *element)
Check if element is a base class and if yes, return the base class.
TTree * fTree
Pointer to the tree.
TString fOptionStr
User options as a string.
TString GetContainedClassName(TBranchElement *branch, TStreamerElement *element, bool ispointer)
Get name of class inside a container.
TTreeGeneratorBase(TTree *tree, const char *option)
Constructor.
A Branch for the case of an object.
const char * GetClassName() const override
Return the name of the user class whose content is stored in this branch, if any.
Int_t GetEntry(Long64_t entry=0, Int_t getall=0) override
Read all branches of a BranchElement and return total number of bytes.
char * GetObject() const
Return a pointer to our object.
virtual const char * GetClonesName() const
A TTree is a list of TBranches.
TBranch * GetSubBranch(const TBranch *br) const
Find the parent branch of child.
TBranch * GetMother() const
Get our top-level parent branch in the tree.
TClass instances represent classes, structs and namespaces in the ROOT type system.
ROOT::ESTLType GetCollectionType() const
Return the 'type' of the STL the TClass is representing.
TVirtualStreamerInfo * GetStreamerInfo(Int_t version=0, Bool_t isTransient=kFALSE) const
returns a pointer to the TVirtualStreamerInfo object for version If the object does not exist,...
TVirtualCollectionProxy * GetCollectionProxy() const
Return the proxy describing the collection (if any).
const char * GetDeclFileName() const
Return name of the file containing the declaration of this class.
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.
An array of clone (identical) objects.
TClass * GetClass() const
virtual TFile * GetFile() const
const TList * GetStreamerInfoCache()
Returns the cached list of StreamerInfos used in this file.
TObject * FindObject(const char *name) const override
Find an object in this list using its name.
The TNamed class is the base class for all named ROOT classes.
const char * GetName() const override
Returns name of object.
Mother of all ROOT objects.
TVirtualStreamerInfo * GetBaseStreamerInfo() const
Describe one element (data member) to be Streamed.
const char * Data() const
TObjArray * Tokenize(const TString &delim) const
This function is used to isolate sequential tokens in a TString.
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
TString & Append(const char *cs)
A TTree represents a columnar dataset.
TDirectory * GetDirectory() const
virtual Long64_t GetReadEntry() const
virtual TClass * GetValueClass() const =0
If the value type is a user-defined class, return a pointer to the TClass representing the value type...
Abstract Interface class describing Streamer information for one class.
virtual Int_t GetOffset(const char *) const =0
virtual Int_t GetClassVersion() const =0
The namespace of The Lean Mean C++ Option Parser.
bool IsStdPair(std::string_view name)
std::vector< std::string > fElements