Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TProofDraw.cxx File Reference
#include "TProofDraw.h"
#include "TAttFill.h"
#include "TAttLine.h"
#include "TAttMarker.h"
#include "TCanvas.h"
#include "TClass.h"
#include "TError.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TH3F.h"
#include "TProof.h"
#include "TProofDebug.h"
#include "TStatus.h"
#include "TTreeDrawArgsParser.h"
#include "TTreeFormula.h"
#include "TTreeFormulaManager.h"
#include "TTree.h"
#include "TEventList.h"
#include "TEntryList.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "TEnv.h"
#include "TNamed.h"
#include "TGraph.h"
#include "TPolyMarker3D.h"
#include "TVirtualPad.h"
#include "THLimitsFinder.h"
#include "TView.h"
#include "TStyle.h"
#include "TDirectory.h"
#include "TROOT.h"
#include <algorithm>
Include dependency graph for TProofDraw.cxx:

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 

Functions

Int_t DrawCanvas (TObject *obj)
 
void FeedBackCanvas (const char *name, Bool_t create)
 
Int_t GetDrawArgs (const char *var, const char *sel, Option_t *opt, TString &selector, TString &objname)
 

Function Documentation

◆ DrawCanvas()

Int_t DrawCanvas ( TObject obj)

Definition at line 59 of file TProofDraw.cxx.

◆ FeedBackCanvas()

void FeedBackCanvas ( const char *  name,
Bool_t  create 
)

Definition at line 92 of file TProofDraw.cxx.

◆ GetDrawArgs()

Int_t GetDrawArgs ( const char *  var,
const char *  sel,
Option_t opt,
TString selector,
TString objname 
)

Definition at line 75 of file TProofDraw.cxx.