Logo ROOT   6.07/09
Reference Guide
Namespaces | Functions
TTreeProxyGenerator.cxx File Reference
#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 "TLeafC.h"
#include "TTree.h"
#include "TVirtualStreamerInfo.h"
#include "TStreamerElement.h"
#include "TSystem.h"
#include "TLeafObject.h"
#include "TVirtualCollectionProxy.h"
Include dependency graph for TTreeProxyGenerator.cxx:

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Internal
 

Functions

void Debug (Int_t level, const char *va_(fmt),...)
 
TString ROOT::Internal::GetArrayType (TStreamerElement *element, const char *subtype, TTreeProxyGenerator::EContainer container)
 
static Bool_t ROOT::Internal::R__AddPragmaForClass (TTreeProxyGenerator *gen, TClass *cl)
 Add the "pragma C++ class" if needed and return true if it has been added or if it is known to not be needed. More...
 
static Bool_t ROOT::Internal::R__AddPragmaForClass (TTreeProxyGenerator *gen, const char *classname)
 Add the "pragma C++ class" if needed and return true if it has been added or if it is known to not be needed. More...
 

Function Documentation

void Debug ( Int_t  level,
const char *  va_fmt,
  ... 
)

Definition at line 80 of file TTreeProxyGenerator.cxx.