#include "TTreeProxyGenerator.h"#include "TFriendProxyDescriptor.h"#include "TBranchProxyDescriptor.h"#include "TBranchProxyClassDescriptor.h"#include "TList.h"#include "Varargs.h"#include <stdio.h>#include "TClass.h"#include "TClassEdit.h"#include "TClonesArray.h"#include "TError.h"#include "TROOT.h"#include "TObjString.h"#include "TTreeFormula.h"#include "TFormLeafInfo.h"#include "TBranchElement.h"#include "TChain.h"#include "TFile.h"#include "TFriendElement.h"#include "TLeaf.h"#include "TTree.h"#include "TVirtualStreamerInfo.h"#include "TStreamerElement.h"#include "TSystem.h"#include "TLeafObject.h"#include "TVirtualCollectionProxy.h"Go to the source code of this file.
Namespaces | |
| namespace | ROOT |
Functions | |
| void | Debug (Int_t level, const char *va_(fmt),...) |
| Bool_t | AreDifferent (const TString &from, const TString &to) |
| TString | ROOT::GetArrayType (TStreamerElement *element, const char *subtype, TTreeProxyGenerator::EContainer container) |
| static TString | ROOT::GetContainedClassName (TBranchElement *branch, TStreamerElement *element, Bool_t ispointer) |
| static TVirtualStreamerInfo * | ROOT::GetStreamerInfo (TBranch *branch, TIter current, TClass *cl) |
| static TVirtualStreamerInfo * | ROOT::GetBaseClass (TStreamerElement *element) |
| static Bool_t | ROOT::R__AddPragmaForClass (TTreeProxyGenerator *gen, TClass *cl) |
| static Bool_t | ROOT::R__AddPragmaForClass (TTreeProxyGenerator *gen, const char *classname) |
Definition at line 93 of file TTreeProxyGenerator.cxx.
References TString::Data(), fclose(), fopen, kFALSE, and kTRUE.
Referenced by ROOT::TTreeProxyGenerator::WriteProxy().
| void Debug | ( | Int_t | level, | |
| const char * | va_(fmt), | |||
| ... | ||||
| ) |
Definition at line 79 of file TTreeProxyGenerator.cxx.
References ErrorHandler(), gDebug, kInfo, and va_.
1.5.1