ROOT  6.06/09
Reference Guide
Classes | Namespaces | Macros | Typedefs | Enumerations | Functions | Variables
Rtypes.h File Reference
#include "RtypesCore.h"
#include "DllImport.h"
#include "Rtypeinfo.h"
#include <stdio.h>
#include <string.h>
#include "snprintf.h"
#include "strlcpy.h"
#include <atomic>
#include "TGenericClassInfo.h"
+ Include dependency graph for Rtypes.h:

Go to the source code of this file.

Classes

class  ROOT::Internal::TInitBehavior
 
class  ROOT::Internal::TDefaultInitBehavior
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Internal
 

Macros

#define NULL   0
 
#define nullptr   0
 
#define BIT(n)   (1ULL << (n))
 
#define SETBIT(n, i)   ((n) |= BIT(i))
 
#define CLRBIT(n, i)   ((n) &= ~BIT(i))
 
#define TESTBIT(n, i)   ((Bool_t)(((n) & BIT(i)) != 0))
 
#define _ClassDef_(name, id, virtual_keyword, overrd)
 
#define ClassDef(name, id)
 
#define ClassDefOverride(name, id)
 
#define ClassDefNV(name, id)
 
#define R__UseDummy(name)   class _NAME2_(name,_c) { public: _NAME2_(name,_c)() { if (name) { } } }
 
#define ClassImpUnique(name, key)
 
#define ClassImp(name)   ClassImpUnique(name,default)
 
#define NamespaceImpUnique(name, key)
 
#define NamespaceImp(name)   NamespaceImpUnique(name,default)
 
#define ClassDefT(name, id)
 
#define ClassDefTNV(name, id)
 
#define ClassDefT2(name, Tmpl)
 
#define templateClassImpUnique(name, key)
 
#define templateClassImp(name)   templateClassImpUnique(name,default)
 
#define ClassImpT(name, Tmpl)   templateClassImp(name)
 
#define ClassDef2T2(name, Tmpl1, Tmpl2)
 
#define ClassImp2T(name, Tmpl1, Tmpl2)   templateClassImp(name)
 
#define ClassDef3T2(name, Tmpl1, Tmpl2, Tmpl3)
 
#define ClassImp3T(name, Tmpl1, Tmpl2, Tmpl3)   templateClassImp(name)
 
#define RootClassVersion(name, VersionNumber)
 
#define RootStreamer(name, STREAMER)
 
#define _R_PragmaStr(x)   _Pragma(#x)
 
#define R__LOAD_LIBRARY(LIBRARY)
 
#define R__ADD_INCLUDE_PATH(PATH)
 
#define R__ADD_LIBRARY_PATH(PATH)
 

Typedefs

typedef void(* ClassStreamerFunc_t) (TBuffer &, void *)
 
typedef void(* ClassConvStreamerFunc_t) (TBuffer &, void *, const TClass *)
 
typedef void(* MemberStreamerFunc_t) (TBuffer &, void *, Int_t)
 
typedef void(* VoidFuncPtr_t) ()
 
typedef TClass *(* DictFuncPtr_t) ()
 
typedef void(* ShowMembersFunc_t) (const void *obj, TMemberInspector &R__insp, Bool_t isTransient)
 
typedef TClass *(* IsAGlobalFunc_t) (const TClass *, const void *obj)
 
typedef void *(* ROOT::NewFunc_t) (void *)
 
typedef void *(* ROOT::NewArrFunc_t) (Long_t size, void *arena)
 
typedef void(* ROOT::DelFunc_t) (void *)
 
typedef void(* ROOT::DelArrFunc_t) (void *)
 
typedef void(* ROOT::DesFunc_t) (void *)
 
typedef void(* ROOT::DirAutoAdd_t) (void *, TDirectory *)
 
typedef Long64_t(* ROOT::MergeFunc_t) (void *, TCollection *, TFileMergeInfo *)
 
typedef void(* ROOT::ResetAfterMergeFunc_t) (void *, TFileMergeInfo *)
 
typedef std::atomic< TClass * > atomic_TClass_ptr
 

Enumerations

enum  ESysConstants { kMAXSIGNALS = 15, kMAXPATHLEN = 8192, kBUFFERSIZE = 8192, kItimerResolution = 10 }
 
enum  EColor {
  kWhite =0, kBlack =1, kGray =920, kRed =632,
  kGreen =416, kBlue =600, kYellow =400, kMagenta =616,
  kCyan =432, kOrange =800, kSpring =820, kTeal =840,
  kAzure =860, kViolet =880, kPink =900
}
 

Functions

template<class Tmpl >
TBufferoperator>> (TBuffer &buf, Tmpl *&obj)
 
template<class Tmpl >
TBufferoperator<< (TBuffer &buf, const Tmpl *obj)
 
template<class RootClass >
Short_t ROOT::SetClassVersion (RootClass *)
 
TClassROOT::CreateClass (const char *cname, Version_t id, const type_info &info, TVirtualIsAProxy *isa, const char *dfil, const char *ifil, Int_t dl, Int_t il)
 Global function called by a class' static Dictionary() method (see the ClassDef macro). More...
 
void ROOT::AddClass (const char *cname, Version_t id, const type_info &info, DictFuncPtr_t dict, Int_t pragmabits)
 Global function called by the ctor of a class's init class (see the ClassImp macro). More...
 
void ROOT::RemoveClass (const char *cname)
 Global function called by the dtor of a class's init class (see the ClassImp macro). More...
 
void ROOT::ResetClassVersion (TClass *, const char *, Short_t)
 Global function to update the version number. More...
 
void ROOT::AddClassAlternate (const char *normName, const char *alternate)
 Global function called by GenerateInitInstance. More...
 
TNamedROOT::RegisterClassTemplate (const char *name, const char *file, Int_t line)
 Global function to register the implementation file and line of a class template (i.e. More...
 
void ROOT::Class_ShowMembers (TClass *cl, const void *obj, TMemberInspector &)
 Indirect call to the implementation of ShowMember allowing [forward] declaration with out a full definition of the TClass class. More...
 
const TInitBehavior * ROOT::Internal::DefineBehavior (void *, void *)
 

Variables

const Bool_t kTRUE = true
 
const Bool_t kFALSE = false
 
const Int_t kMaxUChar = 256
 
const Int_t kMaxChar = kMaxUChar >> 1
 
const Int_t kMinChar = -kMaxChar - 1
 
const Int_t kMaxUShort = 65534
 
const Int_t kMaxShort = kMaxUShort >> 1
 
const Int_t kMinShort = -kMaxShort - 1
 
const UInt_t kMaxUInt = UInt_t(~0)
 
const Int_t kMaxInt = Int_t(kMaxUInt >> 1)
 
const Int_t kMinInt = -kMaxInt - 1
 
const ULong_t kMaxULong = ULong_t(~0)
 
const Long_t kMaxLong = Long_t(kMaxULong >> 1)
 
const Long_t kMinLong = -kMaxLong - 1
 
const ULong64_t kMaxULong64 = ULong64_t(~0LL)
 
const Long64_t kMaxLong64 = Long64_t(kMaxULong64 >> 1)
 
const Long64_t kMinLong64 = -kMaxLong64 - 1
 
const size_t kBitsPerByte = 8
 
const Ssiz_t kNPOS = ~(Ssiz_t)0
 
R__EXTERN Int_t gDebug
 

Macro Definition Documentation

#define _ClassDef_ (   name,
  id,
  virtual_keyword,
  overrd 
)
Value:
private: \
static atomic_TClass_ptr fgIsA; \
public: \
static TClass *Class(); \
static const char *Class_Name(); \
static Version_t Class_Version() { return id; } \
static TClass *Dictionary(); \
virtual_keyword TClass *IsA() const overrd { return name::Class(); } \
virtual_keyword void ShowMembers(TMemberInspector&insp) const overrd { ::ROOT::Class_ShowMembers(name::Class(), this, insp); } \
virtual_keyword void Streamer(TBuffer&) overrd; \
void StreamerNVirtual(TBuffer&ClassDef_StreamerNVirtual_b) { name::Streamer(ClassDef_StreamerNVirtual_b); } \
static const char *DeclFileName() { return __FILE__; } \
static int ImplFileLine(); \
static const char *ImplFileName();
short Version_t
Definition: RtypesCore.h:61
Buffer base class used for serializing objects.
Definition: TBuffer.h:40
Abstract base class for accessing the data-members of a class.
void Class()
Definition: Class.C:29
XFontStruct * id
Definition: TGX11.cxx:108
TClass * IsA() const
The ROOT global object gROOT contains a list of all defined classes.
Definition: TClass.h:81
std::atomic< TClass * > atomic_TClass_ptr
Definition: Rtypes.h:233
void Class_ShowMembers(TClass *cl, const void *obj, TMemberInspector &)
Indirect call to the implementation of ShowMember allowing [forward] declaration with out a full defi...
Definition: TClass.cxx:502

Definition at line 238 of file Rtypes.h.

#define _R_PragmaStr (   x)    _Pragma(#x)

Definition at line 371 of file Rtypes.h.

#define BIT (   n)    (1ULL << (n))
#define ClassDef (   name,
  id 
)
Value:
_ClassDef_(name,id,virtual,) \
static int DeclFileLine() { return __LINE__; }
#define _ClassDef_(name, id, virtual_keyword, overrd)
Definition: Rtypes.h:238
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 254 of file Rtypes.h.

#define ClassDef2T2 (   name,
  Tmpl1,
  Tmpl2 
)

Definition at line 334 of file Rtypes.h.

#define ClassDef3T2 (   name,
  Tmpl1,
  Tmpl2,
  Tmpl3 
)

Definition at line 343 of file Rtypes.h.

#define ClassDefNV (   name,
  id 
)
Value:
static int DeclFileLine() { return __LINE__; }
#define _ClassDef_(name, id, virtual_keyword, overrd)
Definition: Rtypes.h:238
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 262 of file Rtypes.h.

#define ClassDefOverride (   name,
  id 
)
Value:
_ClassDef_(name,id,,override) \
static int DeclFileLine() { return __LINE__; }
#define _ClassDef_(name, id, virtual_keyword, overrd)
Definition: Rtypes.h:238
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 258 of file Rtypes.h.

#define ClassDefT (   name,
  id 
)
Value:
_ClassDef_(name,id,virtual,) \
static int DeclFileLine() { return __LINE__; }
#define _ClassDef_(name, id, virtual_keyword, overrd)
Definition: Rtypes.h:238
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 306 of file Rtypes.h.

#define ClassDefT2 (   name,
  Tmpl 
)

Definition at line 315 of file Rtypes.h.

#define ClassDefTNV (   name,
  id 
)
Value:
_ClassDef_(name,id,virtual,) \
static int DeclFileLine() { return __LINE__; }
#define _ClassDef_(name, id, virtual_keyword, overrd)
Definition: Rtypes.h:238
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 310 of file Rtypes.h.

#define ClassImp (   name)    ClassImpUnique(name,default)

Definition at line 279 of file Rtypes.h.

#define ClassImp2T (   name,
  Tmpl1,
  Tmpl2 
)    templateClassImp(name)

Definition at line 335 of file Rtypes.h.

#define ClassImp3T (   name,
  Tmpl1,
  Tmpl2,
  Tmpl3 
)    templateClassImp(name)

Definition at line 344 of file Rtypes.h.

#define ClassImpT (   name,
  Tmpl 
)    templateClassImp(name)

Definition at line 327 of file Rtypes.h.

#define ClassImpUnique (   name,
  key 
)
Value:
namespace ROOT { \
TGenericClassInfo *GenerateInitInstance(const name*); \
namespace { \
static int _R__UNIQUE_(_NAME2_(R__dummyint,key)) = \
GenerateInitInstance((name*)0x0)->SetImplFile(__FILE__, __LINE__); \
R__UseDummy(_R__UNIQUE_(_NAME2_(R__dummyint,key))); \
} \
}
#define _R__UNIQUE_(X)
Definition: RConfig.h:423
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
#define R__UseDummy(name)
Definition: Rtypes.h:266
#define name(a, b)
Definition: linkTestLib0.cpp:5
#define _NAME2_(name1, name2)
Definition: RConfig.h:409

Definition at line 270 of file Rtypes.h.

#define CLRBIT (   n,
 
)    ((n) &= ~BIT(i))
#define NamespaceImp (   name)    NamespaceImpUnique(name,default)

Definition at line 294 of file Rtypes.h.

#define NamespaceImpUnique (   name,
  key 
)
Value:
namespace name { \
namespace ROOT { \
::ROOT::TGenericClassInfo *GenerateInitInstance(); \
namespace { \
static int _R__UNIQUE_(_NAME2_(R__dummyint,key)) = \
GenerateInitInstance()->SetImplFile(__FILE__, __LINE__); \
R__UseDummy(_R__UNIQUE_(_NAME2_(R__dummyint,key))); \
} \
} \
}
#define _R__UNIQUE_(X)
Definition: RConfig.h:423
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
#define R__UseDummy(name)
Definition: Rtypes.h:266
#define name(a, b)
Definition: linkTestLib0.cpp:5
#define _NAME2_(name1, name2)
Definition: RConfig.h:409

Definition at line 283 of file Rtypes.h.

#define NULL   0

Definition at line 82 of file Rtypes.h.

Referenced by RooStats::HistFactory::HistFactoryNavigation::_GetAllProducts(), RooStats::HistFactory::HistFactoryNavigation::_GetNodes(), TMVA::MethodBoost::AdaBoost(), RooStats::MarkovChain::Add(), TDatabasePDG::AddAntiParticle(), RooStats::HLFactory::AddChannel(), RooStats::ToyMCImportanceSampler::AddImportanceDensity(), RooStats::PdfProposal::AddMapping(), RooStats::ToyMCImportanceSampler::AddNullDensity(), TParallelCoordVar::AddRange(), RooStats::ToyMCSampler::AddTestStatistic(), PyROOT::Utility::AddToClass(), TSpider::AddVariable(), TMVA::MethodTMlpANN::AddWeightsXMLTo(), TMVA::MethodCFMlpANN::AddWeightsXMLTo(), RooStats::MarkovChain::AddWithBurnIn(), TMVA::TNeuron::AdjustSynapseWeights(), TDataSetManagerAliEn::AliEnWhereIs(), alloc_vprintf(), alloc_vprintf2(), AllocateX3DBuffer(), PiecewiseInterpolation::analyticalIntegralWN(), ParamHistFunc::analyticalIntegralWN(), RooStats::DetailedOutputAggregator::AppendArgSet(), TMVA::ROCCalc::ApplySignalAndBackgroundStyle(), PyROOT::Utility::ArraySize(), authorize(), TMVA::bdtcontrolplots(), TMVA::BDTControlPlots(), TMVA::BinarySearchTreeNode::BinarySearchTreeNode(), PyROOT::BindCppObjectNoCast(), TMVA::Factory::BookMethod(), TMVA::MethodANNBase::BuildLayers(), TGeoVolumeDialog::BuildListTree(), TGeoShapeDialog::BuildListTree(), TGeoMediumDialog::BuildListTree(), TGeoMaterialDialog::BuildListTree(), TGeoMatrixDialog::BuildListTree(), TMVA::MethodANNBase::BuildNetwork(), TMVA::PDF::BuildPDF(), TMVA::DecisionTree::BuildTree(), TMVA::BinarySearchTree::CalcStatistics(), TMVA::TransformationHandler::CalcTransformations(), TMVA::TNeuron::CalculateActivationValue(), TMVA::TNeuron::CalculateDelta(), TMVA::ExpectedErrorPruneTool::CalculatePruningInfo(), TMVA::CostComplexityPruneTool::CalculatePruningInfo(), CallConstructor(), TPyArg::CallMethod(), TGLOutput::Capture(), TGLOutput::CapturePostscript(), TMVA::CCPruner::CCPruner(), TMVA::CCTreeWrapper::CCTreeNode::CCTreeNode(), TGeoPatternFinder::CdNext(), check_acl(), check_authorization(), check_password(), TMVA::CCTreeWrapper::CheckEvent(), TMVA::DecisionTree::CheckEventWithPrunedTree(), TMVA::PDF::CheckHist(), RooStats::HistFactory::Channel::CheckHistograms(), RooStats::ProposalFunction::CheckParameters(), TGDMLWrite::ChooseObject(), ClassImp(), TMVA::DecisionTree::CleanTree(), TMVA::BinarySearchTree::Clear(), TMVA::DecisionTreeNode::ClearNodeAndAllDaughters(), TMVA::DecisionTree::ClearTree(), TSQLiteServer::Close(), Memstat::TMemStatMng::Close(), TDavixFileInternal::Close(), close_connection(), close_socket_gracefully(), RooStudyManager::closeProof(), TWinNTSystem::CollectGroups(), TWinNTSystem::CollectMembers(), TGLite::Command(), RooStats::DetailedOutputAggregator::CommitSet(), compare_dir_entries(), THttpCallArg::CompressWithGzip(), TS3HTTPRequest::ComputeSignature(), RooStats::HistFactory::Asimov::ConfigureWorkspace(), conn2(), RooStats::MetropolisHastings::ConstructChain(), convert_uri_to_file_name(), TText::Copy(), TMVA::Event::CopyVarValues(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TMVA::DecisionTree::CountLeafNodes(), TMVA::Node::CountMeAndAllDaughters(), TStructViewer::CountMembers(), TWinNTSystem::CountMembers(), TMVA::ExpectedErrorPruneTool::CountNodes(), TMVA::BinaryTree::CountNodes(), TMVA::TActivationChooser::CreateActivation(), TGLFBO::CreateAndAttachColorTexture(), TGDMLWrite::CreateArb8N(), TMVA::MethodPDERS::CreateBinarySearchTree(), TGDMLWrite::CreateBoxN(), RooStats::CreateBranchStore(), TRootCanvas::CreateCanvas(), RooStats::ProposalHelper::CreateCluesPdf(), TGDMLWrite::CreateCommonBoolN(), TGDMLWrite::CreateConeN(), TGDMLWrite::CreateCutTubeN(), TGDMLWrite::CreateEltubeN(), TGeoToStep::CreateGeometry(), TGraphEdge::CreateGVEdge(), TGDMLWrite::CreateHypeN(), RooStats::HistFactory::ConfigParser::CreateMeasurementFromDriverNode(), TMVA::TNeuronInputChooser::CreateNeuronInput(), TGDMLWrite::CreateParaboloidN(), RooStats::FeldmanCousins::CreateParameterPoints(), TMVA::MethodPDEFoam::CreatePDEFoamKernel(), RooStats::ProposalHelper::CreatePdf(), TGDMLWrite::CreatePhysVolN(), TGWin32::CreatePixmapFromData(), ROOT::Internal::TTreeReaderValueBase::CreateProxy(), TMVA::MethodRSNNS::CreateRanking(), TMVA::MethodRSVM::CreateRanking(), TMVA::MethodRXGB::CreateRanking(), TMVA::MethodC50::CreateRanking(), TMVA::MethodPyAdaBoost::CreateRanking(), TMVA::MethodPyGTB::CreateRanking(), TMVA::MethodPyRandomForest::CreateRanking(), PyROOT::CreateScopeProxy(), TMapFile::CreateSemaphore(), TGDMLWrite::CreateSphereN(), TGDMLWrite::CreateTorusN(), TGDMLWrite::CreateTrapN(), TGDMLWrite::CreateTrdN(), TGDMLWrite::CreateTubeN(), TGDMLWrite::CreateTwistedTrapN(), TMVA::MethodBase::CreateVariableTransforms(), TGWin32::CreateWindow(), TGDMLWrite::CreateXtrusionN(), TDavixFile::DavixPReadBuffer(), TDavixFile::DavixReadBuffer(), TDavixFile::DavixReadBuffers(), TDavixFileInternal::DavixStat(), TDavixFile::DavixWriteBuffer(), TGeoMaterial::DecayMaterial(), TGeoMixture::DecayMaterial(), TMVA::DecisionTree::DecisionTree(), TMVA::DecisionTreeNode::DecisionTreeNode(), TMVA::Volume::Delete(), TMVA::PDEFoam::DeleteBinarySearchTree(), TMVA::TNeuron::DeleteLinksArray(), TMVA::MethodANNBase::DeleteNetwork(), TMVA::BinaryTree::DeleteNode(), TSpider::DeleteVariable(), TMVA::DecisionTree::DescendTree(), RooStats::DetailedOutputAggregator::DetailedOutputAggregator(), dir_scan_callback(), DispatchCall(), TGeoVolumeAssembly::Divide(), do_ssi_exec(), do_ssi_include(), TFitEditor::DoDataSet(), TPyMultiGradFunction::DoDerivative(), TPyMultiGenFunction::DoEval(), TPyMultiGradFunction::DoEval(), TParallelCoordEditor::DoHistColorSelect(), TParallelCoordEditor::DoHistPatternSelect(), TGeoElemIter::Down(), ROOT::MacOSX::X11::DownscaledImageData(), RooStats::SamplingDistPlot::Draw(), TMVA::PDEFoam::Draw1Dim(), TMVA::draw_activation(), TMVA::DrawCell(), RooStats::MCMCIntervalPlot::DrawChainScatter(), RooStats::HistFactory::HistFactoryNavigation::DrawChannel(), RooStats::MCMCIntervalPlot::DrawHistInterval(), RooStats::MCMCIntervalPlot::DrawKeysPdfInterval(), RooStats::MCMCIntervalPlot::DrawNLLHist(), TMVA::StatDialogBDTReg::DrawNode(), TMVA::StatDialogBDT::DrawNode(), RooStats::MCMCIntervalPlot::DrawPosteriorHist(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysPdf(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysProduct(), RooStats::MCMCIntervalPlot::DrawTailFractionInterval(), TASImage::DrawText(), RooStats::MCMCIntervalPlot::DrawWeightHist(), drr_func_cache_find(), drr_func_cache_init(), drr_func_cache_push(), drr_generic_method(), drr_map_args2(), dummyinit(), RooStats::HybridPlot::DumpToFile(), DynamicPath(), TGHtmlInput::Empty(), RooStats::ProfileLikelihoodTestStat::EnableDetailedOutput(), RooStats::SimpleLikelihoodRatioTestStat::EnableDetailedOutput(), TDavixFileInternal::enableGridMode(), RooStats::PdfProposal::Equals(), PyROOT::Utility::ErrMsgHandler(), ROOT::Math::Minimizer::Errors(), TMVA::PDEFoamKernelTrivial::Estimate(), TMVA::PDEFoamKernelLinN::Estimate(), TMVA::PDEFoamKernelGauss::Estimate(), RooStats::HistFactory::EstimateSummary::EstimateSummary(), TMVA::TActivationRadial::Eval(), TMVA::TActivationSigmoid::Eval(), TMVA::TActivationRadial::EvalDerivative(), TMVA::TActivationSigmoid::EvalDerivative(), RooStats::NumEventsTestStat::Evaluate(), RooStats::RatioOfProfiledLikelihoodsTestStat::Evaluate(), RooStats::SimpleLikelihoodRatioTestStat::Evaluate(), RooStats::ProfileLikelihoodTestStat::EvaluateProfileLikelihood(), TMVA::Event::Event(), TSQLiteServer::Exec(), TParallelCoordRange::ExecuteEvent(), TThreadPool< aTask, aParam >::Executor(), TMVA::PDEFoamDecisionTree::Explore(), RScanner::ExprToStr(), TGDMLWrite::ExtractSolid(), TGDMLWrite::ExtractVolumes(), fclose_on_exec(), TMVA::PDEFoamDensityBase::FillBinarySearchTree(), TFitEditor::FillDataSetList(), TMVA::DecisionTree::FillEvent(), TMVA::DecisionTree::FillTree(), RooStats::FillTree(), FillX3DBuffer(), RooStats::ToyMCStudy::finalize(), RooStats::HistFactory::HistFactoryNavigation::findChild(), TWinNTSystem::FindFile(), TGeoElementTable::FindIsotope(), TF3::FindMinMax(), TF2::FindMinMax(), TStructNodeEditor::FindNodeProperty(), TGWin32::FindRWindow(), TGeoManager::FindTrackWithId(), RooStats::HistFactory::FitModelAndPlot(), forward_body_data(), free_context(), TDavixSystem::FreeDirectory(), RooStats::ToyMCSampler::GenerateToyData(), get_header(), get_mime_type(), get_option_index(), PyROOT::TVoidArrayConverter::GetAddressSpecialCase(), TGeoManager::GetAlignableEntryByUID(), RooStats::MarkovChain::GetAsDataHist(), RooStats::DetailedOutputAggregator::GetAsDataSet(), RooStats::MarkovChain::GetAsDataSet(), RooStats::MarkovChain::GetAsSparseHist(), TMVA::PDEFoamTarget::GetCellValue(), TMVA::PDEFoam::GetCellValue(), RooStats::HistFactory::GetChannelEstimateSummaries(), RooStats::HistFactory::HistFactoryNavigation::GetChannelHist(), RooStats::HistFactory::HistFactoryNavigation::GetChannelPdf(), TPyClassGenerator::GetClass(), RScanner::GetClassName(), TAliEnFind::GetCollection(), TGWin32::GetColorBits(), TSQLiteServer::GetColumns(), TODBCServer::GetColumns(), RooStats::HistFactory::HistFactoryNavigation::GetConstraintTerm(), RooStats::HistFactory::HistFactoryNavigation::GetConstraintUncertainty(), RooStats::HistFactory::HistFactoryNavigation::GetDataHist(), TDataSetManagerAliEn::GetDataSet(), TDataSetManagerAliEn::GetDataSets(), RooStats::HistFactory::getDataValuesForObservables(), TDavixFileInternal::getDavixFileInstance(), TDavixFileInternal::getDavixInstance(), RooStats::TestStatistic::GetDetailedOutput(), TDavixSystem::GetDirEntry(), TMVA::MethodCuts::GetEfficiency(), TGeoElement::GetElementTable(), TMVA::TActivationSigmoid::GetExpression(), TMVA::TActivationRadial::GetExpression(), TDataSetManagerAliEn::GetFindCommandsFromUri(), RooStats::HypoTestCalculatorGeneric::GetFitInfo(), TAliEnFind::GetGridResult(), TParallelCoordVar::GetHistogram(), RooStats::HistFactory::Channel::GetHistogram(), RooStats::HybridPlot::GetHistoPvals(), TGeoManager::GetHMatrix(), RooStats::HypoTestCalculatorGeneric::GetHypoTest(), RooStats::MCMCCalculator::GetInterval(), TGeoElement::GetIsotope(), TMVA::MethodBase::GetKSTrainingVsTest(), TGeoManager::GetLastTrack(), TMVA::SVKernelMatrix::GetLine(), RScanner::GetLocation(), TGeoShapeAssembly::GetMakeRuntimeShape(), TGeoScaledShape::GetMakeRuntimeShape(), TGeoTabManager::GetMakeTabManager(), TGeoPNEntry::GetMatrixOrig(), TODBCServer::GetMaxIdentifierLength(), RooStats::HistFactory::ConfigParser::GetMeasurementsFromXML(), THttpServer::GetMimeType(), TMVA::MethodFDA::GetMulticlassValues(), TMVA::MethodBDT::GetMulticlassValues(), TMVA::MethodANNBase::GetMulticlassValues(), TMVA::MethodPDEFoam::GetMulticlassValues(), TMVA::MethodLD::GetMvaValue(), TMVA::MethodCuts::GetMvaValue(), TWinNTSystem::GetNbGroups(), TMVA::DataSet::GetNClassEvents(), TMVA::MethodPDEFoam::GetNCuts(), TLegend::GetNRows(), TCling::Getp2f2funcname(), TGWin32::GetPasteBuffer(), TGLViewer::GetPictureUsingBB(), TGLViewer::GetPictureUsingFBO(), TGWin32::GetProperty(), RooStats::UniformProposal::GetProposalDensity(), RooStats::ProposalHelper::GetProposalFunction(), TMVA::MethodLD::GetRegressionValues(), TMVA::MethodSVM::GetRegressionValues(), TMVA::MethodFDA::GetRegressionValues(), TMVA::MethodBDT::GetRegressionValues(), TMVA::MethodANNBase::GetRegressionValues(), getreq(), TMVA::MethodPDERS::GetSample(), Cppyy::GetScope(), TProof::GetStagingStatusDataSet(), RooStats::HistFactory::getStatUncertaintyConstraintTerm(), RooStats::HistFactory::getStatUncertaintyFromChannel(), RooStats::HistFactory::getSumPdfFromChannel(), Memstat::getSymbols(), TSQLiteServer::GetTableInfo(), TPgSQLServer::GetTableInfo(), TODBCServer::GetTableInfo(), TODBCServer::GetTables(), RooStats::DebuggingSampler::GetTestStatistic(), RooStats::ToyMCSampler::GetTestStatistic(), RooStats::SamplingDistPlot::GetTH1F(), RooStats::HLFactory::GetTotBkgPdf(), RooStats::HLFactory::GetTotCategory(), RooStats::HLFactory::GetTotDataSet(), RooStats::HLFactory::GetTotSigBkgPdf(), TMVA::MethodCuts::GetTrainingEfficiency(), TMVA::PDEFoamCell::GetTreeDepth(), TWinNTSystem::GetVolumes(), TGeoVolume::GetVoxels(), TText::GetWcsTitle(), TMVA::TSynapse::GetWeightedDelta(), TMVA::TSynapse::GetWeightedValue(), GetWindowsVersion(), GetWinNTSysInfo(), RooStats::ModelConfig::GetWS(), GIFquantize(), gl2psAddInBspImageTree(), gl2psAddPlanesInBspTreeImage(), gl2psBeginPage(), gl2psBuildBspTree(), gl2psCopyPrimitive(), gl2psEndPage(), gl2psFreeBspImageTree(), gl2psFreeBspTree(), gl2psFreeImagemap(), gl2psListCreate(), gl2psListPointer(), gl2psMalloc(), gl2psParseFeedbackBuffer(), gl2psPDFgroupListDelete(), gl2psPDFgroupListInit(), gl2psPDFgroupListWriteMainStream(), gl2psPDFgroupListWriteObjects(), gl2psPDFgroupListWriteXObjectResources(), gl2psPDFgroupObjectInit(), gl2psPrintGzipFooter(), gl2psPrintPDFFooter(), gl2psRealloc(), gl2psSortOutTrianglePDFgroup(), gl2psSplitPrimitive2D(), gmt_time_string(), TMVA::CCTreeWrapper::CCTreeNode::GoesLeft(), TMVA::CCTreeWrapper::CCTreeNode::GoesRight(), TGWin32::GUIThreadMessageFunc(), handle_cgi_request(), handle_directory_request(), handle_file_request(), handle_propfind(), handle_request(), handle_ssi_file_request(), TGHtml::HandleIdleEvent(), TGHtml::HandleTimer(), BaseSelectionRule::HasInterpreter(), PyROOT::im_dealloc(), PyROOT::im_descr_get(), TMVA::TMVAGlob::imgconv(), TGeoVolume::Import(), TGeoManager::Import(), TDavixFile::Init(), TMVA::MethodFDA::Init(), TParallelCoordVar::Init(), TWinNTSystem::Init(), TGWin32::Init(), TMVA::MethodPDERS::Init(), TMVA::MethodPDEFoam::Init(), Init_libRuby(), TMVA::MethodANNBase::InitANNBase(), TMVA::MethodPDEFoam::InitFoam(), TMVA::MethodBDT::InitGradBoost(), RooStats::AsymptoticCalculator::Initialize(), RooStats::HistFactory::RooBarlowBeestonLL::initializeBarlowCache(), TBasket::InitializeCompressedBuffer(), TMVA::TNeuron::InitNeuron(), TMVA::TNeuron::InitSynapseDeltas(), TMVA::CCTreeWrapper::InitTree(), TMVA::CostComplexityPruneTool::InitTreePruningMetaData(), TGWin32::InitWindow(), TMVA::BinarySearchTree::Insert(), insertvertex(), TGeoBuilder::Instance(), TAliEnFind::InvalidateGridResult(), is_authorized_for_put(), is_file_in_memory(), is_file_opened(), is_not_modified(), is_put_or_delete_request(), TMVA::TNeuron::IsInputNeuron(), TMVA::TNeuron::IsOutputNeuron(), TThreadPool< aTask, aParam >::JoinHelper(), TWinNTSystem::Link(), load_dll(), TDavixSystem::Locate(), locate(), TNetXNGFileStager::LocateCollection(), TXNetFileStager::LocateCollection(), TGLite::LocateSites(), log_access(), log_header(), TClingCallbacks::LookupObject(), TWinNTSystem::LookupSID(), TGLite::Ls(), RooStats::AsymptoticCalculator::MakeAsimovData(), TGeoChecker::MakeCheckOverlap(), TMVA::MethodBDT::MakeClassInstantiateNode(), TGeoGenTrans::MakeClone(), TGeoIdentity::MakeClone(), TDavixSystem::MakeDirectory(), RooStats::HistFactory::HistFactoryNavigation::MakeHistFromRooFunction(), RooStats::HistFactory::MakeModelAndMeasurementFast(), TGeoManager::MakePhysicalNode(), TGeoVolume::MakeReflectedVolume(), makesubseg(), maketriangle(), RooStats::MakeUnconstrainedPdf(), makevertexmap(), TGWin32::MapSubwindows(), RooStats::MarkovChain::MarkovChain(), master_thread(), master_thread_run(), match_prefix(), ROOT::TMetaUtils::MatchWithDeclOrAnyOfPrevious(), RooStats::MCMCIntervalPlot::MCMCIntervalPlot(), TMVA::Tools::Mean(), TProfileHelper::Merge(), RooStats::ToyMCStudy::merge(), TH2::Merge(), TH3::Merge(), TH1::Merge(), mergehulls(), TMVA::MethodBDT::MethodBDT(), RooStats::MetropolisHastings::MetropolisHastings(), mg_close_connection(), mg_connect(), mg_cry(), mg_download(), mg_fclose(), mg_fgetc(), mg_fgets(), mg_get_builtin_mime_type(), mg_get_context(), mg_get_cookie(), mg_get_option(), mg_get_user_data(), mg_get_var2(), mg_join_thread(), mg_md5(), mg_modify_passwords_file(), mg_read(), mg_set_request_handler(), mg_start(), mg_start_thread_with_id(), mg_stat(), mg_strcasestr(), mg_strndup(), mg_upload(), mg_url_encode(), mg_vprintf(), mg_write(), ROOT::Math::Minimizer::MinGradient(), TMVA::DataSetFactory::MixEvents(), mkcol(), TThreadPool< aTask, aParam >::Monitor(), TStructViewerGUI::MouseOverSlot(), THnBase::Multiply(), must_hide_file(), TSQLiteResult::Next(), TGeoElemIter::Next(), next_option(), TGWin32::NextEvent(), TMVA::BinarySearchTree::NormalizeTree(), TWinNTSystem::NotifyApplicationCreated(), PyROOT::op_dealloc_nofree(), TDavixFileInternal::Open(), open_auth_file(), TDavixSystem::OpenDirectory(), TMVA::operator<<(), RooStats::MinNLLTestStat::operator=(), RooStats::HypoTestResult::operator=(), TMVA::CCPruner::Optimize(), TMVA::OptimizeConfigParameters::optimizeFit(), TParallelCoordVar::PaintBoxPlot(), THistPainter::PaintLego(), TGraphPolargram::PaintPolarDivisions(), parse_auth_header(), parse_http_message(), parsecommandline(), TDavixFileInternal::parseConfig(), RooStats::PdfProposal::PdfProposal(), plague(), TMVA::Plot(), TMVA::Plot1DimFoams(), TMVA::PlotCellTree(), TMVA::PlotNDimFoams(), TMVA::TransformationHandler::PlotVariables(), poolalloc(), pooldeinit(), poolinit(), poolrestart(), poolzero(), RooStats::HybridCalculator::PreAltHook(), RooStats::FrequentistCalculator::PreHook(), RooStats::HybridCalculator::PreNullHook(), TStructViewer::Prepare(), prepare_cgi_environment(), TMVA::BinarySearchTreeNode::Print(), TMVA::DecisionTreeNode::Print(), print_dir_entry(), TMVA::TNeuron::PrintActivationEqn(), TMVA::PDEFoam::PrintCell(), RooStats::HistFactory::HistFactoryNavigation::PrintChannelParameters(), TMVA::TNeuron::PrintLinks(), RooStats::HistFactory::HistFactoryNavigation::PrintParameters(), TGLPlotPainter::PrintPlot(), TMVA::BinarySearchTreeNode::PrintRec(), TMVA::CCTreeWrapper::CCTreeNode::PrintRec(), TMVA::DecisionTreeNode::PrintRec(), TMVA::DecisionTreeNode::PrintRecPrune(), RooStats::HistFactory::HistFactoryNavigation::PrintSampleComponents(), RooStats::HistFactory::HistFactoryNavigation::PrintSampleParameters(), printsubseg(), printtriangle(), TMVA::probas(), process_new_connection(), TMVA::MethodBDT::ProcessOptions(), RooStats::RatioOfProfiledLikelihoodsTestStat::ProfiledLikelihood(), RooStats::ProfileLikelihoodTestStat::ProfileLikelihoodTestStat(), TMVA::PDEFoamDiscriminant::Project2(), TMVA::PDEFoam::Project2(), RooStats::ProposalHelper::ProposalHelper(), TMVA::CCTreeWrapper::PruneNode(), TMVA::DecisionTree::PruneNode(), TMVA::DecisionTree::PruneNodeInPlace(), TMVA::DecisionTree::PruneTree(), pull(), push(), put_dir(), put_file(), TGLite::Pwd(), TSQLiteServer::Query(), TGLite::Query(), ROOT::R::R_completion_generator(), ROOT::R::R_custom_completion(), RooStats::RandomizeCollection(), TDavixFile::ReadBuffer(), TDavixFile::ReadBufferAsync(), TDavixFile::ReadBuffers(), TMVA::MethodPDEFoam::ReadClonedFoamFromFile(), TTree::ReadFile(), TMVA::MethodPDEFoam::ReadFoamsFromFile(), TMVA::VariableRearrangeTransform::ReadFromXML(), TMVA::VariablePCATransform::ReadFromXML(), TMVA::VariableNormalizeTransform::ReadFromXML(), TMVA::VariableDecorrTransform::ReadFromXML(), TMVA::VariableGaussTransform::ReadFromXML(), TASImage::ReadImage(), TGWin32::ReadPictureDataFromFile(), TMVA::MethodPDERS::ReadWeightsFromStream(), TMVA::MethodPDERS::ReadWeightsFromXML(), TMVA::MethodCFMlpANN::ReadWeightsFromXML(), TMVA::MethodANNBase::ReadWeightsFromXML(), TMVA::MethodPDEFoam::ReadWeightsFromXML(), realloc2(), TH2::Rebin2D(), redirect_to_https_port(), regionplague(), TCling::RegisterModule(), remove_directory(), PyROOT::Utility::RemoveGUIEventInputHook(), TFileInfo::RemoveUrlAt(), RooStats::HistFactory::HistFactoryNavigation::ReplaceNode(), TGeoVolume::ReplaceNode(), TGWin32::RequestLocator(), TGWin32::RequestString(), TStructViewer::Reset(), TMVA::MethodBDT::Reset(), RooStats::PdfProposal::Reset(), TMVA::MethodPDEFoam::Reset(), reset_per_request_attributes(), TMVA::PDEFoam::ResetCellElements(), TMVA::DecisionTreeNode::ResetValidationData(), QuartzPixmap::resizeW:::, TGWin32::ResizeWindow(), TMVA::Tools::RMS(), rng_alloc(), RooJeffreysPrior::RooJeffreysPrior(), rr_ctf1_fcn(), rr_ctf2_fcn(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TFastCgi::run_func(), RooStats::HybridCalculatorOriginal::RunToys(), RooStats::HistFactory::Sample::Sample(), scan_directory(), TMVA::BinarySearchTree::Search(), TMVA::BinarySearchTree::SearchVolume(), TMVA::BinarySearchTree::SearchVolumeWithMaxLimit(), seed_spbox(), seed_uniquestream(), seed_vielbein(), send_authorization_request(), send_file_data(), send_http_error(), send_options(), PyROOT::TemplateProxy::Set(), set_gpass_option(), set_ports_option(), set_ssl_option(), set_throttle(), set_uid_option(), TMVA::TNeuron::SetActivationEqn(), TGeoManager::SetAlignableEntry(), RooStats::MCMCCalculator::SetBins(), TMVA::PDEFoam::SetCellElement(), RooStats::ProposalHelper::SetCluesOptions(), RooStats::FrequentistCalculator::SetConditionalMLEsAlt(), RooStats::FrequentistCalculator::SetConditionalMLEsNull(), RooStats::HistFactory::HistFactoryNavigation::SetConstant(), TParallelCoordVar::SetCurrentLimits(), TSpider::SetDisplayAverage(), TFileCacheRead::SetEnablePrefetchingImpl(), TGeoGlobalMagField::SetField(), RooStats::ModelConfig::SetGlobalObservables(), TGWin32::SetIconPixmap(), TMVA::TNeuron::SetInputCalculator(), ROOT::Quartz::SetLineType(), TUnuran::SetMethodAndInit(), TSpider::SetNx(), TSpider::SetNy(), RooStats::ToyMCImportanceSampler::SetParametersForTestStat(), TMVA::DecisionTree::SetParentTreeInNodes(), TGraphPolargram::SetPolarLabel(), RooStats::ToyMCSampler::SetPriorNuisance(), TAliEnFind::SetRegexp(), RooStats::SPlot::SetSData(), TSpider::SetSegmentDisplay(), TMVA::TMVAGlob::SetSignalAndBackgroundStyle(), RooStats::ToyMCSampler::SetTestStatistic(), TTF::SetTextFont(), TS3HTTPRequest::SetTimeStamp(), TMVA::BinaryTree::SetTotalTreeDepth(), should_keep_alive(), THistPainter::ShowProjectionX(), THistPainter::ShowProjectionY(), RooStats::SimpleLikelihoodRatioTestStat::SimpleLikelihoodRatioTestStat(), spawn_process(), RooStats::SPlot::SPlot(), ssl_error(), sslize(), TWinNTSystem::StackTrace(), TODBCServer::StartTransaction(), TSQLiteServer::Statement(), HFit::StoreAndDrawFitFunction(), RooStats::StripConstraints(), SubdivColorMap(), TGLite::Submit(), subsegtraverse(), substitute_index_file(), TWinNTSystem::Symlink(), TAliEnFind::TAliEnFind(), TCling_GenerateDictionary(), PyROOT::TCustomInstanceMethod_New(), TDavixFile_http_get_ucert(), TMVA::DecisionTree::TestPrunedTreeQuality(), TGeoElement::TGeoElement(), TGHtmlBlock::TGHtmlBlock(), TGHtmlImage::TGHtmlImage(), TGraph::TGraph(), TGraph2D::TGraph2D(), TGraphErrors::TGraphErrors(), TGraphPolargram::TGraphPolargram(), TMapFile::TMapFile(), topDriver(), RooStats::ToyMCPayload::ToyMCPayload(), TParallelCoordRange::TParallelCoordRange(), TParticlePDG::TParticlePDG(), TProtoClass::TProtoRealData::TProtoRealData(), TMVA::MethodBDT::Train(), TMVA::MethodCuts::Train(), TMVA::DecisionTree::TrainNodeFull(), transfernodes(), TGWin32::TranslateCoordinates(), traverse(), triangleinit(), triangletraverse(), triangulate(), trimalloc(), TSpider::TSpider(), TStructViewer::TStructViewer(), TStructViewerGUI::TStructViewerGUI(), PyROOT::TTreeGetAttr(), PyROOT::TTupleOfInstances_New(), TWin32SplashThread::TWin32SplashThread(), uninitialize_ssl(), TDavixSystem::Unlink(), TGeoElemIter::Up(), TGWin32::UpdateFillColor(), TGWin32::UpdateFillStyle(), TMVA::TNeuron::UpdateSynapsesBatch(), TMVA::TNeuron::UpdateSynapsesSequential(), use_request_handler(), TMVA::Tools::UsefulSortAscending(), TMVA::Tools::UsefulSortDescending(), RooStats::HistFactory::HistFactoryNavigation::var(), TMVA::variables(), TMVA::variablesMultiClass(), vertextraverse(), worker_thread(), worker_thread_run(), TDavixFile::WriteBuffer(), writeedges(), TGDMLWrite::WriteGDMLfile(), TMVA::MethodANNBase::WriteMonitoringHistosToFile(), writenodes(), writepoly(), RooStats::HistFactory::Data::writeToFile(), RooStats::HistFactory::Measurement::writeToFile(), RooStats::HistFactory::HistoSys::writeToFile(), RooStats::HistFactory::HistoFactor::writeToFile(), RooStats::HistFactory::ShapeSys::writeToFile(), RooStats::HistFactory::ShapeFactor::writeToFile(), RooStats::HistFactory::StatError::writeToFile(), writevoronoi(), TMVA::CCTreeWrapper::CCTreeNode::~CCTreeNode(), TMVA::CostComplexityPruneTool::~CostComplexityPruneTool(), RooStats::DetailedOutputAggregator::~DetailedOutputAggregator(), TMVA::GeneticPopulation::~GeneticPopulation(), RooStats::HLFactory::~HLFactory(), TMVA::KDEKernel::~KDEKernel(), TMVA::MethodCuts::~MethodCuts(), TMVA::MethodHMatrix::~MethodHMatrix(), TMVA::MethodLikelihood::~MethodLikelihood(), TMVA::MethodPDEFoam::~MethodPDEFoam(), TMVA::MethodPDERS::~MethodPDERS(), RooStats::NuisanceParametersSampler::~NuisanceParametersSampler(), TMVA::PDEFoamKernelBase::~PDEFoamKernelBase(), TMVA::PDF::~PDF(), TMVA::TActivationRadial::~TActivationRadial(), TMVA::TActivationSigmoid::~TActivationSigmoid(), TGDMLParse::~TGDMLParse(), TGeoBuilder::~TGeoBuilder(), TGeoGlobalMagField::~TGeoGlobalMagField(), TGraphPolargram::~TGraphPolargram(), TMVA::TNeuron::~TNeuron(), TPyArg::~TPyArg(), TText::~TText(), and TWinNTSystem::~TWinNTSystem().

#define nullptr   0

Definition at line 87 of file Rtypes.h.

Referenced by testCompatibility().

#define R__ADD_INCLUDE_PATH (   PATH)

Definition at line 389 of file Rtypes.h.

#define R__ADD_LIBRARY_PATH (   PATH)

Definition at line 390 of file Rtypes.h.

#define R__LOAD_LIBRARY (   LIBRARY)

Definition at line 388 of file Rtypes.h.

#define R__UseDummy (   name)    class _NAME2_(name,_c) { public: _NAME2_(name,_c)() { if (name) { } } }

Definition at line 266 of file Rtypes.h.

#define RootClassVersion (   name,
  VersionNumber 
)
Value:
namespace ROOT { \
TGenericClassInfo *GenerateInitInstance(const name*); \
static Short_t _R__UNIQUE_(R__dummyVersionNumber) = \
GenerateInitInstance((name*)0x0)->SetVersion(VersionNumber); \
R__UseDummy(_R__UNIQUE_(R__dummyVersionNumber)); \
}
#define _R__UNIQUE_(X)
Definition: RConfig.h:423
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
#define R__UseDummy(name)
Definition: Rtypes.h:266
short Short_t
Definition: RtypesCore.h:35
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 349 of file Rtypes.h.

#define RootStreamer (   name,
  STREAMER 
)
Value:
namespace ROOT { \
TGenericClassInfo *GenerateInitInstance(const name*); \
static Short_t _R__UNIQUE_(R__dummyStreamer) = \
GenerateInitInstance((name*)0x0)->SetStreamer(STREAMER); \
R__UseDummy(_R__UNIQUE_(R__dummyStreamer)); \
}
#define _R__UNIQUE_(X)
Definition: RConfig.h:423
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
#define R__UseDummy(name)
Definition: Rtypes.h:266
short Short_t
Definition: RtypesCore.h:35
#define name(a, b)
Definition: linkTestLib0.cpp:5

Definition at line 357 of file Rtypes.h.

#define SETBIT (   n,
 
)    ((n) |= BIT(i))
#define templateClassImp (   name)    templateClassImpUnique(name,default)

Definition at line 325 of file Rtypes.h.

#define templateClassImpUnique (   name,
  key 
)
Value:
namespace ROOT { \
static TNamed *_R__UNIQUE_(_NAME2_(R__dummyholder,key)) = \
R__UseDummy(_R__UNIQUE_(_NAME2_(R__dummyholder,key))); \
}
#define _R__UNIQUE_(X)
Definition: RConfig.h:423
Namespace for new ROOT classes and functions.
Definition: ROOT.py:1
#define _QUOTE_(name)
Definition: RConfig.h:412
#define R__UseDummy(name)
Definition: Rtypes.h:266
The TNamed class is the base class for all named ROOT classes.
Definition: TNamed.h:33
#define name(a, b)
Definition: linkTestLib0.cpp:5
#define _NAME2_(name1, name2)
Definition: RConfig.h:409
TNamed * RegisterClassTemplate(const char *name, const char *file, Int_t line)
Global function to register the implementation file and line of a class template (i.e.

Definition at line 319 of file Rtypes.h.

#define TESTBIT (   n,
 
)    ((Bool_t)(((n) & BIT(i)) != 0))

Typedef Documentation

typedef std::atomic<TClass*> atomic_TClass_ptr

Definition at line 233 of file Rtypes.h.

typedef void(* ClassConvStreamerFunc_t) (TBuffer &, void *, const TClass *)

Definition at line 68 of file Rtypes.h.

typedef void(* ClassStreamerFunc_t) (TBuffer &, void *)

Definition at line 67 of file Rtypes.h.

typedef TClass*(* DictFuncPtr_t) ()

Definition at line 75 of file Rtypes.h.

typedef TClass*(* IsAGlobalFunc_t) (const TClass *, const void *obj)

Definition at line 135 of file Rtypes.h.

typedef void(* MemberStreamerFunc_t) (TBuffer &, void *, Int_t)

Definition at line 69 of file Rtypes.h.

typedef void(* ShowMembersFunc_t) (const void *obj, TMemberInspector &R__insp, Bool_t isTransient)

Definition at line 133 of file Rtypes.h.

typedef void(* VoidFuncPtr_t) ()

Definition at line 74 of file Rtypes.h.

Enumeration Type Documentation

enum EColor
Enumerator
kWhite 
kBlack 
kGray 
kRed 
kGreen 
kBlue 
kYellow 
kMagenta 
kCyan 
kOrange 
kSpring 
kTeal 
kAzure 
kViolet 
kPink 

Definition at line 60 of file Rtypes.h.

Enumerator
kMAXSIGNALS 
kMAXPATHLEN 
kBUFFERSIZE 
kItimerResolution 

Definition at line 53 of file Rtypes.h.

Function Documentation

template<class Tmpl >
TBuffer& operator<< ( TBuffer buf,
const Tmpl *  obj 
)

Definition at line 384 of file TBuffer.h.

template<class Tmpl >
TBuffer& operator>> ( TBuffer buf,
Tmpl *&  obj 
)

Definition at line 368 of file TBuffer.h.

Variable Documentation

R__EXTERN Int_t gDebug

Definition at line 128 of file Rtypes.h.

Referenced by TSelectorCint::Abort(), TXNetSystem::AccessPathName(), TTreeCache::AddBranch(), TProof::AddDynamicPath(), TProof::AddEnvVar(), THostAuth::AddFirst(), ROOT::Internal::TTreeProxyGenerator::AddForward(), TProof::AddIncludePath(), THostAuth::AddMethod(), TGLScenePad::AddObject(), TThread::AfterCancel(), TDataSetManagerAliEn::AliEnWhereIs(), TBufferJSON::ApplySequence(), TBufferXML::ApplySequence(), TBufferSQL2::ApplySequence(), TBufferFile::ApplySequence(), TBufferJSON::ApplySequenceVecPtr(), TBufferXML::ApplySequenceVecPtr(), TBufferSQL2::ApplySequenceVecPtr(), TBufferFile::ApplySequenceVecPtr(), TProof::AssertDataSet(), TFile::AsyncOpen(), TXProofMgr::AttachSession(), TServerSocket::Authenticate(), TSocket::Authenticate(), TAuthenticate::Authenticate(), TAuthenticate::AuthError(), TAuthenticate::AuthExists(), TCling::AutoLoad(), TCling::AutoParse(), TCling::AutoParseImplRecurse(), TTree::AutoSave(), TSelectorCint::Begin(), TSelectorDraw::Begin(), TGLScenePad::BeginScene(), TDataSetManagerFile::BrowseDataSets(), TStreamerInfo::BuildCheck(), TClass::BuildEmulatedRealData(), TProofProgressLog::BuildLogList(), TStreamerInfo::BuildOld(), TWin32Thread::CancelPoint(), TRecorderReplaying::CanOverlap(), TTree::CheckBranchAddressType(), TCling::CheckClassInfo(), TCling::CheckClassTemplate(), TAuthenticate::CheckHost(), TAuthenticate::CheckProofAuth(), TWebFile::CheckProxy(), TEveElement::CheckReferenceCount(), TDataSetManager::CheckStagedStatus(), TBufferSQL2::ClassBegin(), TBufferSQL2::ClassEnd(), ClassImp(), TXSockPipe::Clean(), TPosixThread::CleanUp(), TProofLite::CleanupSandbox(), TRootSecContext::CleanupSecContext(), TAuthenticate::ClearAuth(), TXNetFile::Close(), TXSocket::Close(), TGWin32VirtualXProxy::CloseDisplay(), TEveGedEditor::CloseWindow(), TApplicationRemote::Collect(), TApplicationRemote::CollectInput(), TStreamerInfo::Compile(), TSystem::CompileMacro(), TXNetSystem::Connect(), TNetXNGSystem::ConsistentWith(), TXNetSystem::ConsistentWith(), TNetSystem::ConsistentWith(), TTree::CopyEntries(), TTreeCloner::CopyProcessIds(), TXProofMgr::Cp(), TNetFile::Create(), TXSocket::Create(), TApplication::CreateApplication(), TSQLFile::CreateClassTable(), TDocOutput::CreateClassTypeDefs(), THtml::CreateListOfClasses(), TSQLFile::CreateRawTable(), TProofMgr::CreateSession(), TXNetFile::CreateXClient(), TXSocket::CtrlC(), Debug(), TAuthenticate::DecodeRSAPublic(), TBufferJSON::DecrementLevel(), TBufferXML::DecrementLevel(), TBufferSQL2::DecrementLevel(), TDirectoryFile::Delete(), TDirectory::Delete(), TThread::Delete(), TFile::Delete(), TTree::Delete(), TEveGedEditor::DeleteWindow(), TEveCompositeFrameInMainFrame::Destroy(), TEveCompositeFrameInPack::Destroy(), TEveCompositeFrameInTab::Destroy(), TEveElement::DestroyElements(), TEveWindow::DestroyWindow(), TEveWindow::DestroyWindowAndSlot(), TGLPolyLine::DirectDraw(), TGLSphere::DirectDraw(), TGLPolyMarker::DirectDraw(), TGLFaceSet::DirectDraw(), TGLCylinder::DirectDraw(), TSQLFile::DirReadKeys(), TXSocket::DisconnectSession(), TGLViewer::DoDraw(), TProofProgressLog::DoLog(), TGLViewer::DoSecondarySelect(), TGLViewer::DoSelect(), TGLPhysicalShape::Draw(), TGLLogicalShape::Draw(), TTreeCache::DropBranch(), TGLScene::TSceneInfo::DumpDrawStats(), DynamicPath(), TDavixFileInternal::enableGridMode(), TProof::EnablePackage(), TGLScenePad::EndScene(), TClingCallFunc::EvaluateArgList(), TPluginHandler::ExecPlugin(), TRootSniffer::ExecuteCmd(), TTask::ExecuteTask(), TTask::ExecuteTasks(), TBufferXML::ExtractReference(), TAuthenticate::FileExpand(), TTree::Fill(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TProofChain::FillDrawAttributes(), TDataSetManagerFile::FillLsDataSet(), TDataSetManager::FillMetaData(), TProtoClass::FillTClass(), TGX11::FindBestVisual(), TAxis::FindBin(), TPluginManager::FindHandler(), TCastorFile::FindServerAndPath(), TNetXNGFile::Flush(), TXNetFile::Flush(), TXSockPipe::Flush(), TXSlave::FlushSocket(), TXNetSystem::FreeDirectory(), TThread::Function(), TStreamerInfo::GenerateHeaderFile(), TAuthenticate::GenRSAKeys(), TSelectorCint::GetAbort(), TSQLFile::GetBlobClassDataStmt(), TClass::GetClass(), TAliEnFind::GetCollection(), TBranchElement::GetCollectionProxy(), TS3WebFile::GetCredentialsFromEnv(), TClingClassInfo::GetDataMember(), TDataSetManagerFile::GetDataSet(), TDataSetManagerAliEn::GetDataSet(), TDataSetManagerFile::GetDataSetPath(), TDataSetManagerFile::GetDataSets(), TAuthenticate::GetDefaultDetails(), THostAuth::GetDetails(), TClassTable::GetDict(), TClassTable::GetDictNorm(), TXNetSystem::GetDirEntry(), TEntryList::GetEntryList(), TEnum::GetEnum(), TProof::Getenv(), TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), TDataSetManagerAliEn::GetFindCommandsFromUri(), TWebFile::GetFromWeb10(), TClingClassInfo::GetFunctionTemplate(), TGGCPool::GetGC(), TAliEnFind::GetGridResult(), TDataSetManager::GetGroupQuota(), TDataSetManager::GetGroupUsed(), TWebFile::GetHead(), TAuthenticate::GetHostAuth(), TUnixSystem::GetHostByName(), TWinNTSystem::GetHostByName(), TXSocket::GetInterrupt(), TWebFile::GetLine(), TClass::GetListOfAllPublicMethods(), TProofMgr::GetListOfManagers(), TClass::GetListOfMethods(), TClingClassInfo::GetMethod(), TClingClassInfo::GetMethodWithArgs(), TProof::GetMissingFiles(), TRefArray::GetObjectUID(), TApplicationServer::GetOptions(), TSelectorCint::GetOutputList(), TNetXNGSystem::GetPathInfo(), TXNetSystem::GetPathInfo(), TXNetSystem::GetPathsInfo(), TNetFileStager::GetPrefix(), TXNetFileStager::GetPrefix(), TXSlave::GetProofdProtocol(), TClassTable::GetProto(), TClassTable::GetProtoNorm(), TProof::GetQueryMode(), TDataSetManager::GetQuota(), TAuthenticate::GetRandString(), TProof::GetRC(), TDocMacroDirective::GetResult(), TDocLatexDirective::GetResult(), TXNetFile::GetRootdProtocol(), TAliEnFind::GetSearchId(), TProofMgrLite::GetSessionLogs(), TXProofMgr::GetSessionLogs(), TDavixFile::GetSize(), TSelectorCint::GetStatus(), TClass::GetStreamerInfo(), TSQLFile::GetStreamerInfoList(), TDataSetManager::GetSubDataSets(), TTreeCacheUnzip::GetUnzipBuffer(), TAuthenticate::GetUserPasswd(), TXProofServ::GetWorkers(), TGLContext::GlewInit(), TGLEventHandler::HandleButton(), TApplicationServer::HandleCheckFile(), TGLEventHandler::HandleConfigureNotify(), TProofServ::HandleDataSets(), TGLEventHandler::HandleDoubleClick(), TXProofServ::HandleError(), TXProofMgr::HandleError(), TXSlave::HandleError(), TGLEventHandler::HandleExpose(), TXProofServ::HandleInput(), TXProofMgr::HandleInput(), TXSlave::HandleInput(), TCanvas::HandleInput(), TGLEventHandler::HandleKey(), TProof::HandleLibIncPath(), TGLEventHandler::HandleMotion(), TMPClient::HandleMPCode(), TProof::HandleOutputOptions(), TApplicationServer::HandleSocketInput(), TGLEventHandler::HandleTimer(), TAuthenticate::HasHostAuth(), TClingClassInfo::HasMethod(), THtml::HaveDot(), TBufferJSON::IncrementLevel(), TBufferSQL2::IncrementLevel(), TSlaveLite::Init(), TXSlave::Init(), TGLFBO::Init(), TXProofMgr::Init(), TDataSetManagerFile::Init(), TClingTypeInfo::Init(), TNetXNGFile::Init(), TSelectorCint::Init(), TClingTypedefInfo::Init(), TXNetFile::Init(), TTreeCacheUnzip::Init(), TClingClassInfo::Init(), TDataSetManagerAliEn::Init(), TProofLite::InitDataSetManager(), TProofPlayerRemote::InitPacketizer(), TAuthenticate::InitRandom(), TF1::Integral(), TXSlave::Interrupt(), TDocParser::IsDirective(), TXNetSystem::IsOnline(), TXNetFile::IsOpen(), TNetXNGFileStager::IsStaged(), TBufferJSON::JsonWriteMember(), TBufferJSON::JsonWriteObject(), TThread::Kill(), Krb5Authenticate(), Krb5CheckCred(), Krb5InitCred(), TSystem::Load(), TProof::Load(), TPluginManager::LoadHandlerMacros(), TPluginManager::LoadHandlersFromPluginDirs(), TCling::LoadLibraryMap(), TCling::LoadPCM(), TDavixSystem::Locate(), TNetXNGSystem::Locate(), TXNetSystem::Locate(), TNetXNGFileStager::LocateCollection(), TXNetFileStager::LocateCollection(), TSQLStructure::LocateElementColumn(), TLockFile::Lock(), TGLSceneBase::LodifySceneInfo(), log_message_handler(), TEveCompositeFrameInMainFrame::MainFrameClosed(), TXNetSystem::MakeDirectory(), TF1Convolution::MakeFFTConv(), TProofPlayerLite::MakeSelector(), TProof::MarkBad(), TXProofMgr::Md5sum(), TProof::ModifyWorkerLists(), TUDPSocket::NetError(), TSocket::NetError(), TGeoBuilder::Node(), TSelectorCint::Notify(), TShutdownTimer::Notify(), TAlienFile::Open(), TXNetFile::Open(), TFile::Open(), TXNetSystem::OpenDirectory(), TNetSystem::OpenDirectory(), TGWin32::OpenDisplay(), TFoamVect::operator=(), TXSlave::ParseBuffer(), TDavixFileInternal::parseConfig(), TS3WebFile::ParseOptions(), TXNetFile::ParseOptions(), TDataSetManager::ParseUri(), TBufferJSON::PerformPostProcessing(), TXSocket::PickUpReady(), TProofMgr::Ping(), TXSocket::Ping(), pingXproofdAt(), pingXrootdAt(), TXSocket::PopUpSpare(), TXSockPipe::Post(), TGLScene::PostDraw(), TXSocket::PostMsg(), TXNetSystem::Prepare(), TStreamerInfoActions::TConfiguration::PrintDebug(), TSelectorCint::Process(), TProof::Process(), TSelectorCint::ProcessCut(), TSelectorCint::ProcessFill(), TFormula::ProcessFormula(), TApplicationServer::ProcessLine(), TCivetweb::ProcessLog(), TEveTrackGL::ProcessSelection(), TXSocket::ProcessUnsolicitedMsg(), TRootSniffer::ProduceImage(), TProofProgressDialog::Progress(), TAuthenticate::ProofAuthSetup(), TXSocket::PushBackSpare(), R__WriteDependencyFile(), TNetXNGFile::ReadBuffer(), TDavixFile::ReadBuffer(), TXNetFile::ReadBuffer(), TStreamerInfo::ReadBuffer(), TDavixFile::ReadBufferAsync(), TXNetFile::ReadBufferAsync(), TFileCacheRead::ReadBufferExtNormal(), TRFIOFile::ReadBuffers(), TNetFile::ReadBuffers(), TDavixFile::ReadBuffers(), TXNetFile::ReadBuffers(), TBufferXML::ReadClass(), TBufferFile::ReadClassBuffer(), TZIPFile::ReadDirectory(), TBufferSQL2::ReadFastArray(), TKey::ReadFile(), TXMLFile::ReadFromFile(), TDataSetManager::ReadGroupConfig(), TXMLFile::ReadKeysList(), TBufferXML::ReadObjectAny(), TFile::ReadProcessID(), TAuthenticate::ReadRootAuthrc(), TCling::ReadRootmapFile(), TTree::ReadStream(), TFile::ReadStreamerInfo(), TBufferJSON::ReadVersion(), TBufferXML::ReadVersion(), TBufferSQL2::ReadVersion(), TXUnixSocket::Reconnect(), TXSocket::Reconnect(), THtml::TFileSysDir::Recurse(), RecvHostAuth(), TUDPSocket::RecvProcessIDs(), TSocket::RecvProcessIDs(), TSSLSocket::RecvRaw(), TUDPSocket::RecvStreamerInfos(), TSocket::RecvStreamerInfos(), TCling::RegisterModule(), TRecorderReplaying::RegisterWindow(), TGLLockable::ReleaseLock(), TXProofServ::ReleaseWorker(), TRecorderReplaying::RemapWindowReferences(), TXSocket::RemoteTouch(), TProof::RemoveDynamicPath(), TProof::RemoveIncludePath(), THostAuth::RemoveMethod(), TGLSceneBase::RemoveViewer(), TProof::RemoveWorkers(), TGLScene::RenderAllPasses(), TXNetFile::ReOpen(), THostAuth::ReOrder(), TGLEventHandler::Repaint(), TGLViewer::RequestDraw(), TSelectorCint::ResetAbort(), TTreeCacheUnzip::ResetCache(), TProofLogElem::Retrieve(), TAuthenticate::RfioAuth(), TXProofMgr::Rm(), RootX11ErrorHandler(), TThread::Run(), TDocOutput::RunDot(), TQueryResult::SaveSelector(), TXMLFile::SaveToFile(), TProof::SaveWorkerInfo(), TDataSetManager::ScanFile(), TAuthenticate::SecureRecv(), TAuthenticate::SecureSend(), TDavixFile::Seek(), TXSocket::Send(), TApplicationServer::SendCanvases(), TSlave::SendCoordinator(), TXSocket::SendCoordinator(), TApplicationRemote::SendFile(), SendHostAuth(), TUDPSocket::SendProcessIDs(), TSocket::SendProcessIDs(), TXSocket::SendRaw(), TAuthenticate::SendRSAPublicKey(), TProofPlayerRemote::SendSelector(), TUDPSocket::SendStreamerInfos(), TSocket::SendStreamerInfos(), TTreeCacheUnzip::SendUnzipStartSignal(), TSlave::SetAlias(), TAxis::SetAlphanumeric(), TWin32Thread::SetCancelAsynchronous(), TWin32Thread::SetCancelDeferred(), TWin32Thread::SetCancelOff(), TWin32Thread::SetCancelOn(), TTreeCache::SetEntryRange(), TAuthenticate::SetEnvironment(), THostAuth::SetFirst(), TSelectorCint::SetFuncProto(), TSelectorCint::SetInputList(), TXSlave::SetInterruptHandler(), THostAuth::SetLast(), TSelectorCint::SetObject(), TSelectorCint::SetOption(), TProofLite::SetProofServEnv(), TProof::SetQueryMode(), TAuthenticate::SetRSAPublic(), TDavixFileInternal::setS3Auth(), TProofPlayer::SetStopTimer(), TBufferJSON::SetStreamerElementNumber(), TGLViewer::SetViewport(), TGWindow::SetWindowName(), TBufferXML::ShiftStack(), TProof::ShowLog(), TSelectorCint::SlaveBegin(), TSelectorCint::SlaveTerminate(), TDSet::SplitEntryList(), TSQLFile::SQLMaximumValue(), TBufferSQL2::SqlObjectData(), TSQLFile::SQLObjectsInfo(), TSQLFile::SQLQuery(), TBufferSQL2::SqlReadObject(), TBufferSQL2::SqlReadObjectDirect(), TBufferSQL2::SqlReadValue(), TSQLFile::SQLStatement(), TBufferSQL2::SqlWriteAny(), TBufferSQL2::SqlWriteObject(), SrvAuthImpl(), SrvClupImpl(), TAuthenticate::SshAuth(), TAuthenticate::SshError(), TRecorderRecording::StartRecording(), TProof::StartSlaves(), TTreeCacheUnzip::StartThreadUnzip(), TXProofMgr::Stat(), TXSlave::StopProcess(), TProofPlayer::StopProcess(), TSQLStructure::StoreElementInNormalForm(), TSQLStructure::StoreObject(), TSQLFile::StreamKeysForDirectory(), TBufferJSON::StreamObject(), TBufferXML::StreamObject(), TBufferSQL2::StreamObject(), TDocMacroDirective::SubProcess(), TXNetFile::SysClose(), TXNetFile::SysOpen(), TXNetFile::SysStat(), TGLLockable::TakeLock(), TAlienPackage::TAlienPackage(), TApplicationRemote::TApplicationRemote(), TAuthenticate::TAuthenticate(), TClingClassInfo::TClingClassInfo(), TDavixFile_http_get_ucert(), TSelectorCint::Terminate(), TApplicationServer::Terminate(), TProof::TerminateWorker(), TFile::TFile(), TFileCacheWrite::TFileCacheWrite(), TFoamVect::TFoamVect(), TKey::TKey(), TOracleServer::TOracleServer(), TProofMgr::TProofMgr(), TProtoClass::TProtoClass(), TCling::TransactionRollback(), TThread::TThread(), TXSocket::TXSocket(), TXNetSystem::Unlink(), TTreeCacheUnzip::UnzipBuffer(), TTreeCacheUnzip::UnzipCache(), THostAuth::Update(), TGLScene::TSceneInfo::UpdateDrawStats(), TGLCamera::UpdateInterest(), TGLSceneBase::UpdateSceneInfo(), TProof::UploadPackage(), TSQLObjectData::VerifyDataType(), TSQLFile::VerifyObjectTable(), TSelectorCint::Version(), TSemaphore::Wait(), RooDataHist::weight(), TBufferXML::WorkWithClass(), TBufferJSON::WorkWithClass(), TBufferSQL2::WorkWithElement(), TBufferXML::WorkWithElement(), TBufferJSON::WorkWithElement(), TFile::Write(), TNetXNGFile::WriteBuffer(), TDavixFile::WriteBuffer(), TXNetFile::WriteBuffer(), TStreamerInfo::WriteBufferAux(), TBufferXML::WriteClass(), TBufferJSON::WriteClassBuffer(), TBufferFile::WriteClassBuffer(), TDataSetManagerFile::WriteDataSet(), TBufferJSON::WriteFastArray(), TKey::WriteFile(), TKey::WriteFileKeepBuffer(), TBufferJSON::WriteObject(), TBufferSQL2::WriteObjectClass(), TBufferXML::WriteObjectClass(), TBufferJSON::WriteObjectClass(), TFile::WriteProcessID(), TFile::WriteStreamerInfo(), TSQLFile::WriteStreamerInfo(), TBufferXML::WriteVersion(), TBufferSQL2::WriteVersion(), TBufferXML::XmlReadBlock(), TBufferXML::XmlReadObject(), TBufferXML::XmlReadValue(), TBufferXML::XmlWriteObject(), TAlien::~TAlien(), TAlienFile::~TAlienFile(), TDirectory::~TDirectory(), TDirectoryFile::~TDirectoryFile(), TEveCompositeFrame::~TEveCompositeFrame(), TEveCompositeFrameInMainFrame::~TEveCompositeFrameInMainFrame(), TEveGedEditor::~TEveGedEditor(), TEveWindow::~TEveWindow(), TFile::~TFile(), TFoamVect::~TFoamVect(), TFolder::~TFolder(), TLockFile::~TLockFile(), and TThread::~TThread().

const size_t kBitsPerByte = 8
const Bool_t kFALSE = false

Definition at line 92 of file Rtypes.h.

Referenced by TEveSceneInfo::AcceptElement(), TEveSelection::AcceptElement(), TEveElementList::AcceptElement(), TH1Editor::AcceptModel(), TH2Editor::AcceptModel(), TProofServ::AcceptResults(), TEveRhoZProjection::AcceptSegment(), TRootSniffer::AccessField(), TChirpSystem::AccessPathName(), TGFALSystem::AccessPathName(), THDFSSystem::AccessPathName(), TAlienSystem::AccessPathName(), TRFIOSystem::AccessPathName(), TXNetSystem::AccessPathName(), TFTP::AccessPathName(), TWebSystem::AccessPathName(), TNetSystem::AccessPathName(), TUnixSystem::AccessPathName(), TWinNTSystem::AccessPathName(), TSystem::AccessPathName(), TContextMenu::Action(), TMVA::ActionButton(), TMonitor::ActivateAll(), TGedFrame::ActivateBaseClassEditors(), TRootCanvas::Activated(), TGedEditor::ActivateEditor(), TProofNodes::ActivateWorkers(), TMVA::MethodBoost::AdaBoost(), TMVA::MethodBDT::AdaBoost(), TMVA::MethodBDT::AdaBoostR2(), TProfileHelper::Add(), RooHashTable::add(), RooAbsCollection::add(), TEntryList::Add(), RooDataHist::add(), TClassTable::Add(), TH2Poly::Add(), TGFileBrowser::Add(), TProfile::Add(), RooArgSet::add(), TProfile2D::Add(), TProfile3D::Add(), RooLinkedList::Add(), TMapFile::Add(), TH1::Add(), TDSet::Add(), THnBase::Add(), TUnfoldBinning::AddAxis(), TH2Poly::AddBin(), PyROOT::Utility::AddBinaryOperator(), TH2Poly::AddBinToPartition(), RooBinning::addBoundary(), TTreeCache::AddBranch(), TDocParser::AddClassMethodsRecursively(), RooAbsCollection::addClone(), RooTreeDataStore::addColumn(), RooVectorDataStore::addColumn(), RooTreeDataStore::addColumns(), RooVectorDataStore::addColumns(), TXMLEngine::AddComment(), TMVA::Tools::AddComment(), RooNumGenConfig::addConfigSection(), RooNumIntConfig::addConfigSection(), TXMLEngine::AddDocComment(), TXMLEngine::AddDocStyleSheet(), TUnixSystem::AddDynamicPath(), TWinNTSystem::AddDynamicPath(), TStyleManager::AddEdition(), TGeoMixture::AddElement(), TChain::AddFile(), TFileMerger::AddFile(), TUploadDataSetDlg::AddFiles(), RooMCStudy::addFitResult(), TFileCollection::AddFromFile(), TStyleManager::AddGeneralLine(), TDocHtmlDirective::AddLine(), TFileCollection::AddMetaData(), TFileInfo::AddMetaData(), TObjectTable::AddObj(), TViewer3DPad::AddObject(), TGLVoxelPainter::AddOption(), TGLLegoPainter::AddOption(), TGLBoxPainter::AddOption(), TGLSurfacePainter::AddOption(), RooAbsCollection::addOwned(), RooArgSet::addOwned(), TAdvancedGraphicsDialog::AddParameters(), RooSimultaneous::addPdf(), TGX11::AddPixmap(), TXMLEngine::AddRawLine(), TTVSession::AddRecord(), TUnfold::AddRegularisationCondition(), TGFileBrowser::AddRemoteFile(), ROOT::Detail::TSchemaRuleSet::AddRule(), TClass::AddRule(), ROOT::Detail::TSchemaRuleSet::AddRules(), RooStats::SamplingDistPlot::AddSamplingDistribution(), RooAbsCollection::addServerClonesToList(), TWinNTSystem::AddSignalHandler(), TMVA::Reader::AddSpectator(), RooWorkspace::addStudy(), TXMLEngine::AddStyleSheet(), TGL5DPainter::AddSurface(), RooStats::SPlot::AddSWeight(), TGText::AddText(), RooThresholdCategory::addThreshold(), TStyleManager::AddTitle(), PyROOT::Utility::AddToClass(), TF1::AddToGlobalList(), TStyleManager::AddTopLevelInterface(), RooCategory::addToRange(), TMVA::Types::AddTypeMapping(), TFileInfo::AddUrl(), PyROOT::Utility::AddUsingToClass(), TParallelCoord::AddVariable(), TSpider::AddVariable(), TMVA::Reader::AddVariable(), TProof::AddWorkers(), TXMLFile::AddXmlComment(), TXMLFile::AddXmlLine(), TXMLFile::AddXmlStyleSheet(), TGLCamera::AdjustAndClampVal(), TView3D::AdjustPad(), TProofOutputFile::AdoptFile(), TGeoPhysicalNode::Align(), TTabCom::AllAgreeOnChar(), RooAbsData::allClientsCached(), RooAbsCollection::allInRange(), TGWin32::AllocColor(), TGX11::AllocColor(), TGLLogicalShape::AlwaysSecondarySelect(), TLatex::Analyse(), RooDstD0BG::analyticalIntegral(), RooHistPdf::analyticalIntegral(), RooNDKeysPdf::analyticalIntegral(), RooAbsCachedPdf::analyticalIntegralWN(), ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeTree(), TGeoTrack::AnimateTrack(), TGeoManager::AnimateTracks(), TEveProjectable::AnnihilateProjecteds(), RooStats::HypoTestResult::Append(), TGText::Append(), TTreeViewer::AppendTree(), TGLPerspectiveCamera::Apply(), TMVA::MethodPDERS::ApplyKernelFunction(), TEveElement::ApplyVizTag(), TGraphSmooth::Approxin(), TMergerInfo::AreAllWorkersAssigned(), AreCompatible(), RooHistFunc::areIdentical(), RooHistPdf::areIdentical(), TGeoBBox::AreOverlapping(), RooUnitTest::areTHidentical(), TGMdiMainFrame::ArrangeMinimized(), TASImagePlugin::ASImage2File(), TEveCaloViz::AssertCellIdCache(), TCollection::AssertClass(), TProof::AssertDataSet(), TEveUtil::AssertMacro(), TLinearFitter::AssignData(), ROOT::TSchemaRule::AsString(), TTimeStamp::AsString(), TFile::AsyncOpen(), TViewPubDataMembers::At(), TViewPubFunctions::At(), RooGenContext::attach(), RooAbsStudy::attach(), RooGenFitStudy::attach(), RooAbsArg::attachDataSet(), RooAbsArg::attachDataStore(), TProofOutputList::AttachList(), TGOSXGLManager::AttachOffScreenDevice(), TGWin32GLManager::AttachOffScreenDevice(), TX11GLManager::AttachOffScreenDevice(), TGLScenePad::AttemptDirectRenderer(), TRootAuth::Authenticate(), TServerSocket::Authenticate(), TSocket::Authenticate(), TAuthenticate::Authenticate(), TAuthenticate::AuthError(), TAuthenticate::AuthExists(), RooNormSetCache::autoCache(), RooWorkspace::CodeRepo::autoImportClass(), TCling::AutoParseImplRecurse(), TSpectrum::Background(), TMVA::MethodMLP::BackPropagationMinimize(), TGTextEntry::Backspace(), TString::BaseConvert(), RooAddModel::basisCode(), TMVA::bdtcontrolplots(), TSelHist::Begin(), TSelectorDraw::Begin(), TSelEvent::Begin(), begin_request_handler(), TGLScenePad::BeginScene(), TGLRnrCtx::BeginSelection(), TGLScene::BeginSmartRefresh(), TEfficiency::BetaShortestInterval(), TMVA::MethodMLP::BFGSMinimize(), RooAddition::binBoundaries(), RooRealSumPdf::binBoundaries(), RooAddPdf::binBoundaries(), TLDAPServer::Bind(), TPython::Bind(), TODBCStatement::BindColumn(), PyROOT::BindCppObject(), TGMainFrame::BindKey(), TODBCStatement::BindParam(), RooBinning::binEdges(), TEveProjection::BisectBreakPoint(), TMVA::RuleFit::Boost(), RooNDKeysPdf::boxInfoInit(), TTreeFormula::BranchHasMethod(), TTree::BranchImpRef(), RooAbsArg::branchNodeServerList(), TTree::BranchOld(), TGText::BreakLine(), TTree::BronchExec(), TRemoteObject::Browse(), TClass::Browse(), TDataSetManagerFile::BrowseDataSets(), TRootBrowserLite::BrowseObj(), TSelectorCint::Build(), TGTextEditor::Build(), TDirectoryFile::Build(), TGraph2D::Build(), TNewQueryDlg::Build(), TEveGTriVecValuator::Build(), TStreamerInfo::Build(), TSessionFrame::Build(), TEditQueryFrame::Build(), TSessionQueryFrame::Build(), TSessionViewer::Build(), RootCsg::build_difference(), RootCsg::build_intersection(), RootCsg::build_union(), TGeoNavigator::BuildCache(), TEveCalo2D::BuildCellIdCache(), TStreamerInfo::BuildCheck(), RootCsg::BuildDifference(), TMVA::DataSetFactory::BuildEventVector(), TStreamerInfo::BuildFor(), TGLViewer::BuildingScene(), TMVA::DataSetFactory::BuildInitialDataSet(), TTreeViewer::BuildInterface(), RootCsg::BuildIntersection(), TGeoVolumeDialog::BuildListTree(), TProofProgressMemoryPlot::BuildLogList(), TStreamerInfo::BuildOld(), TProfile::BuildOptions(), TProfile2D::BuildOptions(), TProfile3D::BuildOptions(), TProof::BuildPackage(), TProof::BuildPackageOnClient(), RooSimPdfBuilder::buildPdf(), TMVA::PDF::BuildPDF(), BuildScopeProxyDict(), THStack::BuildStack(), TGLH2PolyPainter::BuildTesselation(), RootCsg::BuildUnion(), RooVectorDataStore::cacheArgs(), TGLH2PolyPainter::CacheGeometry(), RooAbsCachedReal::cacheNameSuffix(), RooAbsCachedPdf::cacheNameSuffix(), TIsAProxy::CacheSubType(), TGLScene::CalcBoundingBox(), TGLManip::CalcDrawScale(), RooMCStudy::calcPulls(), RooRealMPFE::calculate(), TPacketizerAdaptive::CalculatePacketSize(), RooDataHist::calculatePartialBinVolume(), TMVA::ExpectedErrorPruneTool::CalculatePruningInfo(), TGraphErrors::CalculateScanfFields(), RooNDKeysPdf::calculateShell(), PyROOT::TFunctionHolder::Call(), PyROOT::TMethodHolder::Call(), TClass::CallShowMembers(), TAlienJob::Cancel(), TGLiteJob::Cancel(), TVirtualDragManager::Cancel(), TGuiBldDragManager::Cancel(), TGClient::CancelRedraw(), TProofLite::CancelStagingDataSet(), TProof::CancelStagingDataSet(), RooWorkspace::cancelTransaction(), TEveGeoNode::CanEditElement(), TRootSnifferScanRec::CanExpandItem(), TPluginHandler::CanHandle(), RooSegmentedIntegrator2D::canIntegrate1D(), RooIntegrator2D::canIntegrate1D(), RooAdaptiveIntegratorND::canIntegrate1D(), RooGaussKronrodIntegrator1D::canIntegrate2D(), RooImproperIntegrator1D::canIntegrate2D(), RooSegmentedIntegrator1D::canIntegrate2D(), RooAdaptiveGaussKronrodIntegrator1D::canIntegrate2D(), RooIntegrator1D::canIntegrate2D(), RooSegmentedIntegrator2D::canIntegrateND(), RooGaussKronrodIntegrator1D::canIntegrateND(), RooImproperIntegrator1D::canIntegrateND(), RooIntegrator2D::canIntegrateND(), RooSegmentedIntegrator1D::canIntegrateND(), RooIntegrator1D::canIntegrateND(), RooAdaptiveGaussKronrodIntegrator1D::canIntegrateND(), RooSegmentedIntegrator2D::canIntegrateOpenEnded(), RooIntegrator2D::canIntegrateOpenEnded(), RooSegmentedIntegrator1D::canIntegrateOpenEnded(), RooAdaptiveIntegratorND::canIntegrateOpenEnded(), RooBinIntegrator::canIntegrateOpenEnded(), RooIntegrator1D::canIntegrateOpenEnded(), RooMCIntegrator::canIntegrateOpenEnded(), TVirtualViewer3D::CanLoopOnPrimitives(), TEveWindow::CanMakeNewSlots(), TStreamerElement::CannotSplit(), TStreamerSTL::CannotSplit(), TRecorderReplaying::CanOverlap(), TGDMLWrite::CanProcess(), TQUndoManager::CanRedo(), RooFoamGenerator::canSampleCategories(), RooAbsNumGenerator::canSampleCategories(), RooFoamGenerator::canSampleConditional(), RooAbsNumGenerator::canSampleConditional(), TClass::CanSplit(), TClass::CanSplitBaseAllow(), RooAbsData::canSplitFast(), TQUndoManager::CanUndo(), TGLOutput::Capture(), TGLOutput::CapturePostscript(), TProofServ::CatMotd(), TGLite::Cd(), TAlien::Cd(), TGeoNavigator::cd(), TGrid::Cd(), TMapFile::cd(), TDirectory::cd1(), TDirectory::Cd1(), TGeoNodeCache::CdDown(), TEveCaloViz::CellInEtaPhiRng(), TMVA::PDEFoam::CellValueIsUndefined(), RooAbsMoment::central(), TFITSHDU::Change(), RooTruthModel::changeBasis(), RooResolutionModel::changeBasis(), TSeqCollection::Changed(), RooFormula::changeDependents(), TSystem::ChangeDirectory(), TGuiBldDragManager::ChangeImage(), RooAbsAnaConvPdf::changeModel(), RooCompositeDataStore::changeObservableName(), RooTreeDataStore::changeObservableName(), RooVectorDataStore::changeObservableName(), TH2Poly::ChangePartition(), TGuiBldDragManager::ChangePicture(), RooListProxy::changePointer(), RooSetProxy::changePointer(), RooArgProxy::changePointer(), TGuiBldEditor::ChangeSelected(), TGTab::ChangeTab(), TGuiBldDragManager::ChangeTextFont(), TMVA::DataSetFactory::ChangeToNewTree(), TEnvRec::ChangeValue(), TClassTable::Check(), TGHtmlBrowser::CheckAnchors(), TSQLiteStatement::CheckBindError(), TGeoChecker::CheckBoundaryErrors(), TTreeSQL::CheckBranch(), TCling::CheckClassInfo(), TQObject::CheckConnectArgs(), THnBase::CheckConsistency(), TDataSetManager::CheckDataSetSrvMaps(), TGeoElementRN::CheckDecays(), TAlienPackage::CheckDependencies(), TWinNTSystem::CheckDescriptors(), TUnixSystem::CheckDescriptors(), TAlienPackage::CheckDirectories(), TGuiBldDragManager::CheckDragResize(), TSelectorList::CheckDuplicateName(), TVirtualX::CheckEvent(), TGX11::CheckEvent(), TGWin32::CheckEvent(), TGCocoa::CheckEvent(), TDCacheFile::CheckFile(), TApplicationRemote::CheckFile(), TProof::CheckFile(), TGFileBrowser::CheckFiltered(), RooArgSet::checkForDup(), TPluginHandler::CheckForExecPlugin(), ROOT::Internal::TTreeProxyGenerator::CheckForMissingClass(), TMVA::Tools::CheckForSilentOption(), TMVA::Tools::CheckForVerboseOption(), TGeoManager::CheckGeometry(), TAuthenticate::CheckHost(), TGridCollection::CheckIfOnline(), TAlienCollection::CheckIfOnline(), RooTreeDataStore::checkInit(), TGuiBldNameFrame::CheckItems(), TLatex::CheckLatexSyntax(), RooSegmentedIntegrator1D::checkLimits(), RooImproperIntegrator1D::checkLimits(), RooSegmentedIntegrator2D::checkLimits(), RooBinIntegrator::checkLimits(), RooIntegrator1D::checkLimits(), TDataSetManagerFile::CheckLocalCache(), TEveUtil::CheckMacro(), TProofPlayer::CheckMemUsage(), TAuthenticate::CheckNetrc(), TSQLStructure::CheckNormalClassPair(), TBufferFile::CheckObject(), RooRealSumPdf::checkObservables(), RooAddModel::checkObservables(), RooAddPdf::checkObservables(), RooProdPdf::checkObservables(), RooAbsArg::checkObservables(), TXTRU::CheckOrdering(), TGeoChecker::CheckOverlaps(), TGeoNode::CheckOverlaps(), TGeoVolume::CheckOverlaps(), TGeoChecker::CheckOverlapsBySampling(), TGeoNavigator::CheckPath(), TGeoChecker::CheckPoint(), TAuthenticate::CheckProofAuth(), TGeoPconEditor::CheckSections(), TWinNTSystem::CheckSignals(), TUnixSystem::CheckSignals(), TGFileBrowser::CheckSorted(), TMVA::Tools::CheckSplines(), TDataSetManager::CheckStagedStatus(), RooFactoryWSTool::checkSyntax(), TTreeSQL::CheckTable(), TGeoElementTable::CheckTable(), TGuiBldDragManager::CheckTargetAtPoint(), TTimer::CheckTimer(), TMVA::DataSetFactory::CheckTTreeFormula(), checkUrl(), TGDMLWrite::ChooseObject(), TGLH2PolyPainter::ClampZ(), TGLLegoPainter::ClampZ(), ROOT::Class_ShowMembers(), TClassDocOutput::ClassDotCharts(), TBufferSQL2::ClassEnd(), TClassDocOutput::ClassHtmlTree(), ClassImp(), TCling::ClassInfo_Contains(), TBufferJSON::ClassMember(), TBufferXML::ClassMember(), TBufferSQL2::ClassMember(), TROOT::ClassSaved(), TUrl::CleanRelativePath(), TTask::CleanTasks(), TTF::Cleanup(), TProofLite::CleanupSandbox(), TRootSecContext::CleanupSecContext(), TSecContext::CleanupSecContext(), TParallelCoordEditor::CleanUpSelections(), TParallelCoordEditor::CleanUpVariables(), TClonesArray::Clear(), TListOfDataMembers::Clear(), TTable::Clear(), TList::Clear(), TListOfEnums::Clear(), TGTextView::Clear(), TMultiDimFit::Clear(), TLinearFitter::Clear(), TGeoHMatrix::Clear(), RooProfileLL::clearAbsMin(), TGeoManager::ClearAttributes(), TAuthenticate::ClearAuth(), RooNumConvolution::clearConvolutionWindow(), TProof::ClearData(), RooAbsPdf::clearEvalError(), TGListTree::ClearHighlighted(), RooExpensiveObjectCache::clearObj(), TEveManager::ClearOrphanage(), TTreeDrawArgsParser::ClearPrevious(), RooAbsArg::clearShapeDirty(), RooUnitTest::clearSilentMode(), TGTextEditor::ClearText(), RooAbsArg::clearValueAndShapeDirty(), RooAbsArg::clearValueDirty(), TGFileBrowser::Clicked(), TTree::CloneTree(), TXMLFile::Close(), TAlienFile::Close(), TDirectoryFile::Close(), TMapFile::Close(), TPostScript::Close(), TXNetFile::Close(), TUDPSocket::Close(), TRootCanvas::Close(), TDirectory::Close(), TSocket::Close(), TCanvas::Close(), TFile::Close(), TGMdiMainFrame::Close(), TSQLFile::Close(), TProof::Close(), TGLRnrCtx::CloseDLCapture(), TGeoParallelWorld::CloseGeometry(), TGListTree::CloseItem(), TRootSnifferScanRec::CloseNode(), TRootBrowser::CloseTabs(), TGTextEditor::CloseWindow(), TRootGuiBuilder::CloseWindow(), TConfidenceLevel::CLs(), RooNonCPEigenDecay::coefAnalyticalIntegral(), TProof::Collect(), TTreeCloner::CollectBranches(), TApplicationRemote::CollectInput(), TProof::CollectInputFrom(), TEveRGBAPalette::ColorFromValue(), TOracleServer::Commit(), TMySQLServer::Commit(), TSQLFile::Commit(), RooWorkspace::commitTransaction(), TGuiBldDragManager::Compact(), TMVA::compareanapp(), TStreamerInfo::CompareContent(), TStreamerInfo::Compile(), RooWorkspace::CodeRepo::compileClasses(), TGTextEditor::CompileMacro(), TSystem::CompileMacro(), TSelectorDraw::CompileVariables(), TProofDraw::CompileVariables(), TGeoHype::ComputeBBox(), TEveProjectionManager::ComputeBBox(), TGeoIntersection::ComputeBBox(), TGeoCtub::ComputeBBox(), TGeoSphere::ComputeNormal(), TGeoPcon::ComputeNormal(), TGeoPgon::ComputeNormal(), TGeoHype::ComputeNormal(), TGeoCtub::ComputeNormal(), TGeoArb8::ComputeTwist(), ROOT::TSchemaRule::Conflicts(), TQObject::Connect(), TNetFile::ConnectServer(), TArrowEditor::ConnectSignals2Slots(), TCurlyArcEditor::ConnectSignals2Slots(), TPieSliceEditor::ConnectSignals2Slots(), TLineEditor::ConnectSignals2Slots(), TTextEditor::ConnectSignals2Slots(), TAttFillEditor::ConnectSignals2Slots(), TCurlyLineEditor::ConnectSignals2Slots(), TAttLineEditor::ConnectSignals2Slots(), TFrameEditor::ConnectSignals2Slots(), TAttMarkerEditor::ConnectSignals2Slots(), TAttTextEditor::ConnectSignals2Slots(), TF1Editor::ConnectSignals2Slots(), TPaveStatsEditor::ConnectSignals2Slots(), TGraphEditor::ConnectSignals2Slots(), TPadEditor::ConnectSignals2Slots(), TPieEditor::ConnectSignals2Slots(), TGeoEltuEditor::ConnectSignals2Slots(), TGeoTranslationEditor::ConnectSignals2Slots(), TGeoTrd1Editor::ConnectSignals2Slots(), TGeoTubeEditor::ConnectSignals2Slots(), TGeoBBoxEditor::ConnectSignals2Slots(), TGeoHypeEditor::ConnectSignals2Slots(), TGeoTorusEditor::ConnectSignals2Slots(), TGeoTrd2Editor::ConnectSignals2Slots(), TGeoConeEditor::ConnectSignals2Slots(), TGeoParaEditor::ConnectSignals2Slots(), TGeoMaterialEditor::ConnectSignals2Slots(), TAxisEditor::ConnectSignals2Slots(), TGeoNodeEditor::ConnectSignals2Slots(), TSpiderEditor::ConnectSignals2Slots(), TGeoMediumEditor::ConnectSignals2Slots(), TGeoPconEditor::ConnectSignals2Slots(), TGeoSphereEditor::ConnectSignals2Slots(), TGeoTrapEditor::ConnectSignals2Slots(), TParallelCoordEditor::ConnectSignals2Slots(), TGL5DDataSetEditor::ConnectSignals2Slots(), TH1Editor::ConnectSignals2Slots(), TH2Editor::ConnectSignals2Slots(), TGLViewerEditor::ConnectSignals2Slots(), TGeoRotationEditor::ConnectSignals2Slots(), TGeoMixtureEditor::ConnectSignals2Slots(), TGeoCombiTransEditor::ConnectSignals2Slots(), TQObject::ConnectToClass(), TNetXNGSystem::ConsistentWith(), TNetSystem::ConsistentWith(), TSystem::ConsistentWith(), RooAbsOptTestStatistic::constOptimizeTestStatistic(), TEveGeoPolyShape::Construct(), TCanvas::Constructor(), containBaseClass(), TGeoEltu::Contains(), TGeoShapeAssembly::Contains(), TGeoHalfSpace::Contains(), TEventList::Contains(), TGeoTrd2::Contains(), TGeoBBox::Contains(), TGeoTrd1::Contains(), TGeoTube::Contains(), TGeoCompositeShape::Contains(), TGeoPara::Contains(), TGeoParaboloid::Contains(), TGeoSphere::Contains(), TGeoCone::Contains(), TGeoPolygon::Contains(), TGeoTorus::Contains(), TGeoPcon::Contains(), TEntryListBlock::Contains(), TGeoArb8::Contains(), TGeoPgon::Contains(), TGeoHype::Contains(), RooAbsCollection::contains(), TGeoXtru::Contains(), TGeoTubeSeg::Contains(), TGeoConeSeg::Contains(), TGeoIntersection::Contains(), TGeoSubtraction::Contains(), TGeoCtub::Contains(), RooAbsCollection::containsInstance(), TEventList::ContainsRange(), TMVA::Tools::ContainsRegularExpression(), RooNormSetCache::containsSet1(), ContainsTImage(), TMVA::Rule::ContainsVariable(), RooAbsCollection::contentsString(), TGMdiMainFrame::ContextHelp(), TGHtml::ControlSize(), TDocOutput::Convert(), PyROOT::TMethodHolder::ConvertAndSetArgs(), TGeoManager::ConvertReflections(), RooStreamParser::convertToDouble(), RooStreamParser::convertToString(), TSQLStructure::ConvertToTables(), RooNumConvolution::convIntConfig(), TKDTree< Index, Value >::CookBoundaries(), TSystemFile::Copy(), TGTextEdit::Copy(), TGTextView::Copy(), PyROOT::TMethodHolder::Copy_(), TTree::CopyEntries(), TWinNTSystem::CopyFile(), THtml::CopyFileFromEtcDir(), TDocOutput::CopyHtmlFile(), TProofLite::CopyMacroToCache(), TTreeCloner::CopyMemoryBaskets(), TGraphErrors::CopyPoints(), TGraphAsymmErrors::CopyPoints(), TGraphBentErrors::CopyPoints(), TGraph::CopyPoints(), TTreeCloner::CopyProcessIds(), TBasket::CopyTo(), TTreePlayer::CopyTree(), TMVA::Event::CopyVarValues(), TGeoBBox::CouldBeCrossed(), TGeoNode::CountDaughters(), TTableSorter::CountKeys(), TStructViewer::CountMembers(), TGeoPainter::CountNodes(), TGeoVolume::CountNodes(), TGeoPainter::CountVisibleNodes(), RooAbsData::covariance(), RooAbsData::covarianceMatrix(), TFile::Cp(), TFastCgi::Create(), THttpEngine::Create(), RooNLLVar::create(), TGLWidget::Create(), RooSimWSTool::SimWSIFace::create(), TNetFile::Create(), TSlave::Create(), RooCustomizer::CustIFace::create(), TBrowser::Create(), TNetSystem::Create(), TProofMgr::Create(), RooFactoryWSTool::SpecialsIFace::create(), TXSocket::Create(), TMVA::PDEFoam::Create(), RooFactoryWSTool::createArg(), TSocket::CreateAuthSocket(), TSQLFile::CreateBasicTables(), TGFileBrowser::CreateBrowser(), TRootBrowserLite::CreateBrowser(), TRootBrowser::CreateBrowser(), TBasketSQL::CreateBuffer(), TRootCanvas::CreateCanvas(), TMVA::MethodCategory::CreateCategoryDSI(), TSQLFile::CreateClassTable(), TGLPShapeObjEditor::CreateColorControls(), TAdvancedGraphicsDialog::CreateContourFrame(), PyROOT::CreateConverter(), TGDMLWrite::CreateCutTubeN(), TMySQLServer::CreateDataBase(), RooAbsGenContext::createDataSet(), TGWin32GLManager::CreateDIB(), TClassDocOutput::CreateDotClassChartIncl(), TClassDocOutput::CreateDotClassChartInh(), TGLWidget::CreateDummy(), TRootCanvas::CreateEditor(), THttpServer::CreateEngine(), TFitEditor::CreateFunctionGroup(), TFitEditor::CreateGeneralTab(), TGWin32GLManager::CreateGLContext(), TX11GLManager::CreateGLPixmap(), TClassDocOutput::CreateHierarchyDot(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), RooAbsRealLValue::createHistogram(), RooDataSet::createHistogram(), RooAbsReal::createHistogram(), THn::CreateHn(), THnBase::CreateHnAny(), RooNumIntFactory::createIntegrator(), RooAbsReal::createIntObj(), RooAbsReal::createIntRI(), TGL5DDataSetEditor::CreateIsoTab(), TRootSniffer::CreateItem(), TDocLatexDirective::CreateLatex(), TGeoPatternX::CreateMatrix(), TGeoPatternY::CreateMatrix(), TGeoPatternZ::CreateMatrix(), TGeoPatternParaX::CreateMatrix(), TGeoPatternParaY::CreateMatrix(), TGeoPatternParaZ::CreateMatrix(), TGeoPatternTrapZ::CreateMatrix(), TGeoPatternCylPhi::CreateMatrix(), TGeoPatternSphPhi::CreateMatrix(), TRootContextMenu::CreateMenu(), TProof::CreateMerger(), TFitEditor::CreateMinimizationTab(), RooStats::LikelihoodInterval::CreateMinimizer(), TDocOutput::CreateModuleIndex(), RooAbsPdf::createNLL(), TPacketizerMulti::CreatePacketizer(), TCanvas::CreatePainter(), TVirtualX::CreatePictureFromData(), TGX11::CreatePictureFromData(), TGWin32::CreatePictureFromData(), TGCocoa::CreatePictureFromData(), TVirtualX::CreatePictureFromFile(), TGX11::CreatePictureFromFile(), TGWin32::CreatePictureFromFile(), TGCocoa::CreatePictureFromFile(), RooAbsReal::createPlotProjection(), RooAbsReal::createProfile(), RooAbsPdf::createProjection(), TGuiBldDragManager::CreatePropertyEditor(), PyROOT::TPyROOTApplication::CreatePyROOTApplication(), PyROOT::CreatePyStrings(), RooStats::BernsteinCorrection::CreateQSamplingDist(), TSQLFile::CreateRawTable(), RooNumGenFactory::createSampler(), PyROOT::CreateScopeProxy(), TXProofServ::CreateServer(), TProofServ::CreateServer(), TDocMacroDirective::CreateSubprocessInputFile(), TRobustEstimator::CreateSubset(), TLinearFitter::CreateSubset(), TStyleManager::CreateTabHistosFrames(), TDocOutput::CreateTypeIndex(), TStreamerInfoActions::TActionSequence::CreateWriteMemberWiseActions(), TXNetFile::CreateXClient(), TGeoNavigator::CrossDivisionCell(), TGraphErrors::CtorAllocate(), TGraphAsymmErrors::CtorAllocate(), TGraphBentErrors::CtorAllocate(), TGraph::CtorAllocate(), RooMultiCategory::currentLabel(), RooSuperCategory::currentLabel(), TGTextEntry::CursorRight(), TGTextEdit::Cut(), TMVA::DataInputHandler::DataInputHandler(), TMVA::DataSet::DataSet(), DataSetCache(), TSysEvtHandler::DeActivate(), TRootSecContext::DeActivate(), TGEventHandler::DeActivate(), TSecContext::DeActivate(), THostAuth::DeActivate(), TMergerInfo::Deactivate(), TMonitor::DeActivateAll(), TGContainer::DeActivateItem(), TEveSelection::DeactivateSelection(), TProof::DeactivateWorker(), TMVA::MethodBase::DeclareBaseOptions(), TMVA::MethodDT::DeclareCompatibilityOptions(), TMVA::MethodBase::DeclareCompatibilityOptions(), TMVA::MethodBDT::DeclareCompatibilityOptions(), TMVA::GeneticFitter::DeclareOptions(), TMVA::MinuitFitter::DeclareOptions(), TMVA::SimulatedAnnealingFitter::DeclareOptions(), TMVA::MethodKNN::DeclareOptions(), TMVA::MethodBoost::DeclareOptions(), TMVA::MethodLikelihood::DeclareOptions(), TMVA::MethodBDT::DeclareOptions(), TMVA::MethodMLP::DeclareOptions(), TMVA::MethodPDEFoam::DeclareOptions(), TDecompChol::Decompose(), TDecompBK::Decompose(), TDecompLU::Decompose(), TDecompQRH::Decompose(), TDecompSVD::Decompose(), TDecompSparse::Decompose(), TDecompLU::DecomposeLUCrout(), TDecompLU::DecomposeLUGauss(), TBufferJSON::DecrementLevel(), TBufferXML::DecrementLevel(), TBufferSQL2::DecrementLevel(), TStructNodeEditor::DefaultButtonSlot(), DefHouseHolder(), RooCmdConfig::defineDouble(), RooFormula::DefinedVariable(), TTreeFormula::DefinedVariable(), RooCmdConfig::defineInt(), RooCmdConfig::defineObject(), TAttParticle::DefinePDG(), TGeoXtru::DefinePolygon(), RooCmdConfig::defineSet(), RooWorkspace::defineSet(), RooCmdConfig::defineString(), RooCategory::defineType(), TTreeDrawArgsParser::DefineType(), RooAbsCategory::defineType(), RooAbsCategory::defineTypeUnchecked(), TGTextEntry::Del(), TGText::DelChar(), THashList::Delete(), TClonesArray::Delete(), TListOfDataMembers::Delete(), TList::Delete(), TListOfEnums::Delete(), TGTextEdit::Delete(), TClass::DeleteArray(), TMap::DeleteEntry(), TGText::DelLine(), TGText::DelText(), RooAbsArg::dependsOn(), TGTextEntry::Deselect(), TGridCollection::DeselectFile(), TEveCompositeFrameInTab::Destroy(), TEveScene::DestroyElementRenderers(), TGLScene::DestroyLogical(), TGLScene::DestroyLogicals(), TEveElement::DestroyMainTrans(), TGLScene::DestroyPhysical(), TGWin32::DestroySubwindows(), TEveWindow::DestroyWindow(), TStreamerInfo::Destructor(), TClass::Destructor(), TProof::Detach(), TGLViewerEditor::DetachFromPad(), TMVA::MethodBDT::DeterminePreselectionCuts(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), TDecompSVD::Diagonalize(), TF2GL::DirectDraw(), TEveStraightLineSetGL::DirectDraw(), TH2GL::DirectDraw(), TH3GL::DirectDraw(), TEveProjectionAxesGL::DirectDraw(), TEveCalo3DGL::DirectDraw(), TEveCalo2DGL::DirectDraw(), TEveCaloLegoGL::DirectDraw(), TSQLFile::DirReadKeys(), TTreeCache::Disable(), TGSpeedo::DisableMeanMark(), TGLSAViewer::DisableMenuBarHiding(), TProof::DisablePackage(), TProof::DisablePackages(), TGSpeedo::DisablePeakMark(), TGSpeedo::DisableThreshold(), TQObject::Disconnect(), TStyleManager::DisconnectEditor(), TEveGListTreeEditorFrame::DisconnectSignals(), TMacOSXSystem::DispatchOneEvent(), TUnixSystem::DispatchOneEvent(), TWinNTSystem::DispatchOneEvent(), TUnixSystem::DispatchSignals(), TWinNTSystem::DispatchSignals(), TWinNTSystem::DispatchTimers(), TUnixSystem::DispatchTimers(), TPyDispatcher::DispatchVA1(), TPieSlice::DistancetoPrimitive(), THistPainter::DistancetoPrimitive(), TGeoPainter::DistanceToPrimitiveVol(), TPie::DistancetoSlice(), TGeoSphere::DistFromInside(), TGeoTorus::DistFromInside(), TGeoPcon::DistFromInside(), TGeoArb8::DistFromInside(), TGeoHype::DistFromInside(), TGeoXtru::DistFromInside(), TGeoUnion::DistFromInside(), TGeoCtub::DistFromInside(), TGeoShapeAssembly::DistFromOutside(), TGeoTrd1::DistFromOutside(), TGeoTrd2::DistFromOutside(), TGeoTube::DistFromOutside(), TGeoBBox::DistFromOutside(), TGeoPara::DistFromOutside(), TGeoSphere::DistFromOutside(), TGeoParaboloid::DistFromOutside(), TGeoTorus::DistFromOutside(), TGeoCone::DistFromOutside(), TGeoPcon::DistFromOutside(), TGeoArb8::DistFromOutside(), TGeoPgon::DistFromOutside(), TGeoHype::DistFromOutside(), TGeoXtru::DistFromOutside(), TGeoUnion::DistFromOutside(), TGeoTubeSeg::DistFromOutside(), TGeoTrap::DistFromOutside(), TGeoIntersection::DistFromOutside(), TGeoConeSeg::DistFromOutside(), TGeoSubtraction::DistFromOutside(), TGeoCtub::DistFromOutside(), TGeoTube::DistFromOutsideS(), TGeoCone::DistFromOutsideS(), TGeoTubeSeg::DistFromOutsideS(), TGeoConeSeg::DistFromOutsideS(), TGeoConeSeg::DistToCons(), TGeoSphere::DistToSphere(), TGeoPcon::Divide(), TProfile::Divide(), TProfile2D::Divide(), TProfile3D::Divide(), TH1::Divide(), THnBase::Divide(), TGeoVolumeAssembly::Divide(), TEveCaloLegoGL::DLCacheDrop(), TEveCaloLegoGL::DLCachePurge(), do_anadist(), do_anadist_ds(), do_ls_files_server(), do_put(), TH2Editor::DoAddArr(), TH1Editor::DoAddB(), TH1Editor::DoAddBar(), TH2Editor::DoAddBB(), TH2Editor::DoAddBox(), TH2Editor::DoAddCol(), TH2Editor::DoAddError(), TH2Editor::DoAddFB(), TFitEditor::DoAddition(), TH1Editor::DoAddMarker(), TH2Editor::DoAddPalette(), TH2Editor::DoAddScat(), TParallelCoordEditor::DoAddSelection(), TH1Editor::DoAddSimple(), TH2Editor::DoAddText(), TGeoPgonEditor::DoApply(), TGeoEltuEditor::DoApply(), TGeoTranslationEditor::DoApply(), TGeoTubeEditor::DoApply(), TGeoTrd1Editor::DoApply(), TGeoBBoxEditor::DoApply(), TGeoHypeEditor::DoApply(), TGeoTorusEditor::DoApply(), TGeoTrd2Editor::DoApply(), TGeoConeEditor::DoApply(), TGeoParaEditor::DoApply(), TGeoMaterialEditor::DoApply(), TGeoPconEditor::DoApply(), TGeoSphereEditor::DoApply(), TGeoTrapEditor::DoApply(), TGeoGtraEditor::DoApply(), TGeoTubeSegEditor::DoApply(), TGeoConeSegEditor::DoApply(), TGeoRotationEditor::DoApply(), TGeoCtubEditor::DoApply(), TGeoCombiTransEditor::DoApply(), TGeoMixtureEditor::DoApply1(), TGeoVolumeEditor::DoApplyDiv(), TFrameEditor::DoBorderMode(), TPadEditor::DoBorderMode(), RooCustomizer::doBuild(), TStyleDialog::DoCancel(), TGeoTranslationEditor::DoCancel(), TGeoRotationEditor::DoCancel(), TGeoCombiTransEditor::DoCancel(), TGeoMixtureEditor::DoChkFraction(), TGeoMixtureEditor::DoChkNatoms(), TGeoManagerEditor::DoCloseGeometry(), TGeoVolumeEditor::DoDivFromTo(), TGeoVolumeEditor::DoDivN(), TGeoVolumeEditor::DoDivSelAxis(), TGeoVolumeEditor::DoDivStep(), TGLViewer::DoDraw(), TGeoNodeEditor::DoEditMother(), TGeoNodeEditor::DoEditVolume(), TGeoManagerEditor::DoEditVolume(), TEveSelection::DoElementUnselect(), TProofProgressDialog::DoEnableSpeedo(), RooMinimizerFcn::DoEval(), TStyleManager::DoExport(), TFunctionParametersDialog::DoFix(), TEveTextEditor::DoFontSize(), TGeoMixtureEditor::DoFraction(), TFitEditor::DoFunction(), TH1Editor::DoHBar(), TH1Editor::DoHistChanges(), TH1Editor::DoHistComplex(), TH1Editor::DoHistSimple(), TF1::DoInitialize(), TH1::DoIntegral(), ROOT::Math::AdaptiveIntegratorMultiDim::DoIntegral(), TFitEditor::DoLinearFit(), TLineEditor::DoLineHorizontal(), TParallelCoordEditor::DoLineType(), TLineEditor::DoLineVertical(), TStyleManager::DoListSelect(), TGLCamera::Dolly(), TProofProgressLog::DoLog(), TAttMarkerEditor::DoMarkerSize(), TAttMarkerEditor::DoMarkerStyle(), TGraphErrors::DoMerge(), TGraphAsymmErrors::DoMerge(), TGraphBentErrors::DoMerge(), TGeoMixtureEditor::DoNatoms(), TRootSnifferScanRec::Done(), TFitEditor::DoNoSelection(), TStyleDialog::DoOK(), TGLViewer::DoOverlaySelect(), TGeoTranslationEditor::DoParameters(), TGeoRotationEditor::DoParameters(), TGeoCombiTransEditor::DoParameters(), TFitParametersDialog::DoParBound(), TFitParametersDialog::DoParFix(), TH1Editor::DoPercent(), TGeoSphereEditor::DoPhi(), TGeoTubeSegEditor::DoPhi(), TGeoConeSegEditor::DoPhi(), TGeoSphereEditor::DoPhi1(), TGeoTubeSegEditor::DoPhi1(), TGeoConeSegEditor::DoPhi1(), TGeoSphereEditor::DoPhi2(), TGeoTubeSegEditor::DoPhi2(), TGeoConeSegEditor::DoPhi2(), TProofProgressMemoryPlot::DoPlot(), TStyleManager::DoPreview(), TStyleManager::DoPreviewClosed(), TH3::DoProject1D(), TGeoVolumeEditor::DoRaytrace(), TStyleManager::DoRealTime(), TGLabel::DoRedraw(), TGSpeedo::DoRedraw(), TGTextEntry::DoRedraw(), TGClient::DoRedraw(), TGHProgressBar::DoRedraw(), TGVProgressBar::DoRedraw(), TEveManager::DoRedraw3D(), TGeoVolumeEditor::DoRemoveNode(), TGuiBldDragManager::DoReplace(), TFunctionParametersDialog::DoReset(), TFitParametersDialog::DoReset(), TFitEditor::DoReset(), TFitEditor::DoRobustFit(), TGLViewer::DoSecondarySelect(), TGLViewer::DoSelect(), TStyleManager::DoSelectCanvas(), TParallelCoordEditor::DoSelectionSelect(), TStyleManager::DoSelectNoCanvas(), TSpiderEditor::DoSetPlotType(), TGeoManagerEditor::DoSetTopVolume(), TGraphEditor::DoShape(), TH2Editor::DoSliderXPressed(), TH2Editor::DoSliderYPressed(), TProofProgressDialog::DoStop(), TGeoSphereEditor::DoTheta(), TGeoSphereEditor::DoTheta1(), TGeoSphereEditor::DoTheta2(), TGFileBrowser::DoubleClicked(), TGeoEltuEditor::DoUndo(), TGeoTranslationEditor::DoUndo(), TGeoTubeEditor::DoUndo(), TGeoTrd1Editor::DoUndo(), TGeoBBoxEditor::DoUndo(), TGeoHypeEditor::DoUndo(), TGeoTorusEditor::DoUndo(), TGeoTrd2Editor::DoUndo(), TGeoConeEditor::DoUndo(), TGeoParaEditor::DoUndo(), TGeoMaterialEditor::DoUndo(), TGeoPconEditor::DoUndo(), TGeoSphereEditor::DoUndo(), TGeoTrapEditor::DoUndo(), TGeoGtraEditor::DoUndo(), TGeoTubeSegEditor::DoUndo(), TGeoConeSegEditor::DoUndo(), TGeoRotationEditor::DoUndo(), TGeoCtubEditor::DoUndo(), TGeoCombiTransEditor::DoUndo(), TGeoMixtureEditor::DoUndo1(), TStyleDialog::DoUpdate(), TGeoVolumeEditor::DoViewAll(), TGeoVolumeEditor::DoViewLeaves(), TGeoVolumeEditor::DoViewOnly(), TGeoVolumeEditor::DoVisAuto(), TGeoVolumeEditor::DoVisDaughters(), TGeoVolumeEditor::DoVisVolume(), TProof::DownloadPackage(), TGridCollection::DownscaleSelection(), TGDNDManager::Drag(), TGeoTrack::Draw(), RooStats::LikelihoodIntervalPlot::Draw(), TParallelCoord::Draw(), TGLLogicalShape::Draw(), TTable::Draw(), TGeoVolume::Draw(), TMVA::draw_activation(), TEveCaloLegoGL::DrawAxis3D(), TGeoPainter::DrawBatemanSol(), TGQuartz::DrawBox(), TSVG::DrawBox(), TTeXDump::DrawBox(), TGLBoxCut::DrawBox(), TGLPadPainter::DrawBox(), TGLH2PolyPainter::DrawCap(), TProofBench::DrawCPU(), TProofBench::DrawDataSet(), TGLH2PolyPainter::DrawExtrusion(), TGQuartz::DrawFillArea(), TGLPadPainter::DrawFillArea(), TASImage::DrawFillArea(), TSVG::DrawFrame(), DrawFunction(), TFitParametersDialog::DrawFunction(), TGuiBldDragManager::DrawGrabRectangles(), TGLViewer::DrawGuides(), TEveCalo2DGL::DrawHighlight(), RooStats::MCMCIntervalPlot::DrawHistInterval(), RooStats::MCMCIntervalPlot::DrawKeysPdfInterval(), TGuiBldDragManager::DrawLasso(), TGLLegoPainter::DrawLegoCartesian(), TGLLegoPainter::DrawLegoCylindrical(), TGLLegoPainter::DrawLegoPolar(), TGLLegoPainter::DrawLegoSpherical(), TMVA::DrawMLPoutputMovie(), TMVA::DrawNetworkMovie(), TH1::DrawNormalized(), TGeoPainter::DrawOnly(), TGeoVolume::DrawOnly(), TEvePolygonSetProjectedGL::DrawOutline(), TGeoPainter::DrawOverlap(), TGeoNode::DrawOverlaps(), TGLVoxelPainter::DrawPaletteAxis(), TGLBoxPainter::DrawPaletteAxis(), TGLLegoPainter::DrawPaletteAxis(), TGLSurfacePainter::DrawPaletteAxis(), Rgl::DrawPaletteAxis(), TGeoPainter::DrawPath(), TGLSurfacePainter::DrawPlot(), TGL5DPainter::DrawPlot(), TGLPadPainter::DrawPolyLine(), TSVG::DrawPolyMarker(), TTeXDump::DrawPolyMarker(), TGWin32::DrawPolyMarker(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysPdf(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysProduct(), TImageDump::DrawPS(), TSVG::DrawPS(), TTeXDump::DrawPS(), TGWin32::DrawRectangle(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TEveCalo2DGL::DrawRhoZ(), TEveCalo2DGL::DrawRhoZHighlighted(), TGLSurfacePainter::DrawSectionXOY(), TGLSurfacePainter::DrawSectionXOZ(), TGLSurfacePainter::DrawSectionYOZ(), TTreePlayer::DrawSelect(), TGeoPainter::DrawShape(), RooStats::MCMCIntervalPlot::DrawTailFractionInterval(), TASImage::DrawText(), TGeoManager::DrawTracks(), TGeoPainter::DrawVolume(), TVirtualDragManager::Drop(), TGuiBldDragManager::Drop(), TGDNDManager::Drop(), TBranch::DropBaskets(), TTreeCache::DropBranch(), TMySQLServer::DropDataBase(), RooTrace::dump(), TObject::Dump(), TClass::Dump(), TEveGeoNode::DumpShapeTree(), TMultiLayerPerceptron::DumpWeights(), DynamicPath(), TMVA::Timer::ElapsedSeconds(), TEveManager::ElementPaste(), TDSet::ElementsValid(), TCanvas::EmbedInto(), TCollection::EmptyGarbageCollection(), TVirtualX::EmptyRegion(), TAlienPackage::Enable(), TGLabel::Enable(), TGeoManager::EnableInactiveVolumes(), TMVA::MsgLogger::EnableOutput(), TRootGuiBuilder::EnableSelectedButtons(), TGComboBox::EnableTextInput(), TXSocket::EnableTimeout(), TGTextEntry::End(), TVirtualDragManager::EndDrag(), TGuiBldDragManager::EndDrag(), TGDNDManager::EndDrag(), TGPopupMenu::EndMenu(), TASImage::EndPaint(), TGComboBoxPopup::EndPopup(), TGedPopup::EndPopup(), TGColorPopup::EndPopup(), TViewer3DPad::EndScene(), TGLRnrCtx::EndSelection(), TGLScene::EndSmartRefresh(), TString::EndsWith(), TODBCServer::EndTransaction(), TTable::EntryLoop(), TGRegion::Eor(), TMVA::Rule::Equal(), TVirtualX::EqualRegion(), TGCocoa::EqualRegion(), RooAbsCollection::equals(), RooStats::PdfProposal::Equals(), TString::EqualTo(), PyROOT::Utility::ErrMsgHandler(), TProofServ::ErrorHandler(), TMVA::OptimizeConfigParameters::EstimatorFunction(), TParallelCoordVar::Eval(), ROOT::R::TRInterface::Eval(), TMVA::MethodCFMlpANN::EvalANN(), TMVA::RuleCut::EvalEvent(), TTreeFormula::EvalInstance(), TTreeFormula::EvalObject(), TLinearFitter::EvalRobust(), TTreeFormula::EvalStringInstance(), RooJeffreysPrior::evaluate(), RooRealMPFE::evaluate(), RooStats::MaxLikelihoodEstimateTestStat::Evaluate(), RooMomentMorph::evaluate(), RooHistFunc::evaluate(), RooHistPdf::evaluate(), RooStats::SimpleLikelihoodRatioTestStat::Evaluate(), TMVA::Factory::EvaluateAllMethods(), TMVA::Factory::EvaluateAllVariables(), RooStats::AsymptoticCalculator::EvaluateNLL(), RooDataWeightedAverage::evaluatePartition(), RooNLLVar::evaluatePartition(), RooChi2Var::evaluatePartition(), RooXYChi2Var::evaluatePartition(), RooStats::ProfileLikelihoodTestStat::EvaluateProfileLikelihood(), TRobustEstimator::EvaluateUni(), TEveBrowser::EveMenu(), TMVA::Event::Event(), TProofPerfAnalysis::EventDist(), TQRootCanvas::eventFilter(), TMVA::SVWorkingSet::ExamineExample(), TMVA::SVWorkingSet::ExamineExampleReg(), TTabCom::ExcludedByFignore(), TEveMacro::Exec(), TSQLiteServer::Exec(), TPython::Exec(), TOracleServer::Exec(), TMacro::Exec(), TXProofMgr::Exec(), TMySQLServer::Exec(), TAlienPackage::Exec(), TSQLServer::Exec(), TTreeCloner::Exec(), TProof::Exec(), TRootBrowserLite::ExecMacro(), RooAbsStudy::execute(), RooGenFitStudy::execute(), TQCanvasMenu::Execute(), RooStats::ToyMCStudy::execute(), PyROOT::TCppObjectByValueExecutor::Execute(), TContextMenu::Execute(), PyROOT::TCppObjectPtrRefExecutor::Execute(), TCling::Execute(), TRootGuiBuilder::ExecuteAction(), RooSimWSTool::executeBuild(), TRootSniffer::ExecuteCmd(), TTreeViewer::ExecuteCommand(), TTreeViewer::ExecuteDraw(), TDiamond::ExecuteEvent(), TCurlyArc::ExecuteEvent(), TGroupButton::ExecuteEvent(), TSliderBox::ExecuteEvent(), TPaletteAxis::ExecuteEvent(), TCurlyLine::ExecuteEvent(), TMarker::ExecuteEvent(), TText::ExecuteEvent(), TLine::ExecuteEvent(), TPolyLine::ExecuteEvent(), TEllipse::ExecuteEvent(), TPie::ExecuteEvent(), TBox::ExecuteEvent(), TParallelCoordVar::ExecuteEvent(), TGLHistPainter::ExecuteEvent(), TGLEventHandler::ExecuteEvent(), TGraphPolargram::ExecuteEvent(), TPad::ExecuteEvent(), TPad::ExecuteEventAxis(), TGraphPainter::ExecuteEventHelper(), TApplication::ExecuteFile(), TGTextEditor::ExecuteMacro(), TQRootDialog::ExecuteMethod(), TView3D::ExecuteRotateView(), TFumili::ExecuteSetCommand(), TTreeViewer::ExecuteSpider(), TMVA::TMVAGlob::ExistMethodName(), TDataSetManagerFile::ExistsDataSet(), TDataSetManager::ExistsDataSet(), TProofLite::ExistsDataSet(), ExistsDataSet(), TProof::ExistsDataSet(), TGTable::ExpandColumns(), TSystem::ExpandFileName(), TUnixSystem::ExpandPathName(), TWinNTSystem::ExpandPathName(), TSystem::ExpandPathName(), TGTable::ExpandRows(), RooExtendPdf::expectedEvents(), TProofMergePrg::Export(), TGeoManager::Export(), TDSet::ExportFileList(), TGridCollection::ExportXML(), TAlienCollection::ExportXML(), TASPaletteEditor::ExpPalette(), RooAbsPdf::extendedTerm(), RooSimultaneous::extendMode(), RooWorkspace::extendSet(), TGLBoundingBox::Extents(), TSQLObjectData::ExtractBlobValues(), TODBCServer::ExtractErrors(), TODBCStatement::ExtractErrors(), TBufferXML::ExtractPointer(), TGDMLWrite::ExtractVolumes(), TGLBoundingBox::FaceVertices(), RooProdPdf::factorizeProduct(), TGLViewer::FadeView(), FastCall(), TVirtualFFT::FFT(), RooFFTConvPdf::FFTCacheElem::FFTCacheElem(), TGFontPool::FieldSpecified(), TASPluginGS::File2ASImage(), TProofPerfAnalysis::FileDist(), TGraphDelaunay::FileIt(), TProofPerfAnalysis::FileProcPlot(), TProofPerfAnalysis::FileRatePlot(), TMVA::kNN::ModulekNN::Fill(), TEvePointSetArray::Fill(), TUnfoldBinning::FillBinMapSingleNode(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TEveGeoPolyShape::FillBuffer3D(), TShape::FillBuffer3D(), TGeoShape::FillBuffer3D(), RooCachedPdf::fillCacheObject(), RooNumRunningInt::fillCacheObject(), RooFFTConvPdf::fillCacheObject(), TProofPerfAnalysis::FillFileInfo(), RooAbsData::fillHistogram(), RooAbsReal::fillHistogram(), TTableSorter::FillIndexArray(), TBranchElement::FillLeavesMakeClass(), TDataSetManagerFile::FillLsDataSet(), TFitEditor::FillMinMethodList(), TProtoClass::FillTClass(), Memstat::TMemStatMng::FillTree(), TProofPerfAnalysis::FillWrkInfo(), TRecorderReplaying::FilterEvent(), TProof::FinalizationDone(), RooGenFitStudy::finalize(), TProofPlayerLite::Finalize(), RooStats::ToyMCStudy::finalize(), TProof::Finalize(), TQueryResultManager::FinalizeQuery(), TMVA::kNN::ModulekNN::Find(), TGraphDelaunay::FindAllTriangles(), TGLViewerBase::FindClosestOpaqueRecord(), TGLViewerBase::FindClosestOverlayRecord(), TGLViewerBase::FindClosestRecord(), RooAbsArg::findConstantNodes(), TEveShape::FindConvexHull(), TDataSetIter::FindDataSet(), TGContainer::FindFrameByName(), TMVA::RuleFitParams::FindGDTau(), TSystem::FindHelper(), TGeoNavigator::FindInCluster(), RooAbsReal::findInnerMostIntegration(), TTreeFormula::FindLeafForExpression(), TGeoVolume::FindMatrixOfDaughterVolume(), TSQLStructure::FindMaxObjectId(), TMVA::TMVAGlob::FindMethod(), TH1::FindNewAxisLimits(), TGeoParallelWorld::FindNextBoundary(), TGeoNavigator::FindNextBoundary(), TGeoNavigator::FindNextBoundaryAndStep(), TGeoNavigator::FindNextDaughterBoundary(), TGeoNavigator::FindNode(), TViewPubDataMembers::FindObject(), TViewPubFunctions::FindObject(), TKDTree< Index, Value >::FindPoint(), RooBrentRootFinder::findRoot(), TGX11::FindRWindow(), TGWin32::FindRWindow(), TIsAProxy::FindSubType(), TProof::FindUniqueSlaves(), TEveElement::FindVizModel(), TLatex::FirstParse(), RooMCStudy::fit(), HFit::Fit(), TFitter::FitChisquare(), TFumili::FitChisquare(), TFitter::FitChisquareI(), TFumili::FitChisquareI(), TFitter::FitLikelihood(), TFumili::FitLikelihood(), TFitter::FitLikelihoodI(), TFumili::FitLikelihoodI(), RooFit::FitOptions(), RooMCStudy::fitParDataSet(), RooMCStudy::fitSample(), RooAbsPdf::fitTo(), RooAddPdf::fixCoefNormalization(), RooAddModel::fixCoefNormalization(), RooNDKeysPdf::fixShape(), TDocOutput::FixupAuthorSourceInfo(), RooStats::HistFactory::FlexibleInterpVar::FlexibleInterpVar(), TLimit::Fluctuate(), TFileCacheWrite::Flush(), TGWin32GLManager::Flush(), TX11GLManager::Flush(), TFile::Flush(), TFile::FlushWriteCache(), RooProduct::forceAnalyticalInt(), RooAbsReal::forceAnalyticalInt(), TBufferFile::ForceWriteInfoClones(), TGHtml::FormAction(), RooFit::Format(), TGLAxisPainter::FormAxisValue(), TGHtml::FormCreate(), TGWin32ProxyBase::ForwardCallBack(), RooFit::Frame(), TNetSystem::FreeDirectory(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), PyROOT::TCppObjectConverter::FromMemory(), TTVLVEntry::FullConverted(), RooAbsCachedReal::FuncCacheElem::FuncCacheElem(), Functions(), FunModule(), RooSimultaneous::genContext(), RooQuasiRandomGenerator::generate(), TEmulatedMapProxy::Generate(), TEmulatedCollectionProxy::Generate(), TGenCollectionStreamer::Generate(), RooMCStudy::generate(), RooAbsPdf::generate(), TGenCollectionProxy::Generate(), TMakeProject::GenerateClassPrefix(), TStreamerInfo::GenerateDeclaration(), RooBMixDecay::generateEvent(), RooBCPEffDecay::generateEvent(), RooMultiVarGaussian::generateEvent(), RooBCPGenDecay::generateEvent(), RooNonCPEigenDecay::generateEvent(), TStreamerInfo::GenerateHeaderFile(), TMakeProject::GenerateIncludeForTemplate(), TStreamerInfo::GenerateIncludes(), TMakeProject::GenerateMissingStreamerInfos(), TGLLevelPalette::GeneratePalette(), TEveTriangleSet::GenerateZNormalColors(), RooAbsPdf::GenSpec::GenSpec(), TProofServ::Get(), TGMimeTypes::GetAction(), PyROOT::TVoidArrayConverter::GetAddressSpecialCase(), PyROOT::TStrictCppObjectConverter::GetAddressSpecialCase(), PyROOT::TSmartPtrCppObjectConverter::GetAddressSpecialCase(), TSVDUnfold::GetAdetCovMatrix(), RooAbsPdf::getAllConstraints(), RooSpHarmonic::getAnalyticalIntegral(), RooMultiVarGaussian::getAnalyticalIntegral(), RooAddPdf::getAnalyticalIntegralWN(), RooAbsAnaConvPdf::getAnalyticalIntegralWN(), TH1::GetAsymmetry(), TGeoHype::GetAxisRange(), TGScrollBar::GetBckgndPixmap(), THnSparse::GetBin(), TSQLiteStatement::GetBinary(), TSQLStatement::GetBinary(), TPgSQLStatement::GetBinary(), TMySQLStatement::GetBinary(), TOracleStatement::GetBinary(), TODBCStatement::GetBinary(), RooHistError::getBinomialIntervalAsym(), RooHistError::getBinomialIntervalEff(), RooMultiVarGaussian::BitBlock::getBit(), TGFrame::GetBlackPixel(), TEveParamList::GetBoolParameter(), TGeoHype::GetBoundingCylinder(), TMVA::PDEFoamDensityBase::GetBoxVolume(), TGeoNodeCache::GetBranchOnlys(), TProofChain::GetBranchStatus(), TEveTrackProjected::GetBreakPointIdx(), TGeoSphere::GetBuffer3D(), TGeoTorus::GetBuffer3D(), GetCallFunc(), TGeoVoxelFinder::GetCheckList(), TStreamerInfo::GetCheckSum(), TClass::GetCheckSum(), TPyClassGenerator::GetClass(), THtml::GetClass(), TClass::GetClass(), TSQLStructure::GetClassInfo(), TAlien::GetCollection(), TGenCollectionProxy::GetCollectionClass(), TGenCollectionProxy::GetCollectionType(), TGClient::GetColorByName(), TTable::GetColumnComment(), GetCommonString(), TGraph2DPainter::GetContourList(), TEfficiency::GetCopyPassedHisto(), TEfficiency::GetCopyTotalHisto(), TMVA::RuleFit::GetCorrVars(), PyROOT::GetCppGlobal(), TS3WebFile::GetCredentialsFromEnv(), TMVA::VariableGaussTransform::GetCumulativeDist(), TPacketizerFile::GetCurrentRate(), TPacketizerUnit::GetCurrentRate(), TPacketizer::GetCurrentRate(), TPacketizerAdaptive::GetCurrentRate(), TUUID::GetCurrentTime(), TMVA::RuleCut::GetCutRange(), TMySQLServer::GetDataBases(), TClass::GetDataMember(), GetDataSet(), TMVA::DataSetInfo::GetDataSet(), TDataSetManagerFile::GetDataSet(), TProofBenchRunDataRead::GetDataSet(), TDataSetManagerAliEn::GetDataSet(), TDataSetManagerFile::GetDataSets(), GetDataSets(), TODBCServer::GetDataSources(), TSQLiteStatement::GetDate(), TSQLStatement::GetDate(), TPgSQLStatement::GetDate(), TMySQLStatement::GetDate(), TODBCStatement::GetDate(), TSQLiteStatement::GetDatime(), TSQLStatement::GetDatime(), TPgSQLStatement::GetDatime(), TMySQLStatement::GetDatime(), TOracleStatement::GetDatime(), TODBCStatement::GetDatime(), TGFrame::GetDefaultFrameBackground(), TGFrame::GetDefaultSelectedBackground(), TUnfoldSys::GetDeltaSysBackgroundScale(), TClassTable::GetDictNorm(), TNetSystem::GetDirEntry(), TWinNTSystem::GetDirEntry(), TUnixSystem::GetDynamicPath(), TWinNTSystem::GetDynamicPath(), TGraph::GetEditable(), TMVA::MethodBase::GetEfficiency(), TUnfoldDensity::GetEmatrixSysBackgroundUncorr(), TUnfoldSys::GetEmatrixTotal(), TDSetElement::GetEntries(), TDSet::GetEntries(), TEntryList::GetEntryList(), TParallelCoord::GetEntryList(), TPacketizerAdaptive::GetEstEntriesProcessed(), TGLFontManager::GetExtendedFontStartIndex(), TFriendElement::GetFile(), TXProofMgr::GetFile(), TProof::GetFileInCmd(), TEntryList::GetFileName(), THtml::TPathDefinition::GetFileNameFromInclude(), TGFileContainer::GetFilePictures(), TDataSetManagerAliEn::GetFindCommandsFromUri(), TUnfoldDensity::GetFoldedOutput(), TGLFontManager::GetFontFileArray(), TGFontDialog::GetFontName(), TGLFontManager::GetFontNameFromId(), TGLFontManager::GetFontSize(), TGLFontManager::GetFontSizeArray(), TWebFile::GetFromWeb10(), TGenCollectionProxy::GetFunctionCopyIterator(), TGenCollectionProxy::GetFunctionCreateIterators(), TGenCollectionProxy::GetFunctionDeleteIterator(), TGenCollectionProxy::GetFunctionDeleteTwoIterators(), TGenCollectionProxy::GetFunctionNext(), TGGCPool::GetGC(), TGX11::GetGCValues(), TGWin32::GetGCValues(), TROOT::GetGlobal(), TGuiBldDragManager::GetGlobalColorDialog(), TGuiBldDragManager::GetGlobalFontDialog(), TMVA::MethodBDT::GetGradBoostMVA(), TGListTree::GetGrayPixel(), TAliEnFind::GetGridResult(), TWebFile::GetHead(), TMVA::MethodMLP::GetHessian(), TGButton::GetHibckgndGC(), TGraph2D::GetHistogram(), TAuthenticate::GetHostAuth(), THtml::GetHtmlFileName(), TASImage::GetImageBuffer(), THtml::TPathDefinition::GetIncludeAs(), TGenCollectionProxy::GetIncrement(), RooDataHist::getIndex(), TGeoVoxelFinder::GetIndices(), TMVA::VariableTransformBase::GetInput(), TXSocket::GetInterrupt(), RooPlot::getInvisible(), TPgSQLStatement::GetLargeObject(), TMVA::Timer::GetLeftTime(), TGContainer::GetLineGC(), TUnixSystem::GetLinkedLibraries(), TWinNTSystem::GetLinkedLibraries(), TTabCom::GetListOfClasses(), TMVA::TMVAGlob::GetListOfKeys(), TMVA::TMVAGlob::GetListOfMethods(), TProofLite::GetListOfQueries(), TProof::GetListOfQueries(), TMVA::TMVAGlob::GetListOfTitles(), TSQLFile::GetLongString(), TUnfoldDensity::GetLxMinusBias(), TBranch::GetMakeClass(), TGeoMCGeometry::GetMaterial(), THStack::GetMaximum(), TProof::GetMaxQueries(), TGeoMCGeometry::GetMedium(), TGeoSphere::GetMeshNumbers(), TGeoTorus::GetMeshNumbers(), TMethodCall::GetMethod(), TGWin32ProxyBase::GetMilliSeconds(), TGMdiMainFrame::GetMinimizedBBox(), THStack::GetMinimum(), THtml::TModuleDefinition::GetModule(), TMVA::MethodBDT::GetMulticlassValues(), TMVA::MethodPDERS::GetMvaValue(), TGeoVoxelFinder::GetNextCandidates(), TEventIterTree::GetNextEvent(), TPacketizerUnit::GetNextPacket(), TPacketizer::GetNextPacket(), TPacketizerAdaptive::GetNextPacket(), TEventIterTree::GetNextPacket(), TProofServ::GetNextPacket(), TGeoSphere::GetNmeshVertices(), TEllipse::GetNoEdges(), RooResolutionModel::getNorm(), TSQLiteStatement::GetNumAffectedRows(), TProofLite::GetNumberOfWorkers(), TSQLiteStatement::GetNumParameters(), RooCacheManager< T >::getObj(), TFileDrawMap::GetObjectInfoDir(), TSQLObjectDataPool::GetObjectRow(), TRefArray::GetObjectUID(), TGContainer::GetObjPicture(), RooAbsArg::getObservables(), TGeoVolume::GetOptimalVoxels(), TApplication::GetOptions(), TProofServ::GetOptions(), TAlienCollection::GetOutputFileName(), RooProdPdf::getParametersHook(), RooProdPdf::getPartIntList(), TDavixSystem::GetPathInfo(), TGFALSystem::GetPathInfo(), THDFSSystem::GetPathInfo(), TRFIOSystem::GetPathInfo(), TDCacheSystem::GetPathInfo(), TWebSystem::GetPathInfo(), TNetSystem::GetPathInfo(), TXNetSystem::GetPathsInfo(), TProofBench::GetPerfSpecs(), TGeoPgon::GetPhiCrossList(), TGLViewer::GetPictureUsingBB(), TGLViewer::GetPictureUsingFBO(), TGeoBBox::GetPointsOnFacet(), TGeoArb8::GetPointsOnFacet(), TGeoEltu::GetPointsOnSegments(), TGeoCompositeShape::GetPointsOnSegments(), TGeoTube::GetPointsOnSegments(), TGeoBBox::GetPointsOnSegments(), TGeoParaboloid::GetPointsOnSegments(), TGeoSphere::GetPointsOnSegments(), TGeoTorus::GetPointsOnSegments(), TGeoCone::GetPointsOnSegments(), TGeoHype::GetPointsOnSegments(), TGeoPcon::GetPointsOnSegments(), TGeoTubeSeg::GetPointsOnSegments(), TGeoConeSeg::GetPointsOnSegments(), TGeoCtub::GetPointsOnSegments(), RooHistError::getPoissonIntervalCalc(), TASImage::GetPolygonSpans(), RooStats::BayesianCalculator::GetPosteriorPlot(), TGPrintDialog::GetPrinters(), RooAddPdf::getProjCache(), TGWin32::GetProperty(), RooStats::ProposalHelper::GetProposalFunction(), TClassTable::GetProtoNorm(), TParallelCoordVar::GetQuantiles(), TF1::GetRandom(), TMVA::DecisionTree::GetRandomisedVariables(), RooAbsData::getRange(), TTreeFormula::GetRealInstance(), TTVSession::GetRecord(), TMVA::MethodPDERS::GetRegressionValues(), TMVA::MethodBDT::GetRegressionValues(), TDocMacroDirective::GetResult(), ROOT::Internal::GetROOT2(), TGDNDManager::GetRootProxy(), TString::Gets(), TUnfoldDensity::GetScanVariable(), TGLBContainer::GetSelection(), TSelector::GetSelector(), TStreamerElement::GetSequenceType(), TProofMgrLite::GetSessionLogs(), TGeoMCGeometry::GetShape(), TViewPubDataMembers::GetSize(), TViewPubFunctions::GetSize(), TUrl::GetSpecialProtocols(), TFileStager::GetStaged(), RooMsgService::getStreamStatus(), TOracleServer::GetTableInfo(), TMySQLServer::GetTableInfo(), TMySQLServer::GetTables(), TMySQLServer::GetTablesList(), TSQLiteStatement::GetTime(), TSQLStatement::GetTime(), TPgSQLStatement::GetTime(), TMySQLStatement::GetTime(), TODBCStatement::GetTime(), TSQLiteStatement::GetTimestamp(), TSQLStatement::GetTimestamp(), TPgSQLStatement::GetTimestamp(), TMySQLStatement::GetTimestamp(), TOracleStatement::GetTimestamp(), TODBCStatement::GetTimestamp(), TGeoMCGeometry::GetTransformation(), TEventIterTree::GetTrees(), TGMimeTypes::GetType(), TFile::GetType(), TGenCollectionProxy::GetType(), TGeoManager::GetUID(), TSVDUnfold::GetUnfoldCovMatrix(), TTreeCacheUnzip::GetUnzipBuffer(), TUrl::GetUrl(), TLeafElement::GetValue(), TEnv::Getvalue(), TGenCollectionProxy::GetValueClass(), TLeafElement::GetValueLong64(), TLeafElement::GetValueLongDouble(), RooAbsPdf::getValV(), TSQLStatement::GetVDouble(), TOracleStatement::GetVDouble(), TNetXNGFile::GetVectorReadLimits(), TPad::GetViewer3D(), TSQLStatement::GetVInt(), TOracleStatement::GetVInt(), TGeoTrd1::GetVisibleCorner(), TGeoTrd2::GetVisibleCorner(), TSQLStatement::GetVLong(), TOracleStatement::GetVLong(), TSQLStatement::GetVLong64(), TOracleStatement::GetVLong64(), TCondor::GetVmInfo(), TGeoVoxelFinder::GetVoxelCandidates(), TSQLStatement::GetVUInt(), TOracleStatement::GetVUInt(), TSQLStatement::GetVULong64(), TOracleStatement::GetVULong64(), TGFrame::GetWhitePixel(), TGWin32::GetWindowAttributes(), TXProofServ::GetWorkers(), TH2PolyBin::GetXMax(), TH2PolyBin::GetXMin(), TH2PolyBin::GetYMax(), TH2PolyBin::GetYMin(), TMVA::DecisionTreeNode::GoesLeft(), TRootSnifferScanRec::GoInside(), TProof::GoParallel(), TGHtml::GotoAnchor(), TGFileBrowser::GotoDir(), TGeoNavigator::GotoSafeLevel(), TGLEventHandler::GrabMouse(), Graph2DFitChisquare(), TLinearFitter::Graph2DLinearFitter(), GraphFitChisquare(), GraphFitChisquareFumili(), TLinearFitter::GraphLinearFitter(), RooProdPdf::groupProductTerms(), TGeoMCGeometry::Gspos(), TGeoMCGeometry::Gsposp(), TGWin32::GUIThreadMessageFunc(), TDecompBase::Hager(), TGLCameraGuide::Handle(), TGLManipSet::Handle(), TGLOverlayElement::Handle(), TGLOverlayButton::Handle(), TEveCaloLegoOverlay::Handle(), TGLAnnotation::Handle(), TGuiBldDragManager::HandleAction(), TGLRotateManip::HandleButton(), TRootContextMenu::HandleButton(), TGEventHandler::HandleButton(), TGComboBoxPopup::HandleButton(), TGLManip::HandleButton(), TGLEventHandler::HandleButton(), TGColorPalette::HandleButton(), TGLWidget::HandleButton(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TGedNameFrame::HandleButton(), TGView::HandleButton(), TGTextEdit::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGVSlider::HandleButton(), TTVLVContainer::HandleButton(), TGTextView::HandleButton(), TGedSelect::HandleButton(), TGContainer::HandleButton(), TGColorPick::HandleButton(), TGColorSelect::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGuiBldDragManager::HandleButton(), TGTextEntry::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGPopupMenu::HandleButton(), TGFrame::HandleButton(), TGMdiTitleBar::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGCheckButton::HandleButton(), TGListTree::HandleButton(), TGMenuBar::HandleButton(), TGRadioButton::HandleButton(), TGCompositeFrame::HandleButton(), TGSplitButton::HandleButton(), TGuiBldDragManager::HandleButtonPress(), TGuiBldDragManager::HandleButtonRelease(), TProofServ::HandleCache(), TApplicationServer::HandleCheckFile(), TProofServ::HandleCheckFile(), TGDNDManager::HandleClientMessage(), TGuiBldDragManager::HandleClientMessage(), TGEventHandler::HandleColormapChange(), TGFrame::HandleColormapChange(), TGEventHandler::HandleConfigureNotify(), TGLEventHandler::HandleConfigureNotify(), TGLWidget::HandleConfigureNotify(), TGuiBldDragManager::HandleConfigureNotify(), TGTextEntry::HandleConfigureNotify(), TGViewPort::HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TWinNTSystem::HandleConsoleEvent(), TGEventHandler::HandleCrossing(), TGDockButton::HandleCrossing(), TGLWidget::HandleCrossing(), TGButton::HandleCrossing(), TGedNameFrame::HandleCrossing(), TGTextView::HandleCrossing(), TGPopupMenu::HandleCrossing(), TGFrame::HandleCrossing(), TGCompositeFrame::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TGuiBldDragManager::HandleDestroyNotify(), TDocParser::HandleDirective(), TRootEmbeddedCanvas::HandleDNDDrop(), TRootCanvas::HandleDNDDrop(), TGTextView::HandleDNDDrop(), TGFrame::HandleDNDDrop(), TGListTree::HandleDNDDrop(), TRootEmbeddedCanvas::HandleDNDEnter(), TGFileItem::HandleDNDEnter(), TRootCanvas::HandleDNDEnter(), TGTextView::HandleDNDEnter(), TGDNDManager::HandleDNDEnter(), TGContainer::HandleDNDFinished(), TGFrame::HandleDNDFinished(), TGFrame::HandleDNDLeave(), TGListTree::HandleDNDPosition(), TGDNDManager::HandleDNDStatus(), TGEventHandler::HandleDoubleClick(), TGLEventHandler::HandleDoubleClick(), TGLWidget::HandleDoubleClick(), TGTextEdit::HandleDoubleClick(), TGTextView::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGuiBldDragManager::HandleDoubleClick(), TGMdiTitleIcon::HandleDoubleClick(), TGFrame::HandleDoubleClick(), TGListTree::HandleDoubleClick(), TGCompositeFrame::HandleDoubleClick(), TGFrame::HandleDragDrop(), TGCompositeFrame::HandleDragDrop(), TGFrame::HandleDragEnter(), TGCompositeFrame::HandleDragEnter(), TGFrame::HandleDragLeave(), TGCompositeFrame::HandleDragLeave(), TGFrame::HandleDragMotion(), TGCompositeFrame::HandleDragMotion(), TEveSceneInfo::HandleElementPaste(), TEveViewer::HandleElementPaste(), TXProofServ::HandleError(), TXProofMgr::HandleError(), TXSlave::HandleError(), TGIdleHandler::HandleEvent(), TVirtualDragManager::HandleEvent(), TGWindow::HandleEvent(), TGClient::HandleEvent(), TGuiBldDragManager::HandleEvent(), TGFrame::HandleEvent(), TGLEventHandler::HandleExpose(), TGuiBldDragManager::HandleExpose(), TGEventHandler::HandleFocusChange(), TGLWidget::HandleFocusChange(), TGNumberEntryField::HandleFocusChange(), TGTextEntry::HandleFocusChange(), TGFrame::HandleFocusChange(), TGCompositeFrame::HandleFocusChange(), TProofPlayerRemote::HandleHistogram(), TGWindow::HandleIdleEvent(), TGHtml::HandleIdleEvent(), TXProofServ::HandleInput(), TXSlave::HandleInput(), TGClient::HandleInput(), TCanvas::HandleInput(), TProof::HandleInputMessage(), TGEventHandler::HandleKey(), TGLEventHandler::HandleKey(), TGColorPalette::HandleKey(), TGLWidget::HandleKey(), TRootGuiBuilder::HandleKey(), TGTextEdit::HandleKey(), TGMdiMainFrame::HandleKey(), TGTextEntry::HandleKey(), TGTextButton::HandleKey(), TGuiBldDragManager::HandleKey(), TGFrame::HandleKey(), TGCheckButton::HandleKey(), TGListTree::HandleKey(), TGMenuBar::HandleKey(), TGRadioButton::HandleKey(), TGCompositeFrame::HandleKey(), TGSplitButton::HandleKey(), TGMainFrame::HandleKey(), TGuiBldDragManager::HandleLayoutOrder(), TGClient::HandleMaskEvent(), TRootGuiBuilder::HandleMenu(), TRootBrowser::HandleMenu(), TGSplitButton::HandleMenu(), TGLSAViewer::HandleMenuBarHiding(), TGLTransManip::HandleMotion(), TGLScaleManip::HandleMotion(), TGLRotateManip::HandleMotion(), TGEventHandler::HandleMotion(), TGLManip::HandleMotion(), TGLEventHandler::HandleMotion(), TGColorPalette::HandleMotion(), TGLWidget::HandleMotion(), TTVLVContainer::HandleMotion(), TGContainer::HandleMotion(), TGColorPick::HandleMotion(), TGuiBldDragManager::HandleMotion(), TGPopupMenu::HandleMotion(), TGFrame::HandleMotion(), TGLBContainer::HandleMotion(), TGMenuBar::HandleMotion(), TGCompositeFrame::HandleMotion(), TProof::HandleOutputOptions(), TGuiBldDragManager::HandlePaste(), TProofServ::HandleProcess(), TProofServ::HandleRemove(), TGuiBldDragManager::HandleReplace(), TGuiBldDragManager::HandleReturn(), TGSplitButton::HandleSButton(), TGSplitButton::HandleSCrossing(), TGListTreeItem::HandlesDragAndDrop(), TGEventHandler::HandleSelection(), TGTextEdit::HandleSelection(), TGDNDManager::HandleSelection(), TGuiBldDragManager::HandleSelection(), TGFrame::HandleSelection(), TGCompositeFrame::HandleSelection(), TGEventHandler::HandleSelectionClear(), TGTextEntry::HandleSelectionClear(), TGFrame::HandleSelectionClear(), TGEventHandler::HandleSelectionRequest(), TGTextView::HandleSelectionRequest(), TGDNDManager::HandleSelectionRequest(), TGuiBldDragManager::HandleSelectionRequest(), TGTextEntry::HandleSelectionRequest(), TGFrame::HandleSelectionRequest(), TProofServ::HandleSigPipe(), TGSplitButton::HandleSKey(), TApplicationServer::HandleSocketInput(), TProofServ::HandleSocketInput(), TProofServ::HandleSubmerger(), TProof::HandleSubmerger(), TRint::HandleTermInput(), TApplication::HandleTermInput(), TProofPlayerLite::HandleTimer(), TGLEventHandler::HandleTimer(), TGShutter::HandleTimer(), TGWindow::HandleTimer(), TVirtualPacketizer::HandleTimer(), TObject::HandleTimer(), TGTextView::HandleTimer(), TGDNDManager::HandleTimer(), TTreeViewer::HandleTimer(), TGPopupMenu::HandleTimer(), TProofPlayerRemote::HandleTimer(), TProofPlayerSlave::HandleTimer(), TProofPlayerSuperMaster::HandleTimer(), TGHtml::HandleTimer(), TVirtualDragManager::HandleTimerEvent(), TGuiBldDragManager::HandleTimerEvent(), TGuiBldDragManager::HandleUpdateSelected(), TXProofServ::HandleUrgentData(), TProofServ::HandleUrgentData(), TRootGuiBuilder::HandleWindowClosed(), TTVLVEntry::HasAlias(), TMVA::MethodC50::HasAnalysisType(), TMVA::MethodRSNNS::HasAnalysisType(), TMVA::MethodRSVM::HasAnalysisType(), TMVA::MethodRXGB::HasAnalysisType(), TMVA::MethodPyAdaBoost::HasAnalysisType(), TMVA::MethodPyGTB::HasAnalysisType(), TMVA::MethodPyRandomForest::HasAnalysisType(), TMVA::MethodBayesClassifier::HasAnalysisType(), TMVA::MethodTMlpANN::HasAnalysisType(), TMVA::MethodLD::HasAnalysisType(), TMVA::MethodRuleFit::HasAnalysisType(), TMVA::MethodFisher::HasAnalysisType(), TMVA::MethodSVM::HasAnalysisType(), TMVA::MethodDT::HasAnalysisType(), TMVA::MethodKNN::HasAnalysisType(), TMVA::MethodBoost::HasAnalysisType(), TMVA::MethodCategory::HasAnalysisType(), TMVA::MethodHMatrix::HasAnalysisType(), TMVA::MethodBDT::HasAnalysisType(), TMVA::MethodLikelihood::HasAnalysisType(), TMVA::MethodFDA::HasAnalysisType(), TMVA::MethodPDERS::HasAnalysisType(), TMVA::MethodMLP::HasAnalysisType(), TMVA::MethodCFMlpANN::HasAnalysisType(), TMVA::MethodPDEFoam::HasAnalysisType(), RooVectorDataStore::hasAsymError(), TXMLEngine::HasAttr(), TXMLNode::HasAttributes(), RooRealVar::hasBinning(), RooErrorVar::hasBinning(), RooChangeTracker::hasChanged(), TGListTreeItemStd::HasCheckedChild(), TXMLNode::HasChildren(), RooAbsArg::hasClients(), TQObject::HasConnection(), TMVA::ConvergenceTest::HasConverged(), TMVA::GeneticAlgorithm::HasConverged(), TRefProxy::HasCounter(), TFormLeafInfo::HasCounter(), TStreamerElement::HasCounter(), TMVA::DataSetInfo::HasCuts(), TClass::HasDefaultConstructor(), TCanvasImp::HasEditor(), RooVectorDataStore::hasError(), RooCompositeDataStore::hasFilledCache(), RooAbsDataStore::hasFilledCache(), RooVectorDataStore::hasFilledCache(), TGeoNodeCache::HasIdArray(), RooHist::hasIdenticalBinning(), TGeoElement::HasIsotopes(), TCanvasImp::HasMenuBar(), THostAuth::HasMethod(), TXMLNode::HasNextNode(), TUrl::HasOption(), TXMLNode::HasParent(), TGenCollectionProxy::HasPointers(), TVirtualGeoTrack::HasPoints(), TXMLNode::HasPreviousNode(), RooCmdConfig::hasProcessed(), RooSuperCategory::hasRange(), RooCategory::hasRange(), RooAbsArg::hasRange(), TRootSniffer::HasRestriction(), TGeoTube::HasRmin(), ROOT::Detail::TSchemaRuleSet::TMatches::HasRuleWithSource(), ROOT::Detail::TSchemaRuleSet::HasRuleWithSourceClass(), ROOT::Detail::TSchemaRuleSet::TMatches::HasRuleWithTarget(), TEveProjection::HasSeveralSubSpaces(), ROOT::TSchemaRule::HasSource(), TSQLTableData::HasSQLName(), TPgSQLServer::HasStatement(), TMySQLServer::HasStatement(), TSQLServer::HasStatement(), TCanvasImp::HasStatusBar(), TSQLServer::HasTable(), TSQLFile::HasTable(), ROOT::TSchemaRule::HasTarget(), TCanvasImp::HasToolBar(), TCanvasImp::HasToolTips(), TProofChain::HasTreeHeader(), TVirtualX::HasTTFonts(), TGCocoa::HasTTFonts(), TGListTreeItemStd::HasUnCheckedChild(), TTVRecord::HasUserCode(), THtml::HaveDot(), TEveTrackPropagator::HelixIntersectPlane(), TGMdiFrame::Help(), TGSplitTool::Hide(), TEveCompositeFrame::HideAllDecorations(), TGuiBldDragManager::HideGrabRectangles(), TRootBrowserLite::HideTextEdit(), TGOSXGLManager::HighColorFormat(), TGWin32GLManager::HighColorFormat(), TX11GLManager::HighColorFormat(), TPad::HighLight(), TGListTree::HighlightChildren(), TGListTree::HighlightItem(), TLinearFitter::HistLinearFitter(), TRootBrowserLite::HistoryBackward(), TRootBrowserLite::HistoryForward(), TProofPlayerRemote::HistoSameAxis(), TGTextEntry::Home(), TTabCom::Hook(), TRootGuiBuilder::HSplitter(), TRootBrowserLite::IconBoxAction(), TGuiBldDragManager::IgnoreEvent(), TOrdCollection::IllegalIndex(), TPython::Import(), RooWorkspace::import(), RooFit::Import(), RooWorkspace::importClassCode(), RooStats::BernsteinCorrection::ImportCorrectedPdf(), RooDataHist::importTH1Set(), RooHistFunc::importWorkspaceHook(), RooHistPdf::importWorkspaceHook(), TProofPlayerRemote::Incorporate(), TGNumberEntryField::IncreaseNumber(), TClass::InheritsFrom(), TGraphDelaunay::InHull(), TPie::Init(), TBuffer3D::Init(), TBranchObject::Init(), TOutputListSelectorDataMap::Init(), TVirtualDragManager::Init(), TXSlave::Init(), TQCommand::Init(), TGLFBO::Init(), TGButtonGroup::Init(), TPSocket::Init(), TDataSetManagerFile::Init(), TParallelCoord::Init(), TWebFile::Init(), TDavixFile::Init(), TMVA::GeneticAlgorithm::Init(), TNetXNGFile::Init(), TGX11TTF::Init(), TGraphPolargram::Init(), TProofOutputFile::Init(), TProofProgressLog::Init(), TGTextEntry::Init(), TPythia6Decayer::Init(), TUnixSystem::Init(), TMethodCall::Init(), TVirtualX::Init(), TGComboBox::Init(), TXNetFile::Init(), TTreeCacheUnzip::Init(), TProofLite::Init(), TGTable::Init(), TParallelCoordVar::Init(), TCanvas::Init(), TMonaLisaWriter::Init(), TMVA::MethodDT::Init(), TFile::Init(), TWinNTSystem::Init(), TBranchElement::Init(), TTreeFormula::Init(), TGeoManager::Init(), TGTextButton::Init(), TGX11::Init(), TMVA::MethodBDT::Init(), TGWin32::Init(), TMVA::MethodPDERS::Init(), TMVA::MethodPDEFoam::Init(), TSystem::Init(), TGSplitButton::Init(), TProof::Init(), TGeoManager::InitArrayPNE(), TGDNDManager::InitAtoms(), TEvePointSetArray::InitBins(), THbookTree::InitBranches(), TMVA::MethodCategory::InitCircularTree(), PyROOT::TMethodHolder::InitConverters_(), TTreeTableInterface::InitEntries(), TMVA::MethodBDT::InitEventSample(), PyROOT::TSetItemHolder::InitExecutor_(), PyROOT::TMethodHolder::InitExecutor_(), TGLH2PolyPainter::InitGeometry(), TGLVoxelPainter::InitGeometry(), TGLTF3Painter::InitGeometry(), TGLLegoPainter::InitGeometry(), TGLBoxPainter::InitGeometry(), TGLSurfacePainter::InitGeometry(), TGLTH3CompositionPainter::InitGeometry(), TGL5DPainter::InitGeometry(), TGLParametricPlot::InitGeometry(), TGLIsoPainter::InitGeometry(), TGLLegoPainter::InitGeometryCartesian(), TGLSurfacePainter::InitGeometryCartesian(), TGLLegoPainter::InitGeometryCylindrical(), TGLSurfacePainter::InitGeometryCylindrical(), TGLLegoPainter::InitGeometryPolar(), TGLSurfacePainter::InitGeometryPolar(), TGLLegoPainter::InitGeometrySpherical(), TGLSurfacePainter::InitGeometrySpherical(), TPython::Initialize(), PyROOT::TMethodHolder::Initialize(), RooAbsStudy::initialize(), RooGenFitStudy::initialize(), RooGrid::initialize(), RooImproperIntegrator1D::initialize(), RooIntegrator1D::initialize(), RooSegmentedIntegrator1D::initialize(), RooNumConvolution::initialize(), RooRealMPFE::initialize(), RooStats::ToyMCStudy::initialize(), RooSimultaneous::initialize(), TFoam::Initialize(), RooNDKeysPdf::initialize(), RooAbsTestStatistic::initialize(), TH2Poly::Initialize(), RooDataHist::initialize(), RooPlot::DrawOpt::initialize(), RooPlot::initialize(), TRecorderReplaying::Initialize(), TColor::InitializeColors(), TGLUtil::InitializeIfNeeded(), RooDLLSignificanceMCSModule::initializeInstance(), RooStats::UpperLimitMCSModule::initializeInstance(), RooProfileLL::initializeMinimizer(), TBranchElement::InitializeOffsets(), TMethodCall::InitImplementation(), RooXYChi2Var::initIntegrator(), TDataSetManagerFile::InitLocalCache(), TSelVerifyDataSet::InitMembers(), TProof::InitMembers(), TMVA::TNeuron::InitNeuron(), RooRealIntegral::initNumIntegrator(), TMVA::DataSetFactory::InitOptions(), TProofPlayerRemote::InitPacketizer(), TGLPadPainter::InitPainter(), PyROOT::Utility::InitProxy(), TAuthenticate::InitRandom(), TProofResourcesStatic::InitResources(), TCling::InitRootmapFile(), TGLViewer::InitSecondaryObjects(), RooAbsTestStatistic::initSimMode(), RooAbsOptTestStatistic::initSlave(), TSQLFile::InitSqlDatabase(), TPacketizerAdaptive::InitStats(), TMVA::CostComplexityPruneTool::InitTreePruningMetaData(), TWinNTSystem::InitUsersGroups(), TSpider::InitVariables(), TASImage::InitVisual(), TGX11::InitWindow(), TMVA::MethodCFMlpANN_Utils::Innit(), RooSuperCategory::inRange(), RooAbsRealLValue::inRange(), TGText::InsChar(), TMVA::BinarySearchTree::Insert(), RooParamBinning::insertHook(), TGeoManager::InsertPNEId(), TEveManager::InsertVizDBEntry(), TGeoArb8::InsidePolygon(), TGText::InsLine(), TInspectCanvas::InspectObject(), TAlienPackage::InstallAllPackages(), TAlienPackage::InstallSinglePackage(), TVirtualDragManager::Instance(), TKDE::Instantiate(), RootCsg::instersect_poly_with_line_3d(), TGText::InsText(), RooIntegrator1D::integral(), TCutG::IntegralHist(), RooAbsReal::integralNameSuffix(), RooWorkspace::WSDir::InternalAppend(), TGraphDelaunay::Interpolate(), TGraphDelaunay::InterpolateOnPlane(), TGRegion::Intersect(), TGeoVoxelFinder::Intersect(), RootCsg::intersect(), RootCsg::intersect_2d_bounds_check(), RootCsg::intersect_2d_no_bounds_check(), RootCsg::intersect_polygons(), TGeoVoxelFinder::IntersectAndStore(), Intersection(), TMatrixTCramerInv::Inv2x2(), TMatrixTSymCramerInv::Inv2x2(), TMatrixTCramerInv::Inv3x3(), TMatrixTSymCramerInv::Inv3x3(), TMatrixTCramerInv::Inv4x4(), TMatrixTSymCramerInv::Inv4x4(), TMatrixTSymCramerInv::Inv5x5(), TMatrixTCramerInv::Inv5x5(), TMatrixTCramerInv::Inv6x6(), TMatrixTSymCramerInv::Inv6x6(), TGLClip::Invalidate(), TDSetElement::Invalidate(), TGLSceneBase::InvalidateBoundingBox(), TEveCaloViz::InvalidateCellIdCache(), TDecompChol::Invert(), TDecompBK::Invert(), TEveTrans::Invert(), TDecompLU::Invert(), TDecompQRH::Invert(), TDecompSVD::Invert(), TDecompLU::InvertLU(), TUnfold::InvertMSparseSymmPos(), TASPaletteEditor::InvertPalette(), TGridCollection::InvertSelection(), TEve3DProjection::Is2D(), TEveRhoZProjection::Is3D(), TEveRPhiProjection::Is3D(), TWinNTSystem::IsAbsoluteFileName(), TSystem::IsAbsoluteFileName(), Cppyy::IsAbstract(), TMonitor::IsActive(), TSecContext::IsActive(), TGFrame::IsActive(), TProofServ::IsActive(), TGeoVolume::IsAllInvisible(), TString::IsAlnum(), TString::IsAlpha(), TEveWindow::IsAncestorOf(), TDataMember::IsaPointer(), TStreamerElement::IsaPointer(), TStreamerSTL::IsaPointer(), TCollection::IsArgNull(), TGCompositeFrame::IsArranged(), TMVA::Option< T >::IsArrayOpt(), TString::IsAscii(), TGeoShape::IsAssembly(), TSocket::IsAuthenticated(), TStreamerElement::IsBase(), TStreamerSTL::IsBase(), TDataMember::IsBasic(), RooResolutionModel::isBasisSupported(), TString::IsBin(), isBinary(), RooAddition::isBinnedDistribution(), RooProduct::isBinnedDistribution(), RooRealSumPdf::isBinnedDistribution(), RooProdPdf::isBinnedDistribution(), RooAddPdf::isBinnedDistribution(), RooAbsReal::isBinnedDistribution(), Cppyy::IsBuiltin(), TPBHandleDSType::IsCheckCache(), TProofPlayer::IsClient(), TProofPlayerRemote::IsClient(), TView3D::IsClippedNDC(), TGeoShape::IsCloseToPhi(), TXMLEngine::IsCommentNode(), Cppyy::IsComplete(), TGeoShape::IsComposite(), TGFrame::IsComposite(), TGLite::IsConnected(), TGrid::IsConnected(), TSQLServer::IsConnected(), TParameter< Long64_t >::IsConst(), Cppyy::IsConstData(), Cppyy::IsConstMethod(), Cppyy::IsConstructor(), TXMLEngine::IsContentNode(), RooResolutionModel::isConvolved(), TPBHandleDSType::IsCopyFiles(), TGeoShape::IsCrossingSemiplane(), TGeoPgon::IsCrossingSlice(), TGeoShapeAssembly::IsCylType(), TGeoHalfSpace::IsCylType(), TGeoTrd1::IsCylType(), TGeoCompositeShape::IsCylType(), TGeoTrd2::IsCylType(), TGeoPara::IsCylType(), TGeoBBox::IsCylType(), TGeoSphere::IsCylType(), TGeoArb8::IsCylType(), TProof::IsDataReady(), TString::IsDec(), RooConstVar::isDerived(), RooCategory::isDerived(), RooRealVar::isDerived(), TMVA::SVWorkingSet::IsDiffSignificant(), TString::IsDigit(), RooProdPdf::isDirectGenSafe(), RooAddModel::isDirectGenSafe(), RooAbsPdf::isDirectGenSafe(), TDocParser::IsDirective(), TSystemFile::IsDirectory(), TAlienPackage::IsDirectory(), TVirtualX::IsDNDAware(), TGCocoa::IsDNDAware(), TGX11::IsDNDAware(), TGWin32::IsDNDAware(), TRootSniffer::IsDrawableClass(), TGNumberEntryField::IsEditable(), TImage::IsEditable(), TGFrame::IsEditable(), TGNumberEntry::IsEditable(), TFileSet::IsEmpty(), TDataSet::IsEmpty(), TGTab::IsEnabled(), TGPopupMenu::IsEntryChecked(), TGPopupMenu::IsEntryEnabled(), TGPopupMenu::IsEntryHidden(), TGPopupMenu::IsEntryRChecked(), TDataMember::IsEnum(), Cppyy::IsEnumData(), TGeoMaterial::IsEq(), TGeoMixture::IsEq(), TObjString::IsEqual(), TQCommand::IsEqual(), TSlaveInfo::IsEqual(), ROOT::Internal::TFriendProxyDescriptor::IsEquivalent(), ROOT::Internal::TBranchProxyClassDescriptor::IsEquivalent(), TGButton::IsExclusiveToggle(), TGeoPainter::IsExplodedView(), TSystem::IsFileInIncludePath(), THttpServer::IsFileRequested(), TRecorderRecording::IsFiltered(), TFitter::IsFixed(), TFumili::IsFixed(), TColumnView::IsFolder(), TBranchSTL::IsFolder(), THbookKey::IsFolder(), TGeoTrack::IsFolder(), TVolumePosition::IsFolder(), TNode::IsFolder(), TGeoOverlap::IsFolder(), TKey::IsFolder(), TMapFile::IsFolder(), TGeoNode::IsFolder(), TTable::IsFolder(), TObject::IsFolder(), ROOT::Internal::THnBaseBrowsable::IsFolder(), RooVectorDataStore::isFullReal(), RooAbsArg::isFundamental(), IsGoodChar(), TRootGuiBuilder::IsGrabButtonDown(), TImage::IsGray(), TString::IsHex(), TPBHistType::IsHist1D(), TPBHistType::IsHist2D(), TPBHistType::IsHist3D(), TPBHistType::IsHistAll(), RooAbsString::isIdentical(), RooAbsCategory::isIdentical(), Roo1DTable::isIdentical(), RooCurve::isIdentical(), RooHist::isIdentical(), RooAbsReal::isIdentical(), RooFitResult::isIdentical(), TRotation::IsIdentity(), TLorentzRotation::IsIdentity(), TProofDesc::IsIdle(), TProof::IsIdle(), TGeoPolygon::IsIllegalCheck(), TString::IsInBaseN(), TGLBoxCut::IsInCut(), TThread::IsInitialized(), TGeoShape::IsInPhiRange(), TGeoManager::IsInPhiRange(), TFFTComplex::IsInplace(), TFFTComplexReal::IsInplace(), TFFTRealComplex::IsInplace(), TFFTReal::IsInplace(), RooArgSet::isInRange(), THnBase::IsInRange(), THistPainter::IsInside(), TGLHistPainter::IsInside(), TF3::IsInside(), TF2::IsInside(), TMath::IsInside(), TFormLeafInfoReference::IsInteger(), TFormLeafInfo::IsInteger(), TTreeFormula::IsInteger(), TFormLeafInfoMethod::IsInteger(), TH2Poly::IsIntersecting(), TH2Poly::IsIntersectingPolygon(), TVirtualGeoTrack::IsInTimeRange(), TSystemDirectory::IsItDirectory(), RooLinearVar::isJacobianOK(), TKeySQL::IsKeyModified(), TGFrame::IsLayoutBroken(), TTreeFormula::IsLeafInteger(), TTreeFormula::IsLeafString(), TFileCacheRead::IsLearning(), TROOT::IsLineProcessing(), TProof::IsLite(), ROOT::Internal::TBranchProxyClassDescriptor::IsLoaded(), TCling::IsLoaded(), TCanvasImp::IsLocked(), RooAbsArg::isLValue(), TProofNodeInfo::IsMaster(), TProofLogElem::IsMaster(), TGeoPhysicalNode::IsMatchingState(), TGMdiMainFrame::IsMaximized(), TProofOutputFile::IsMerge(), TMethodBrowsable::IsMethodBrowsable(), Cppyy::IsMethodTemplate(), TGMdiMainFrame::IsMinimized(), TBranchElement::IsMissingCollection(), TGeoMaterial::IsMixture(), TDocOutput::IsModified(), TVirtualMC::IsMT(), TSQLFile::IsMySQL(), TDocParser::IsName(), Cppyy::IsNamespace(), RooDataHist::isNonPoissonWeighted(), RooDataSet::isNonPoissonWeighted(), RooAbsData::isNonPoissonWeighted(), TSQLiteStatement::IsNull(), TOracleStatement::IsNull(), TGeoBBox::IsNullBox(), TGDMLWrite::IsNullParam(), TSQLStructure::IsNumericType(), IsObjectEditable(), TString::IsOct(), TSQLFile::IsODBC(), RooAbsReal::isOffsetting(), TStatus::IsOk(), TStreamerElement::IsOldFormat(), TGeoPatternFinder::IsOnBoundary(), TGeoPatternX::IsOnBoundary(), TGeoPatternY::IsOnBoundary(), TGeoPatternZ::IsOnBoundary(), TGeoPatternParaX::IsOnBoundary(), TGeoPatternParaY::IsOnBoundary(), TGeoPatternParaZ::IsOnBoundary(), TGeoPatternTrapZ::IsOnBoundary(), TGeoPatternCylR::IsOnBoundary(), TGeoPatternCylPhi::IsOnBoundary(), TGeoPatternSphPhi::IsOnBoundary(), TAlienCollection::IsOnline(), TXNetSystem::IsOnline(), TGeoNode::IsOnScreen(), TEveProjection::IsOnSubSpaceBoundrary(), TLeafObject::IsOnTerminalBranch(), TLeafElement::IsOnTerminalBranch(), THbookFile::IsOpen(), TNetFile::IsOpen(), TWebFile::IsOpen(), TFTP::IsOpen(), TFileIter::IsOpen(), TXNetFile::IsOpen(), TFile::IsOpen(), TSQLFile::IsOracle(), TGLCamera::IsOrthographic(), TGeoBranchArray::IsOutside(), TGLScene::IsOutside(), TFolder::IsOwner(), TProofServ::IsParallel(), TProof::IsParallel(), TTreeCacheUnzip::IsParallelUnzip(), RooAbsBinning::isParameterized(), IsParentOfGrab(), TDavixSystem::IsPathLocal(), TXNetSystem::IsPathLocal(), TSystem::IsPathLocal(), TGLCamera::IsPerspective(), TGeoSphere::IsPointInside(), TGeoXtru::IsPointInsidePlane(), TGuiBldDragManager::IsPointVisible(), TMVA::Option< T >::IsPreDefinedValLocal(), TParticle::IsPrimary(), TProofBenchDataSet::IsProof(), TProof::IsProofd(), TROOT::IsProofServ(), Cppyy::IsPublicMethod(), RooStreamParser::isPunctChar(), TTreeCacheUnzip::IsQueueEmpty(), TGeoElement::IsRadioNuclide(), TPBReadType::IsReadFull(), TPBReadType::IsReadNo(), TPBReadType::IsReadOpt(), TRootSnifferScanRec::IsReadyForResult(), TFormLeafInfo::IsReference(), TLDAPEntry::IsReferral(), TGeoShape::IsReflected(), TProofOutputFile::IsRegister(), TPBHandleDSType::IsReleaseCache(), TPBHandleDSType::IsRemoveFiles(), TProofOutputFile::IsRetrieve(), TGeoHelix::IsRightHanded(), TGeoPolygon::IsRightSided(), TROOT::IsRootFile(), TGeoMatrix::IsRotAboutZ(), TProofDesc::IsRunning(), TGeoNavigator::IsSafeStep(), TGeoVoxelFinder::IsSafeVoxel(), TGeoNavigator::IsSameLocation(), TGeoArb8::IsSamePoint(), TGeoNavigator::IsSamePoint(), TGeoShape::IsSameWithinTolerance(), TEveTrans::IsScale(), TGLMatrix::IsScalingForRender(), TGeoPolygon::IsSegConvex(), TGeoShape::IsSegCrossing(), TAlienCollection::IsSelected(), TGuiBldDragManager::IsSelectedVisible(), TRootGuiBuilder::IsSelectMode(), TClassMenuItem::IsSeparator(), TXSocket::IsServProofd(), TQCommand::IsSetter(), RooAbsArg::isShapeDirty(), RooAbsArg::isShapeServer(), RooParamBinning::isShareable(), TProofDesc::IsShuttingDown(), TMVA::MethodBase::IsSignalLike(), RooAbsCategory::isSignType(), TBuffer3DSphere::IsSolidUncut(), TObject::IsSortable(), TTreeDrawArgsParser::IsSpecified(), TNetXNGFileStager::IsStaged(), TNetFileStager::IsStaged(), TXNetFileStager::IsStaged(), TFileStager::IsStaged(), TSelector::IsStandardDraw(), TClassMenuItem::IsStandardList(), RooCategory::isStateInRange(), Cppyy::IsStaticMethod(), TRootSniffer::IsStreamerInfoItem(), TFormLeafInfoReference::IsString(), TFormLeafInfo::IsString(), TTreeFormula::IsString(), TFormLeafInfoNumerical::IsString(), TGeoVolume::IsStyleDefault(), TProofNodeInfo::IsSubMaster(), TProofLogElem::IsSubMaster(), TMatrixTBase< Element >::IsSymmetric(), IsTextFile(), TGButton::IsToggleButton(), TGeoVolume::IsTopVolume(), TStreamerElement::IsTransient(), TAttFill::IsTransparent(), TGQuartz::IsTTFStringVisible(), TGeoArb8::IsTwisted(), RooCintUtils::isTypeDef(), RooAbsBinning::isUniform(), TNetXNGFile::IsUseable(), TMySQLResult::IsValid(), TMySQLRow::IsValid(), TSQLiteRow::IsValid(), TSQLiteResult::IsValid(), TPgSQLResult::IsValid(), TPgSQLRow::IsValid(), TOracleRow::IsValid(), TTreeRow::IsValid(), TSapDBResult::IsValid(), TSapDBRow::IsValid(), TNetXNGFileStager::IsValid(), TTreeResult::IsValid(), TNetFileStager::IsValid(), TTableMap::IsValid(), TXNetFileStager::IsValid(), TOracleResult::IsValid(), TRef::IsValid(), TIndexTable::IsValid(), TProofMonSender::IsValid(), TProcessID::IsValid(), TInetAddress::IsValid(), TPSocket::IsValid(), TUrl::IsValid(), TMethodCall::IsValid(), TProofPerfAnalysis::IsValid(), TApplicationRemote::IsValid(), TASLogHandler::IsValid(), TUDPSocket::IsValid(), TSlave::IsValid(), TSocket::IsValid(), TXSocket::IsValid(), TASImage::IsValid(), TGeoRotation::IsValid(), TXSockPipe::IsValid(), TProofServLogHandler::IsValid(), TF1::IsValid(), TGeoBBox::IsValidBox(), RooWorkspace::isValidCPPID(), RooCintUtils::isValidEnumValue(), RooAbsCategory::isValidIndex(), RooAbsCategory::isValidLabel(), RooAbsRealLValue::isValidReal(), RooAbsString::isValidString(), TXMLSetup::IsValidXmlSetup(), RooAbsArg::isValueDirty(), RooAbsArg::isValueDirtyAndClear(), RooAbsArg::isValueOrShapeDirtyAndClear(), RooAbsArg::isValueServer(), TGX11TTF::IsVisible(), TGWin32::IsVisible(), TGeoVolumeAssembly::IsVisible(), TGCompositeFrame::IsVisible(), TGHtml::IsVisited(), TGeoManager::IsVisLeaves(), TGeoVolume::IsVolumeMulti(), TProofServ::IsWaiting(), RooCompositeDataStore::isWeighted(), RooAbsData::isWeighted(), TDocParser::IsWord(), TProofNodeInfo::IsWorker(), TProofLogElem::IsWorker(), TRootSnifferStore::IsXml(), TXMLEngine::IsXmlNode(), TEveGListTreeEditorFrame::ItemBelowMouse(), TEveGListTreeEditorFrame::ItemKeyPress(), TGView::ItemLayout(), TProofPlayer::JoinProcess(), TProofPlayerRemote::JoinProcess(), TBufferJSON::JsonStreamCollection(), TEvePlot3DGL::KeepDuringSmartRefresh(), TF2GL::KeepDuringSmartRefresh(), TGLParametricEquationGL::KeepDuringSmartRefresh(), TGLPlot3D::KeepDuringSmartRefresh(), TGLLogicalShape::KeepDuringSmartRefresh(), TGLite::Kill(), TGrid::Kill(), TAlien::KillById(), TGrid::KillById(), TH2::KolmogorovTest(), TH3::KolmogorovTest(), TMath::KolmogorovTest(), TH1::KolmogorovTest(), TRobustEstimator::KOrdStat(), TMath::KOrdStat(), Krb5Authenticate(), TProfile::LabelsOption(), TProfile2D::LabelsOption(), TH1::LabelsOption(), TProofPerfAnalysis::LatencyPlot(), TGView::Layout(), TGNumberEntryField::Layout(), TGXYLayout::Layout(), TGListView::Layout(), TGVerticalLayout::Layout(), TGHorizontalLayout::Layout(), TGRowLayout::Layout(), TGColumnLayout::Layout(), TGCanvas::Layout(), TGMatrixLayout::Layout(), TGMdiDecorFrame::Layout(), TGTileLayout::Layout(), TGListLayout::Layout(), TGListDetailsLayout::Layout(), TGListBox::Layout(), TGMenuBar::Layout(), TGListView::LayoutHeader(), TGuiBldHintsEditor::LayoutSubframes(), TCling::LazyFunctionCreatorAutoload(), RooAbsArg::leafNodeServerList(), TTreeCache::LearnPrefill(), TMVA::likelihoodrefs(), TEveTrackPropagator::LineIntersectPlane(), TMVA::MethodMLP::LineSearch(), TLinearFitter::Linf(), RooFit::Link(), TASPaletteEditor::LinPalette(), TClassDocOutput::ListFunctions(), TList::LnkCompare(), TGText::Load(), TProof::Load(), TGText::LoadBuffer(), TGTextView::LoadBuffer(), TClass::LoadClassInfo(), TTreeFormula::LoadCurrentDim(), TGTextEditor::LoadFile(), TGTextView::LoadFile(), TPluginManager::LoadHandlerMacros(), TPluginManager::LoadHandlersFromPluginDirs(), TFITSHDU::LoadHDU(), TCling::LoadLibraryMap(), TEveUtil::LoadMacro(), TProof::LoadPackage(), TCling::LoadPCM(), TPluginHandler::LoadPlugin(), RooWorkspace::loadSnapshot(), TInterpreter::LoadText(), TChain::LoadTree(), TTree::LoadTree(), RooConvIntegrandBinding::loadValues(), RooRealBinding::loadValues(), RooTreeDataStore::loadValues(), RooVectorDataStore::loadValues(), TMultiLayerPerceptron::LoadWeights(), TSQLObjectData::LocateColumn(), TSQLStructure::LocateElementColumn(), TDocParser::LocateMethodInCurrentLine(), TDocParser::LocateMethods(), TDocParser::LocateMethodsInHeaderInline(), TDocParser::LocateMethodsInSource(), TLockFile::Lock(), TGLLockable::LockValid(), RooAbsReal::logEvalError(), TProof::LogMessage(), TASPaletteEditor::LogPalette(), TProofLog::LogToBox(), TDSetElement::Lookup(), TDSet::Lookup(), TGX11::LookupString(), TGWin32::LookupString(), TGridCollection::LookupSUrls(), TAlienCollection::LookupSUrls(), TEveTrackPropagator::LoopToLineSegment(), TEveTrackPropagator::LoopToVertex(), TGraphSmooth::Lowest(), TProofOutputList::ls(), TDirectoryFile::ls(), TDirectory::ls(), TStreamerInfo::ls(), TEveUtil::Macro(), RooClassFactory::makeAndCompileFunction(), RooClassFactory::makeAndCompilePdf(), TKDTree< Index, Value >::MakeBoundaries(), TGeoBoolNode::MakeBranch(), TEveGeoPolyShape::MakeBuffer3D(), TGeoTorus::MakeBuffer3D(), TGeoSphere::MakeBuffer3D(), TGeoPgon::MakeBuffer3D(), TGeoPcon::MakeBuffer3D(), TGeoChecker::MakeCheckOverlap(), RooClassFactory::makeClass(), TTreePlayer::MakeClass(), TTabCom::MakeClassFromVarName(), TGeoBranchArray::MakeCopyAt(), TGLContext::MakeCurrent(), TMVA::RuleCut::MakeCuts(), TProofBench::MakeDataSet(), TNetSystem::MakeDirectory(), RooCurve::makeErrorBand(), TGFontPool::MakeFont(), RooProduct::makeFPName(), RooClassFactory::makeFunction(), TMVA::RuleFitParams::MakeGDPath(), TPrincipal::MakeHistograms(), TGeoBranchArray::MakeInstanceAt(), TVirtualX::MakeOpenGLContextCurrent(), TGCocoa::MakeOpenGLContextCurrent(), TEvePolygonSetProjected::MakePolygonsFromBS(), TFile::MakeProject(), TProofServ::MakeQueryResult(), TPrincipal::MakeRealCode(), TMultiDimFit::MakeRealCode(), TEveCaloLegoEditor::MakeRebinFrame(), TGeoVolume::MakeReflectedVolume(), RooProdPdf::makeRGPPName(), TMVA::RuleEnsemble::MakeRuleMap(), TEveCaloVizEditor::MakeSliceInfo(), RooSimWSTool::makeSplitName(), TEveTrackProjected::MakeTrack(), TEveTrack::MakeTrack(), TClassDocOutput::MakeTree(), RooMappedCategory::map(), TTreeViewer::MapBranch(), TGWin32::MapEvent(), TGX11::MapEvent(), TTreeViewer::MapTree(), TProof::MarkBad(), RooMsgService::StreamConfig::match(), RooAbsReal::matchArgsByName(), TNetXNGFileStager::Matches(), TNetFileStager::Matches(), TXNetFileStager::Matches(), TFileStager::Matches(), RooExpensiveObjectCache::ExpensiveObject::matches(), TNetFile::Matches(), TQueryResult::Matches(), TFile::Matches(), TFileOpenHandle::Matches(), TVectorT< Element >::MatchesNonZeroPattern(), THtml::TFileDefinition::MatchFileSysName(), TGGCPool::MatchGC(), TStreamerInfo::MatchLegacyCheckSum(), TClass::MatchLegacyCheckSum(), TXProofMgr::MatchUrl(), TProofMgr::MatchUrl(), TGDMLParse::MatProcess(), TGuiBldHintsEditor::MatrixLayout(), TRootGuiBuilder::MaybeCloseWindow(), TString::MaybeRegexp(), TString::MaybeWildcard(), TGeoNode::MayOverlap(), RooStats::MCMCCalculator::MCMCCalculator(), RooAbsReal::mean(), RooAbsData::meanVar(), TMath::Median(), MemIsEqual(), TTree::MemoryFull(), TAlienMasterJob::Merge(), TProfileHelper::Merge(), TOutputListSelectorDataMap::Merge(), TSeqCollection::Merge(), TH2::Merge(), RooDataSet::merge(), TH3::Merge(), TProofOutputFile::Merge(), TChain::Merge(), TH1::Merge(), TProofPlayerRemote::MergeOutputFiles(), TFileMerger::MergeRecursive(), TTree::MergeTrees(), TMVA::MethodC50::MethodC50(), TPython::MethodProxy_Check(), TPython::MethodProxy_CheckExact(), TMVA::MethodRSNNS::MethodRSNNS(), TGMdiMainFrame::Minimize(), RooMinimizer::minos(), TVirtualMCApplication::MisalignGeometry(), RooCmdConfig::missingArgs(), TGLite::Mkdir(), TAlien::Mkdir(), TGrid::Mkdir(), TMinuit::mncomd(), TMinuit::mncros(), TMinuit::mnexcm(), TMinuit::mnexin(), TMinuit::mngrad(), TMinuit::mninit(), TMinuit::mnmigr(), TMinuit::mnmnot(), TMinuit::mnparm(), TMinuit::mnplot(), TMinuit::mnrset(), TMinuit::mnset(), TMinuit::mnunpt(), TProof::ModifyWorkerLists(), TStyleManager::ModPaperSizePredef(), MonitoredTFileInfo(), TGLManipSet::MouseEnter(), TGLOverlayElement::MouseEnter(), TGLCameraGuide::MouseLeave(), TGLManipSet::MouseLeave(), TGLAnnotation::MouseLeave(), TSystemFile::Move(), RooList::moveAfter(), RooList::moveBefore(), TMVA::DataSet::MoveTrainingBlock(), RooFit::MultiArg(), TMVA::MultiClassActionButton(), MultiGraphFitChisquare(), TProfile::Multiply(), TProfile2D::Multiply(), TProfile3D::Multiply(), THnBase::Multiply(), TH1::Multiply(), TClonesArray::MultiSort(), TEveTrans::MultLeft(), TEveTrans::MultRight(), RooVectorDataStore::RealVector::needRecalc(), TVirtualX::NeedRedraw(), TGCocoa::NeedRedraw(), TGeoShapeAssembly::NeedsBBoxRecompute(), TGenericCollectionIterator::New(), TClass::New(), TClass::NewArray(), TSVG::NewPage(), TPostScript::NewPage(), TASPaletteEditor::NewPalette(), TRootGuiBuilder::NewProject(), TEveChunkManager::iterator::next(), TExMapIter::Next(), TViewPubDataMembersIter::Next(), TViewPubFunctionsIter::Next(), TGeoIterator::Next(), RooGrid::nextBox(), TGX11::NextEvent(), TGWin32::NextEvent(), TFileIter::NextEventKey(), TSQLiteStatement::NextIteration(), TPgSQLStatement::NextIteration(), TOracleStatement::NextIteration(), TMySQLStatement::NextIteration(), TODBCStatement::NextIteration(), TMVA::TMVAGlob::NextKey(), TSQLiteStatement::NextResultRow(), TPgSQLStatement::NextResultRow(), TMySQLStatement::NextResultRow(), TOracleStatement::NextResultRow(), TODBCStatement::NextResultRow(), TSystem::NextTimeOut(), TStringToken::NextToken(), TProofProgressLog::NoLineEntry(), TGeoGenTrans::Normalize(), TMVA::BinarySearchTree::NormalizeTree(), TLeafObject::Notify(), TMessageHandler::Notify(), TFileHandler::Notify(), TProofDraw::Notify(), TObject::Notify(), TSignalHandler::Notify(), TViewTimer::Notify(), TStdExceptionHandler::Notify(), TThreadTimer::Notify(), TGLRedrawTimer::Notify(), TProof::NotifyLogMsg(), TDataSetManagerFile::NotifyUpdate(), TPython::ObjectProxy_Check(), TPython::ObjectProxy_CheckExact(), TPython::ObjectProxy_FromVoidPtr(), TGLCamera::OfInterest(), RooCmdConfig::ok(), TSlave::OldAuthSetup(), TProofServ::OldAuthSetup(), OldSlaveAuthSetup(), TGLBContainer::OnAutoScroll(), TSessionQueryFrame::OnBtnAbort(), TSessionServerFrame::OnBtnAddClicked(), TSessionFrame::OnBtnAddClicked(), TSessionServerFrame::OnBtnConnectClicked(), TSessionFrame::OnBtnDisconnectClicked(), TSessionQueryFrame::OnBtnFinalize(), TSessionFrame::OnBtnGetQueriesClicked(), TEditQueryFrame::OnBtnSave(), TNewQueryDlg::OnBtnSaveClicked(), TSessionQueryFrame::OnBtnStop(), TSessionQueryFrame::OnBtnSubmit(), TSessionFrame::OnClearPackages(), TSessionFrame::OnDisablePackages(), TSessionOutputFrame::OnElementDblClicked(), TSessionViewer::OnListTreeClicked(), TEveViewerList::OnMouseOver(), TSVG::Open(), TTeXDump::Open(), TPDF::Open(), TAlienFile::Open(), TXNetFile::Open(), TPostScript::Open(), TFile::Open(), TProof::Open(), TGLScenePad::OpenComposite(), TGLViewer::OpenComposite(), TFTP::OpenDirectory(), TNetSystem::OpenDirectory(), TGWin32::OpenDisplay(), TGLRnrCtx::OpenDLCapture(), TFileMerger::OpenExcessFiles(), TFile::OpenFromCache(), TGX11::OpenPixmap(), TRootGuiBuilder::OpenProject(), TMVA::RuleFitAPI::OpenRFile(), TQuaternion::operator!=(), TRotation::operator!=(), TLorentzRotation::operator!=(), TGeoBranchArray::operator!=(), TVector3::operator!=(), TVectorT< Element >::operator!=(), TMatrixTBase< Element >::operator!=(), operator!=(), RooDataProjBinding::operator()(), TConvertClonesArrayToProxy::operator()(), TConvertMapToProxy::operator()(), TVectorT< Element >::operator*=(), TMatrixT< Element >::operator*=(), TMatrixTSub< Element >::operator*=(), RooNameSet::operator<(), TGeoBranchArray::operator<(), TVectorT< Element >::operator<(), TMatrixTBase< Element >::operator<(), TGeoBranchArray::operator<=(), TVectorT< Element >::operator<=(), TMatrixTBase< Element >::operator<=(), TGeoPcon::operator=(), TGeoManager::operator=(), TObjArray::operator=(), TEfficiency::operator=(), TGeoScale::operator=(), TGeoIterator::operator=(), TDsKey::operator==(), RooAbsString::operator==(), RooAbsCategory::operator==(), ROOT::TSchemaRule::operator==(), TQuaternion::operator==(), TRotation::operator==(), TGeoMatrix::operator==(), RooMultiVarGaussian::BitBlock::operator==(), RooAbsReal::operator==(), TLorentzRotation::operator==(), operator==(), TGeoBranchArray::operator==(), TVector3::operator==(), TVectorT< Element >::operator==(), TMatrixTBase< Element >::operator==(), TTableRange::operator==(), TGeoBranchArray::operator>(), TVectorT< Element >::operator>(), TMatrixTBase< Element >::operator>(), TGeoBranchArray::operator>=(), TVectorT< Element >::operator>=(), TMatrixTBase< Element >::operator>=(), TMVA::operator>>(), operator>>(), TGeoChecker::OpProgress(), RooAbsOptTestStatistic::optimizeCaching(), RooAbsOptTestStatistic::optimizeConstantTerms(), RooAbsData::optimizeReadingWithCaching(), TMVA::OptimizeConfigParameters::optimizeScan(), TObjArray::OutOfBoundsError(), TRefArray::OutOfBoundsError(), TTable::OutOfBoundsError(), ROOT::Internal::TBranchProxyClassDescriptor::OutputDecl(), TFileMerger::OutputFile(), TGeoPolygon::OutscribedConvex(), TAlienCollection::OverlapCollection(), RooAbsCollection::overlaps(), TVirtualPad::PadInHighlightMode(), TVirtualPad::PadInSelectionMode(), TGLViewer::PadPaint(), TEveGeoShape::Paint(), TSpline::Paint(), TGraphPolargram::Paint(), TPolyLineShape::Paint(), TPolyLine3D::Paint(), TPolyMarker3D::Paint(), THStack::Paint(), TGeoTrack::Paint(), THistPainter::Paint(), TMultiGraph::Paint(), TGLHistPainter::Paint(), TMarker3DBox::Paint(), TGraph2DPainter::Paint(), TGeoBoolNode::Paint(), TPie::Paint(), TASImage::Paint(), TEveGeoTopNode::Paint(), TGeoPainter::Paint(), TGLPlotPainter::Paint(), TPad::Paint(), TF1::Paint(), THistPainter::PaintAxis(), TAxis3D::PaintAxis(), TGaxis::PaintAxis(), THistPainter::PaintBarH(), THistPainter::PaintBoxes(), TGeoTrack::PaintCollect(), TGeoTrack::PaintCollectTrack(), TGeoCompositeShape::PaintComposite(), THistPainter::PaintContourLine(), TParallelCoord::PaintEntries(), THistPainter::PaintErrors(), TQRootCanvas::paintEvent(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGraphPolar(), TLatex::PaintLatex1(), THistPainter::PaintLego(), TPad::PaintModified(), TGeoPainter::PaintOverlap(), TPave::PaintPaveArc(), TGeoPainter::PaintPhysicalNode(), TPad::PaintPolyLine(), TMultiGraph::PaintPolyLine3D(), TGraphPainter::PaintPolyLineHatches(), TLegend::PaintPrimitives(), TGraphPolargram::PaintRadialDivisions(), THistPainter::PaintScatterPlot(), THistPainter::PaintSpecialObjects(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TGraphPainter::PaintStats(), THistPainter::PaintTable(), THistPainter::PaintText(), THistPainter::PaintTH2PolyBins(), TGeoTrack::PaintTrack(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), TGeoPainter::PaintVolume(), TTreeDrawArgsParser::Parse(), TGeoManager::Parse(), TGX11::ParseColor(), TGWin32::ParseColor(), TProof::ParseConfigField(), TDataSetManagerAliEn::ParseCustomFindUri(), TGFontPool::ParseFontName(), TGDMLParse::ParseGDML(), TDataSetManagerFile::ParseInitOpts(), TTreeDrawArgsParser::ParseName(), TDataSetManagerAliEn::ParseOfficialDataUri(), TTreeDrawArgsParser::ParseOption(), TMVA::Configurable::ParseOptions(), TS3WebFile::ParseOptions(), TGLHistPainter::ParsePaintOption(), TApplication::ParseRemoteLine(), TGHtml::ParseText(), TChain::ParseTreeFilename(), TDataSetManager::ParseUri(), TArchiveFile::ParseUrl(), TTreeDrawArgsParser::ParseVarExp(), TTreeFormula::ParseWithLeaf(), TGFontPool::ParseXLFD(), TAlienCollection::ParseXML(), TFileMerger::PartialMerge(), TGTextEdit::Paste(), TRecorderReplaying::Pause(), RooStats::PdfProposal::PdfProposal(), TSQLStructure::PerformConversion(), QuartzView::performDragOperation:, TMath::Permute(), TPad::Pick(), TXSocket::PickUpReady(), TMySQLServer::Ping(), TXSocket::Ping(), TMySQLServer::PingVerify(), TSQLServer::PingVerify(), TGPopupMenu::PlaceMenu(), TGColorPopup::PlacePopup(), TMVA::TMVAGlob::plot_logo(), RooAbsData::plotAsymOn(), RooAbsReal::plotAsymOn(), RooMCStudy::plotError(), RooSimultaneous::plotOn(), RooAbsPdf::plotOn(), RooDataHist::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnCompSelect(), RooAbsReal::plotOnWithErrorBand(), RooMCStudy::plotPull(), RooAddition::plotSamplingHint(), RooRealSumPdf::plotSamplingHint(), RooAddPdf::plotSamplingHint(), RooAbsReal::plotSanityChecks(), TGLPlotPainter::PlotSelected(), TMVA::TransformationHandler::PlotVariables(), RootCsg::point_in_polygon_test_3d(), TVirtualX::PointInRegion(), TGCocoa::PointInRegion(), TProofLite::PollForNewWorkers(), TProof::PollForNewWorkers(), RootCsg::polygon_mid_point_ray(), TGenCollectionProxy::PopProxy(), TAlienPackage::PostInstall(), TClass::PostLoadCheck(), TGLViewerBase::PostRender(), RooStats::FrequentistCalculator::PreAltHook(), TFileCacheRead::Prefetch(), RooStats::FrequentistCalculator::PreNullHook(), TGridCollection::Prepare(), TXNetSystem::Prepare(), TSQLObjectData::PrepareForRawData(), TProof::PrepareInputDataFile(), TRecorderReplaying::PrepareNextEvent(), TGLLegoPainter::PreparePalette(), TGLSurfacePainter::PreparePalette(), TMVA::VariablePCATransform::PrepareTransformation(), TMVA::VariableDecorrTransform::PrepareTransformation(), TEventIterTree::PreProcessEvent(), TGLViewerBase::PreRender(), TEveProjection::PreScaleVariable(), TTreePlayer::Principal(), TProofOutputList::Print(), RooListProxy::print(), TAlienMasterJobStatus::Print(), RooSetProxy::print(), TTreeIndex::Print(), TPrincipal::Print(), TClassTable::Print(), TGTextEdit::Print(), TGLayoutHints::Print(), TGeoVoxelFinder::Print(), TTable::Print(), RooWorkspace::Print(), TQueryResult::Print(), RooMsgService::Print(), TSlaveInfo::Print(), TPad::Print(), RooAbsGenContext::printArgs(), RooAbsDataStore::printArgs(), RooDataHist::printArgs(), RooDataSet::printArgs(), RooAbsArg::printAttribList(), THnBase::PrintBin(), TRootCanvas::PrintCanvas(), TFileCollection::PrintDetailed(), RooAbsArg::printDirty(), RooStats::PrintListContent(), RooAddition::printMetaArgs(), RooMappedCategory::printMetaArgs(), RooProduct::printMetaArgs(), RooRealSumPdf::printMetaArgs(), RooProdPdf::printMetaArgs(), RooAddModel::printMetaArgs(), RooAddPdf::printMetaArgs(), RooFitResult::printMultiline(), TMVA::Configurable::PrintOptions(), TProof::PrintProgress(), RooPlot::printValue(), RooAbsCollection::printValue(), TMVA::probas(), TProofPlayerLite::Process(), TSelHandleDataSet::Process(), TPySelector::Process(), RooCmdConfig::process(), TSQLiteStatement::Process(), TSelector::Process(), TSelEventGen::Process(), TSelectorCint::Process(), TSelVerifyDataSet::Process(), TPgSQLStatement::Process(), TOracleStatement::Process(), TMySQLStatement::Process(), TSelectorDraw::Process(), TProofLite::Process(), TSelEvent::Process(), TTreePlayer::Process(), TProofPlayer::Process(), TProofPlayerRemote::Process(), TProof::Process(), RooChi2MCSModule::processAfterFit(), RooDLLSignificanceMCSModule::processAfterFit(), RooStats::UpperLimitMCSModule::processBetweenGenAndFit(), ROOT::TSchemaRule::ProcessChecksum(), TDocParser::ProcessComment(), RooFactoryWSTool::processCompositeExpression(), TSelectorCint::ProcessCut(), TDocOutput::ProcessDocInDir(), TGLSurfacePainter::ProcessEvent(), TProcessEventTimer::ProcessEvents(), TSystem::ProcessEvents(), TDataSetManager::ProcessFile(), TGHtml::ProcessFrame(), TGLSAViewer::ProcessFrameMessage(), TS3WebFile::ProcessHttpHeader(), TGClient::ProcessIdleEvent(), TApplicationServer::ProcessLine(), TROOT::ProcessLine(), TRint::ProcessLineNr(), TAttTextEditor::ProcessMessage(), TNewChainDlg::ProcessMessage(), TGEventHandler::ProcessMessage(), TGFontDialog::ProcessMessage(), TGSearchDialog::ProcessMessage(), TGTextEditor::ProcessMessage(), TGFileDialog::ProcessMessage(), TGShutter::ProcessMessage(), TGPrintDialog::ProcessMessage(), TGTextEdit::ProcessMessage(), TestDialog::ProcessMessage(), TRootCanvas::ProcessMessage(), TRootBrowserLite::ProcessMessage(), TTreeViewer::ProcessMessage(), TGFrame::ProcessMessage(), TGCompositeFrame::ProcessMessage(), TSessionViewer::ProcessMessage(), TProofServ::ProcessNext(), TGClient::ProcessOneEvent(), TMVA::MethodDT::ProcessOptions(), TMVA::MethodBDT::ProcessOptions(), TMVA::MethodCuts::ProcessOptions(), TMVA::MethodRuleFit::ProcessOptions(), TBufferXML::ProcessPointer(), RooProdPdf::processProductTerm(), THttpServer::ProcessRequest(), TEveSceneList::ProcessSceneChanges(), TEveCaloData::ProcessSelection(), RooFactoryWSTool::processSingleExpression(), TGHtml::ProcessToken(), TXSocket::ProcessUnsolicitedMsg(), ROOT::TSchemaRule::ProcessVersion(), RooFactoryWSTool::prod(), TRootSniffer::Produce(), TRootSniffer::ProduceBinary(), TSQLFile::ProduceClassSelectQuery(), TXMLPlayer::ProduceCode(), TRootSniffer::ProduceExe(), TXMLFile::ProduceFileNames(), TRootSniffer::ProduceImage(), TRootSniffer::ProduceJson(), TRootSniffer::ProduceMulti(), TRootSniffer::ProduceXml(), RooMinuit::profileStart(), RooMinimizer::profileStart(), TProofProgressDialog::Progress(), TSessionQueryFrame::Progress(), TSessionQueryFrame::ProgressLocal(), TH3::Project3D(), TH3::Project3DProfile(), TEveProjectionManager::ProjectChildrenRecurse(), THnBase::ProjectionAny(), TProfile::ProjectionX(), TProfile2D::ProjectionXY(), TProfile3D::ProjectionXYZ(), TProof::Prompt(), TAuthenticate::PromptPasswd(), TAuthenticate::ProofAuthSetup(), TGeoChecker::PropagateInGeom(), TClass::Property(), RooStats::ProposalHelper::ProposalHelper(), TProofLog::Prt(), TGCheckButton::PSetState(), TGRadioButton::PSetState(), TGenCollectionProxy::PushProxy(), TXProofMgr::PutFile(), TProof::PutLog(), TAlien::Pwd(), TMVA::PyMethodBase::PyIsInitialized(), PYROOT_IMPLEMENT_ARRAY_CONVERTER(), PyROOT::Pythonize(), TDecompQRH::QRH(), TMath::Quantiles(), TMySQLServer::Query(), TTreePlayer::Query(), TGX11::QueryPointer(), TGWin32::QueryPointer(), ROOT::Internal::R__AddPragmaForClass(), R__CreateBuffer(), R__MatchFilename(), R__WriteMoveConstructorBody(), TGeoChecker::RandomPoints(), TGeoChecker::RandomRays(), TProofPerfAnalysis::RatePlot(), TGeoPainter::Raytrace(), TGeoVolume::Raytrace(), RooDataSet::read(), ROOT::Detail::TBranchProxy::Read(), TStreamerInfoActions::ReadArraySTLMemberWiseSameClass(), TFilePrefetch::ReadAsync(), TProofMgrLite::ReadBuffer(), TGFALFile::ReadBuffer(), TDCacheFile::ReadBuffer(), TNetXNGFile::ReadBuffer(), TNetFile::ReadBuffer(), TFilePrefetch::ReadBuffer(), TWebFile::ReadBuffer(), TXMLFile::ReadBuffer(), TDavixFile::ReadBuffer(), TXNetFile::ReadBuffer(), TFile::ReadBuffer(), TSQLFile::ReadBuffer(), TStreamerInfo::ReadBuffer(), TWebFile::ReadBuffer10(), TDavixFile::ReadBufferAsync(), TXNetFile::ReadBufferAsync(), TGenCollectionStreamer::ReadBufferDefault(), TRFIOFile::ReadBuffers(), TChirpFile::ReadBuffers(), TDCacheFile::ReadBuffers(), TNetXNGFile::ReadBuffers(), TNetFile::ReadBuffers(), TWebFile::ReadBuffers(), TDavixFile::ReadBuffers(), TS3WebFile::ReadBuffers(), TXNetFile::ReadBuffers(), TFile::ReadBuffers(), TWebFile::ReadBuffers10(), TBufferFile::ReadClassBuffer(), TProofResourcesStatic::ReadConfigFile(), TSessionViewer::ReadConfiguration(), TSQLFile::ReadConfigurations(), TMVA::BinarySearchTreeNode::ReadDataRecord(), TMVA::DecisionTreeNode::ReadDataRecord(), TBufferSQL2::ReadFastArray(), TBufferFile::ReadFastArray(), TKey::ReadFile(), RooArgSet::readFromFile(), TXMLFile::ReadFromFile(), RooAbsString::readFromStream(), RooStringVar::readFromStream(), RooMappedCategory::readFromStream(), RooErrorVar::readFromStream(), RooAbsCategory::readFromStream(), RooArgList::readFromStream(), RooRealVar::readFromStream(), RooArgSet::readFromStream(), RooAbsReal::readFromStream(), TMVA::VariablePCATransform::ReadFromXML(), TMVA::VariableNormalizeTransform::ReadFromXML(), TMVA::VariableDecorrTransform::ReadFromXML(), TMVA::VariableGaussTransform::ReadFromXML(), TMVA::Rule::ReadFromXML(), TDataSetManager::ReadGroupConfig(), TASImage::ReadImage(), TFilePrefetch::ReadListOfBlocks(), TMVA::RuleFitAPI::ReadModelSum(), TXMLEngine::ReadNode(), TFileHandler::ReadNotify(), TGenCollectionStreamer::ReadPairFromMap(), TVirtualX::ReadPictureDataFromFile(), TGX11::ReadPictureDataFromFile(), TGWin32::ReadPictureDataFromFile(), TGCocoa::ReadPictureDataFromFile(), TMVA::Rule::ReadRaw(), TAuthenticate::ReadRootAuthrc(), TXMLSetup::ReadSetupFromStr(), TSQLFile::ReadSpecialObject(), TMVA::MethodBase::ReadSpectatorsFromXML(), TStreamerInfoActions::ReadSTLMemberWiseSameClass(), TTree::ReadStream(), TFile::ReadStreamerInfo(), RooStreamParser::readToken(), TMVA::VariableGaussTransform::ReadTransformationFromStream(), TMVA::RuleFitAPI::ReadVarImp(), TMVA::RuleFitAPI::ReadYhat(), TRootCanvas::ReallyDelete(), TPacketizerAdaptive::ReassignPacket(), TProofProgressLog::Rebuild(), RooVectorDataStore::recalculateCache(), TGuiBldDragManager::RecognizeGesture(), TSQLStructure::RecognizeTString(), RooFormula::reCompile(), TH1::RecomputeAxisLimits(), TEveGListTreeEditorFrame::ReconfToHorizontal(), TEveGListTreeEditorFrame::ReconfToVertical(), TRecorderRecording::RecordGuiEvent(), RooAbsArg::recursiveCheckObservables(), RooAbsArg::recursiveRedirectServers(), TObjectSpy::RecursiveRemove(), TRootContextMenu::RecursiveRemove(), TObjectRefSpy::RecursiveRemove(), TFitEditor::RecursiveRemove(), RecvHostAuth(), TProof::RecvLogFile(), TUDPSocket::RecvProcessIDs(), TSocket::RecvProcessIDs(), TUDPSocket::RecvStreamerInfos(), TSocket::RecvStreamerInfos(), TUnixSystem::RedirectOutput(), RooAbsArg::redirectServers(), RooAbsCacheElement::redirectServersHook(), RooAbsCache::redirectServersHook(), RooObjCacheManager::redirectServersHook(), RooProfileLL::redirectServersHook(), RooDerivative::redirectServersHook(), redirectServersHook(), RooNumConvolution::redirectServersHook(), RooProjectedPdf::redirectServersHook(), RooResolutionModel::redirectServersHook(), RooAbsTestStatistic::redirectServersHook(), RooAbsOptTestStatistic::redirectServersHook(), RooFFTConvPdf::redirectServersHook(), RooCacheManager< std::vector< Double_t > >::redirectServersHook(), RooStats::HistFactory::RooBarlowBeestonLL::redirectServersHook(), RooProdPdf::redirectServersHook(), RooRealIntegral::redirectServersHook(), RooAbsPdf::redirectServersHook(), RooAbsArg::redirectServersHook(), redirguard::redirguard(), TQCommand::Redo(), TQUndoManager::Redo(), TGHtml::Redraw(), TFunctionParametersDialog::RedrawFunction(), RooAbsData::reduce(), RooDataHist::reduceEng(), TBrowser::Refresh(), TRootBrowserLite::Refresh(), TMVA::RegGuiActionButton(), TGLite::Register(), TAlien::Register(), TGrid::Register(), ROOT::RegisterClassTemplate(), TDataSetManagerFile::RegisterDataSet(), TProofLite::RegisterDataSet(), RegisterDataSet(), TProof::RegisterDataSet(), TProofServ::RegisterDataSets(), TTreeFormula::RegisterDimensions(), TGLFontManager::RegisterFont(), RooExpensiveObjectCache::registerObject(), PyROOT::TMemoryRegulator::RegisterObject(), TRootSniffer::RegisterObject(), TRecorderReplaying::RegisterWindow(), TProofPlayer::ReinitSelector(), TAlienPackage::ReInstall(), TGLContext::Release(), TCondor::Release(), TGButtonGroup::ReleaseButtons(), RooAbsStudy::releaseDetailData(), TGLLockable::ReleaseLock(), RooAbsCollection::releaseOwnership(), PyROOT::ReleasesGIL(), TEveCompositeFrame::RelinquishEveWindow(), TMySQLServer::Reload(), TRecorderReplaying::RemapWindowReferences(), RooHashTable::remove(), RooLinkedList::Remove(), RooAbsCollection::remove(), TAlienCollection::Remove(), TClassTable::Remove(), RooAbsCollection::removeAll(), TGMainFrame::RemoveBind(), RooBinning::removeBoundary(), TRootBrowserLite::RemoveCheckBox(), TDataSetManagerFile::RemoveDataSet(), TDataSetManager::RemoveDataSet(), TDataSetManagerAliEn::RemoveDataSet(), RemoveDataSet(), TProof::RemoveDynamicPath(), TEveElement::RemoveFromListTree(), TProof::RemoveIncludePath(), TTVSession::RemoveLastRecord(), TGMdiMainFrame::RemoveMdiFrame(), TFileInfo::RemoveMetaData(), TGMenuBar::RemovePopup(), TClonesArray::RemoveRange(), TObjArray::RemoveRange(), TGLPhysicalShape::RemoveReference(), TGDNDManager::RemoveRootProxy(), RooWorkspace::removeSet(), TUnixSystem::RemoveSignalHandler(), TWinNTSystem::RemoveSignalHandler(), TRootBrowser::RemoveTab(), TUnixSystem::RemoveTimer(), TGLEventHandler::RemoveTooltip(), TFileInfo::RemoveUrl(), TFileInfo::RemoveUrlAt(), RooWorkspace::renameSet(), TEveRGBAPaletteOverlay::Render(), TGLCameraGuide::Render(), TGLCameraOverlay::Render(), TGLOverlayButton::Render(), TEveCaloLegoOverlay::Render(), TGLAnnotation::Render(), TGLViewer::Render(), TGLScene::RenderAllPasses(), TGLScene::RenderElements(), TEveCalo3DGL::RenderGrid(), TGLScene::RenderHighlight(), TGLViewerBase::RenderSelectedForHighlight(), TGLScene::RenderSelOpaque(), TGLScene::RenderSelTransp(), TNetXNGFile::ReOpen(), TXMLFile::ReOpen(), TFile::ReOpen(), TSQLFile::ReOpen(), TEveScene::Repaint(), TEveViewerList::RepaintAllViewers(), TEveViewerList::RepaintChangedViewers(), RooHashTable::replace(), RooLinkedList::Replace(), RooAbsCollection::replace(), TGTextEdit::Replace(), TGText::Replace(), TGeoBoolNode::ReplaceMatrix(), TGeoManager::ReplaceVolume(), TClass::ReplaceWith(), TRecorderInactive::Replay(), TGRecorder::Replay(), TGWin32::RequestLocator(), TGLViewer::RequestOverlaySelect(), TGLViewer::RequestSecondarySelect(), TGLViewer::RequestSelect(), TSQLFile::RequestSQLClassInfo(), TProofLite::RequestStagingDataSet(), TProof::RequestStagingDataSet(), TGuiBldEditor::Reset(), TBasket::Reset(), TEntryList::Reset(), TTimer::Reset(), TGLSelectRecord::Reset(), RooDataHist::reset(), TViewPubFunctionsIter::Reset(), TViewPubDataMembersIter::Reset(), TUri::Reset(), TTable::Reset(), TListIter::Reset(), TGeoIterator::Reset(), TStyle::Reset(), TGuiBldDragManager::Reset1(), TLeaf::ResetAddress(), TMemFile::ResetAfterMerge(), TDirectoryFile::ResetAfterMerge(), TGeoNavigator::ResetAll(), TBits::ResetBitNumber(), ROOT::ResetClassVersion(), TMonitor::ResetInterrupt(), TVirtualStreamerInfo::ResetIsCompiled(), TTreeFormula::ResetLoading(), TProof::ResetMergers(), TGeoParallelWorld::ResetOverlaps(), TProof::ResetProgressDialogStatus(), TSessionViewer::ResetSession(), TMVA::Configurable::ResetSetFlag(), TGeoNavigator::ResetState(), TUnixSystem::ResetTimer(), TGLSceneInfo::ResetUpdateTimeouted(), TGOSXGLManager::ResizeOffScreenDevice(), TGWin32GLManager::ResizeOffScreenDevice(), TX11GLManager::ResizeOffScreenDevice(), TMatrixTSparse< Element >::ResizeTo(), TGLSceneBase::ResolveSelectRecord(), TGLViewerBase::ResolveSelectRecord(), TGLScene::ResolveSelectRecord(), TProofServ::RestartComputeTime(), TGMdiMainFrame::Restore(), TProof::RestoreActiveList(), TAlienJob::Resubmit(), TGLiteJob::Resubmit(), TGrid::Resubmit(), TAlien::ResubmitById(), TCondor::Resume(), TProofLog::Retrieve(), TGPasswdDialog::ReturnPressed(), TGNumberEntryField::ReturnPressed(), TMVA::RuleFitParams::RiskPerfTst(), TGLite::Rm(), TXProofMgr::Rm(), TAlien::Rm(), TGrid::Rm(), TGLite::Rmdir(), TAlien::Rmdir(), TGrid::Rmdir(), RooAbsData::rmsVar(), TOracleServer::Rollback(), TODBCServer::Rollback(), TMySQLServer::Rollback(), TSQLFile::Rollback(), RooAbsArg::RooAbsArg(), RooAbsCategory::RooAbsCategory(), RooAbsGenContext::RooAbsGenContext(), RooAbsNumGenerator::RooAbsNumGenerator(), RooAbsOptTestStatistic::RooAbsOptTestStatistic(), RooAbsPdf::RooAbsPdf(), RooAbsRootFinder::RooAbsRootFinder(), RooAbsTestStatistic::RooAbsTestStatistic(), RooAdaptiveGaussKronrodIntegrator1D::RooAdaptiveGaussKronrodIntegrator1D(), RooAddGenContext::RooAddGenContext(), RooAddPdf::RooAddPdf(), RooAICRegistry::RooAICRegistry(), RooBinnedGenContext::RooBinnedGenContext(), RooCacheManager< T >::RooCacheManager(), RooChi2Var::RooChi2Var(), RooCmdArg::RooCmdArg(), RooCmdConfig::RooCmdConfig(), RooConvIntegrandBinding::RooConvIntegrandBinding(), RooDataHist::RooDataHist(), RooDataProjBinding::RooDataProjBinding(), RooFormula::RooFormula(), RooFunctor::RooFunctor(), RooGaussKronrodIntegrator1D::RooGaussKronrodIntegrator1D(), RooGenContext::RooGenContext(), RooGrid::RooGrid(), RooIntegrator1D::RooIntegrator1D(), RooMCStudy::RooMCStudy(), RooMinimizer::RooMinimizer(), RooMinimizerFcn::RooMinimizerFcn(), RooMinuit::RooMinuit(), RooMinuitGlue(), RooMsgService::RooMsgService(), RooNLLVar::RooNLLVar(), RooNumGenFactory::RooNumGenFactory(), RooPlot::RooPlot(), RooPoisson::RooPoisson(), RooProdGenContext::RooProdGenContext(), RooRealBinding::RooRealBinding(), RooRealIntegral::RooRealIntegral(), RooRealSumPdf::RooRealSumPdf(), RooResolutionModel::RooResolutionModel(), RooSegmentedIntegrator1D::RooSegmentedIntegrator1D(), RooSimGenContext::RooSimGenContext(), RooSimSplitGenContext::RooSimSplitGenContext(), RooStepFunction::RooStepFunction(), TMVA::ROCCalc::Root(), TMVA::RootFinder::Root(), RooTFoamBinding::RooTFoamBinding(), TMVA::PDEFoam::RootPlot2dim(), ROOTR(), TMath::RootsCubic(), RooXYChi2Var::RooXYChi2Var(), TEveLegoEventHandler::Rotate(), TGLOrthoCamera::Rotate(), TEveTrans::Rotate(), TEveTrans::RotateLF(), TEveTrans::RotatePF(), TGLCamera::RotateRad(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TRint::Run(), TProofBenchRunCPU::Run(), RooMCStudy::run(), TProofBenchRunDataRead::Run(), TApplication::Run(), TSystem::Run(), RooUnitTest::runCompTests(), TProofBench::RunCPU(), TProofBench::RunCPUx(), TProofBench::RunDataSet(), TProofBench::RunDataSetx(), TDocOutput::RunDot(), RooUnitTest::runTest(), RunTests(), TGeoEltu::Safety(), TGeoShapeAssembly::Safety(), TGeoParallelWorld::Safety(), TGeoSphere::Safety(), TGeoPgon::Safety(), TGeoArb8::Safety(), TGeoHype::Safety(), TGeoPcon::Safety(), TGeoNavigator::Safety(), TGeoTubeSeg::Safety(), TGeoCtub::Safety(), TGeoNavigator::SafetyOverlaps(), TGeoTubeSeg::SafetyS(), TGeoXtru::SafetyToSector(), TGeoPcon::SafetyToSegment(), TGeoChecker::SamplePoints(), RooStats::SamplingDistPlot::SamplingDistPlot(), TASPaletteEditor::Save(), TGText::Save(), TGuiBldDragManager::Save(), TGeoNode::SaveAttributes(), TGeoManager::SaveAttributes(), TXMLEngine::SaveDoc(), TGTextEditor::SaveFile(), TGTextEdit::SaveFile(), TGTextEditor::SaveFileAs(), TGuiBldDragManager::SaveFrame(), TGMainFrame::SaveFrameAsCodeOrImage(), TProof::SaveInputData(), TEnv::SaveLevel(), TGMimeTypes::SaveMimes(), TProofPlayer::SavePartialResults(), TGLViewer::SavePicture(), TGLViewer::SavePictureUsingBB(), TGLViewer::SavePictureUsingFBO(), TGTextView::SavePrimitive(), TProfile::SavePrimitive(), TGTextEdit::SavePrimitive(), TTable::SavePrimitive(), TGListTreeItemStd::SavePrimitive(), TGeoVolume::SavePrimitive(), TGPopupMenu::SavePrimitive(), TH1::SavePrimitive(), TRootGuiBuilder::SaveProject(), RooWorkspace::saveSnapshot(), TCanvas::SaveSource(), TGMainFrame::SaveSource(), TGTransientFrame::SaveSource(), TProofProgressLog::SaveToFile(), TXMLFile::SaveToFile(), TGLBoundingBox::Scale(), TMVA::Event::ScaleBoostWeight(), TTreePlayer::Scan(), TRootSniffer::ScanCollection(), TDataSetManagerFile::ScanDataSet(), TDataSetManager::ScanDataSet(), TDataSetManager::ScanFile(), TRootSniffer::ScanObjectMembers(), TEntryList::ScanPaths(), TSpectrum2::Search(), TSpectrum3::Search(), TSpectrum::Search(), TGTextEditor::Search(), TRootBrowserLite::Search(), TGTextView::Search(), TGTextEdit::Search(), TGText::Search(), TGeoNavigator::SearchNode(), TGContainer::SearchPattern(), TFileCacheRead::SecondPrefetch(), TFileCacheRead::SecondSort(), TGLManip::Select(), TMonitor::Select(), TGLBContainer::Select(), TGTextView::SelectAll(), RooVoigtian::selectDefaultAlgorithm(), TGridCollection::SelectFile(), TGLEventHandler::SelectForMouseOver(), TGuiBldDragManager::SelectFrame(), TMVA::VariableTransformBase::SelectInput(), TGHtml::SelectionSet(), TTVLVContainer::SelectItem(), TEveWindowManager::SelectWindow(), RooAddModel::selfNormalized(), RooAbsPdf::selfNormalized(), TApplicationServer::SendCanvases(), TXSocket::SendCoordinator(), TApplicationRemote::SendFile(), TProof::SendFile(), TMonaLisaWriter::SendFileCheckpoint(), TVirtualMonitoringWriter::SendFileCloseEvent(), TMonaLisaWriter::SendFileCloseEvent(), TVirtualMonitoringWriter::SendFileOpenProgress(), TMonaLisaWriter::SendFileOpenProgress(), TVirtualMonitoringWriter::SendFileReadProgress(), TVirtualMonitoringWriter::SendFileWriteProgress(), TProof::SendGroupView(), TVirtualMonitoringWriter::SendInfoDescription(), TMonaLisaWriter::SendInfoDescription(), TVirtualMonitoringWriter::SendInfoStatus(), TMonaLisaWriter::SendInfoStatus(), TVirtualMonitoringWriter::SendInfoTime(), TMonaLisaWriter::SendInfoTime(), TVirtualMonitoringWriter::SendInfoUser(), TMonaLisaWriter::SendInfoUser(), TApplicationServer::SendLogFile(), TProofServ::SendLogFile(), TSQLMonitoringWriter::SendParameters(), TVirtualMonitoringWriter::SendParameters(), TMonaLisaWriter::SendParameters(), TVirtualMonitoringWriter::SendProcessingProgress(), TMonaLisaWriter::SendProcessingProgress(), TVirtualMonitoringWriter::SendProcessingStatus(), TMonaLisaWriter::SendProcessingStatus(), TProofServ::SendResults(), TProofPlayerRemote::SendSelector(), TProofMonSenderML::SendSummary(), TProofMonSenderSQL::SendSummary(), TOracleServer::ServerInfo(), TMySQLServer::ServerInfo(), RooRealMPFE::serverLoop(), RooRealIntegral::servesExclusively(), TBinomialEfficiencyFitter::Set(), RooDataHist::set(), TGLSelectRecord::Set(), TGraph::Set(), TG16ColorSelector::SetActive(), TGedPatternSelector::SetActive(), TBranchElement::SetAddress(), TTree::SetAlias(), RooStats::HistFactory::FlexibleInterpVar::setAllInterpCodes(), TGeoNode::SetAllInvisible(), RooDataHist::setAllWeights(), TPDF::SetAlpha(), TGL5DPainter::SetAlpha(), RooStats::HypoTestResult::SetAltDistribution(), RooRealProxy::setArg(), RooCategoryProxy::setArg(), PyROOT::TVoidConverter::SetArg(), PyROOT::TCStringConverter::SetArg(), PyROOT::TVoidArrayConverter::SetArg(), PyROOT::TCppObjectConverter::SetArg(), PyROOT::TValueCppObjectConverter::SetArg(), PyROOT::TRefCppObjectConverter::SetArg(), PyROOT::TCppObjectPtrConverter< ISREFERENCE >::SetArg(), PyROOT::TCppObjectArrayConverter::SetArg(), PyROOT::TSTLIteratorConverter::SetArg(), PyROOT::TVoidPtrRefConverter::SetArg(), PyROOT::TVoidPtrPtrConverter::SetArg(), PyROOT::TNotImplementedConverter::SetArg(), PyROOT::TSmartPtrCppObjectConverter::SetArg(), PyROOT::TRefExecutor::SetAssignable(), TUri::SetAuthority(), TEveTrans::SetBaseVec(), TLinearFitter::SetBasisFunctions(), TSQLiteStatement::SetBinary(), TSQLStatement::SetBinary(), TPgSQLStatement::SetBinary(), TOracleStatement::SetBinary(), TMySQLStatement::SetBinary(), TODBCStatement::SetBinary(), TEfficiency::SetBins(), TKDTreeBinning::SetBinsEdges(), TMVA::Event::SetBoostWeight(), TGeoPhysicalNode::SetBranchAsState(), TFileCacheRead::SetBufferSize(), TFile::SetCacheFileDir(), TTree::SetCacheSize(), TTree::SetCacheSizeAux(), RooNumConvolution::setCallProfiling(), TH1::SetCanExtend(), TRootCanvas::SetCanvasSize(), RooArgSet::setCatIndex(), RooArgSet::setCatLabel(), TGWin32::SetClassHints(), TCling::SetClassInfo(), TTeXDump::SetColor(), TGFontDialog::SetColor(), TGMdiMainFrame::SetCurrent(), TSpider::SetCurrentEntries(), TGeoManager::SetCurrentNavigator(), TGText::SetCurrentRow(), TFileInfo::SetCurrentUrl(), TFileMerger::SetCWD(), TFractionFitter::SetData(), RooAbsTestStatistic::setData(), TOutputListSelectorDataMap::SetDataMembers(), TProofLite::SetDataSetTreeName(), RooAbsOptTestStatistic::setDataSlave(), TSQLStatement::SetDate(), TPgSQLStatement::SetDate(), TOracleStatement::SetDate(), TMySQLStatement::SetDate(), TODBCStatement::SetDate(), TSQLStatement::SetDatime(), TPgSQLStatement::SetDatime(), TOracleStatement::SetDatime(), TMySQLStatement::SetDatime(), TODBCStatement::SetDatime(), TGenPhaseSpace::SetDecay(), TGTableHeader::SetDefaultLabel(), TASImage::SetDefaults(), TLinearFitter::SetDim(), TGCheckButton::SetDisabledAndSelected(), TGRadioButton::SetDisabledAndSelected(), TGPictureButton::SetDisabledPicture(), TGLLogicalShape::SetDLCache(), TGX11::SetDNDAware(), TGWin32::SetDNDAware(), TGFileItem::SetDNDObject(), TSQLStatement::SetDouble(), TPgSQLStatement::SetDouble(), TOracleStatement::SetDouble(), TMySQLStatement::SetDouble(), TODBCStatement::SetDouble(), RooPlot::setDrawOptions(), TKDE::SetDrawOptions(), TFitEditor::SetEditable(), TGuiBldDragManager::SetEditable(), TFileCacheRead::SetEnablePrefetchingImpl(), TTreeReader::SetEntry(), TChain::SetEntryList(), TAuthenticate::SetEnvironment(), TMVA::RuleEnsemble::SetEvent(), TGeoPainter::SetExplodedView(), TGridCollection::SetExportUrl(), TAlienCollection::SetExportUrl(), TFileCacheRead::SetFile(), TBranchElement::SetFillActionSequence(), ROOT::Quartz::SetFillColor(), TFitEditor::SetFitObject(), TCanvas::SetFixedAspectRatio(), TPad::SetFixedAspectRatio(), TGTextEntry::SetForegroundColor(), TGNumberEntryField::SetFormat(), RooGenericPdf::setFormula(), TLinearFitter::SetFormula(), TRootSnifferScanRec::SetFoundResult(), TUri::SetFragment(), TEveTrans::SetFrom(), TEveTrans::SetFromArray(), ROOT::TSchemaRule::SetFromRule(), TLinearMinimizer::SetFunction(), TProofProgressLog::SetGrepView(), TGLViewerEditor::SetGuides(), TUri::SetHierPart(), RooStats::HistFactory::FlexibleInterpVar::setHigh(), TEveSelection::SetHighlightMode(), TParallelCoordVar::SetHistogramHeight(), TLine::SetHorizontal(), TEveWindowPack::SetHorizontal(), TUri::SetHost(), TGColorPick::SetHScursor(), TGeoHype::SetHypeDimensions(), TASImage::SetImageBuffer(), TImage::SetImageBuffer(), RooCategory::setIndex(), TQueryResult::SetInputList(), ROOT::Math::Delaunay2D::SetInputPoints(), TGHtml::SetInsert(), TSQLStatement::SetInt(), TPgSQLStatement::SetInt(), TOracleStatement::SetInt(), TMySQLStatement::SetInt(), TODBCStatement::SetInt(), TGTable::SetInterface(), RooStats::HistFactory::FlexibleInterpVar::setInterpCode(), TGeoNode::SetInvisible(), TGeoVolume::SetInvisible(), TGL5DDataSetEditor::SetIsoTabWidgets(), TRootSniffer::SetItemField(), TASImage::SetJpegDpi(), TAlienResult::SetKey(), TGLiteResult::SetKey(), RooCategory::setLabel(), TPgSQLStatement::SetLargeObject(), TGuiBldDragManager::SetLassoDrawn(), TGColorPick::SetLcursor(), RooImproperIntegrator1D::setLimits(), RooGaussKronrodIntegrator1D::setLimits(), RooSegmentedIntegrator1D::setLimits(), RooBinIntegrator::setLimits(), RooAdaptiveGaussKronrodIntegrator1D::setLimits(), RooAdaptiveIntegratorND::setLimits(), RooIntegrator1D::setLimits(), RooAbsIntegrator::setLimits(), TGNumberEntryField::SetLimits(), ROOT::Quartz::SetLineColor(), TGWin32::SetLineType(), THtml::SetLocalFiles(), RooMinimizerFcn::SetLogFile(), RooMinuit::setLogFile(), TParallelCoordVar::SetLogScale(), TSQLStatement::SetLong(), TPgSQLStatement::SetLong(), TOracleStatement::SetLong(), TMySQLStatement::SetLong(), TODBCStatement::SetLong(), TSQLStatement::SetLong64(), TPgSQLStatement::SetLong64(), TOracleStatement::SetLong64(), TMySQLStatement::SetLong64(), TODBCStatement::SetLong64(), RooStats::HistFactory::FlexibleInterpVar::setLow(), TBranch::SetMakeClass(), TGuiBldHintsEditor::SetMatrixSep(), TSQLStatement::SetMaxFieldSize(), TOracleStatement::SetMaxFieldSize(), TGraphDelaunay::SetMaxIter(), TFractionFitter::SetMC(), TGMdiDecorFrame::SetMdiButtons(), PyROOT::TCallContext::SetMemoryPolicy(), TGSplitButton::SetMenuState(), TF2GL::SetModel(), TH2GL::SetModel(), TH3GL::SetModel(), TEveProjectionAxesGL::SetModel(), TEveShapeEditor::SetModel(), TEveProjectionAxesEditor::SetModel(), TGeoPgonEditor::SetModel(), TEveElementEditor::SetModel(), TEveTextEditor::SetModel(), TCurlyArcEditor::SetModel(), TPieSliceEditor::SetModel(), TArrowEditor::SetModel(), TTextEditor::SetModel(), TLineEditor::SetModel(), TEveRGBAPaletteSubEditor::SetModel(), TEveProjectionManagerEditor::SetModel(), TAttFillEditor::SetModel(), TCurlyLineEditor::SetModel(), TFrameEditor::SetModel(), TAttLineEditor::SetModel(), TAttMarkerEditor::SetModel(), TF1Editor::SetModel(), TStructNodeEditor::SetModel(), TEveCaloLegoEditor::SetModel(), TGLClipSetSubEditor::SetModel(), TAttTextEditor::SetModel(), TEveCaloVizEditor::SetModel(), TGraphEditor::SetModel(), TPaveStatsEditor::SetModel(), TPadEditor::SetModel(), TPieEditor::SetModel(), TGeoEltuEditor::SetModel(), TGeoTranslationEditor::SetModel(), TGeoTubeEditor::SetModel(), TGeoTrd1Editor::SetModel(), TGeoBBoxEditor::SetModel(), TGeoTrd2Editor::SetModel(), TGeoHypeEditor::SetModel(), TGeoTorusEditor::SetModel(), TGeoParaEditor::SetModel(), TGeoConeEditor::SetModel(), TGeoMaterialEditor::SetModel(), TGeoNodeEditor::SetModel(), TAxisEditor::SetModel(), TGeoMediumEditor::SetModel(), TEveTrackPropagatorSubEditor::SetModel(), TGeoSphereEditor::SetModel(), TGeoPconEditor::SetModel(), TGeoTrapEditor::SetModel(), TSpiderEditor::SetModel(), TEveGedNameFrame::SetModel(), TGeoVolumeEditor::SetModel(), TGedEditor::SetModel(), TGeoTubeSegEditor::SetModel(), TGeoGtraEditor::SetModel(), TGeoConeSegEditor::SetModel(), TParallelCoordEditor::SetModel(), TGeoRotationEditor::SetModel(), TGeoMixtureEditor::SetModel(), TGeoManagerEditor::SetModel(), TGLViewerEditor::SetModel(), TH1Editor::SetModel(), TGeoCtubEditor::SetModel(), TH2Editor::SetModel(), TGeoCombiTransEditor::SetModel(), TGLObject::SetModelCheckClass(), TS3WebFile::SetMsgReadBuffer10(), TGLBContainer::SetMultipleSelections(), TGL5DPainter::SetNContours(), TGeoPolygon::SetNextIndex(), RooStats::HistFactory::FlexibleInterpVar::setNominal(), TEveCaloLego::SetNormalizeRebin(), TSQLStatement::SetNull(), TPgSQLStatement::SetNull(), TOracleStatement::SetNull(), TMySQLStatement::SetNull(), RooExpensiveObjectCache::setObj(), RooCacheManager< T >::setObj(), TObjectSpy::SetObject(), TFitEditor::SetObjectType(), RooAbsCategoryLValue::setOrdinal(), TProofBench::SetOutFile(), TQueryResult::SetOutputList(), TPad::SetPad(), TView3D::SetParallel(), TProof::SetParallelSilent(), TEfficiency::SetPassedHistogram(), TGeoPhysicalNode::SetPath(), TUri::SetPath(), RooMinimizerFcn::SetPdfParamVal(), RooMinuit::setPdfParamVal(), TGeoManager::SetPhiRange(), TGeoTorus::SetPoints(), TGeoSphere::SetPoints(), TGeoHype::SetPoints(), TUri::SetPort(), TProofLite::SetProofServEnv(), RooStats::HypoTestResult::SetPValueIsRightTail(), TUri::SetQuery(), TASPaletteEditor::SetRamp(), RooRealVar::setRange(), RooErrorVar::setRange(), TGProgressBar::SetRange(), TGraphPolargram::SetRangePolar(), TGLPlotCoordinates::SetRanges(), TGLPlotCoordinates::SetRangesCartesian(), TGLPlotCoordinates::SetRangesCylindrical(), TGLPlotCoordinates::SetRangesPolar(), TGLPlotCoordinates::SetRangesSpherical(), TBuffer3D::SetRawSizes(), TBranchElement::SetReadActionSequence(), RooArgSet::setRealValue(), TUri::SetRelativePart(), TRootSnifferScanRec::SetResult(), TGX11::SetRGB(), TGWin32::SetRGB(), TEveElement::SetRnrChildren(), TEveElement::SetRnrSelf(), TEveElement::SetRnrSelfChildren(), TEveElement::SetRnrState(), TGDNDManager::SetRootProxy(), TGLViewerEditor::SetRotatorMode(), TEveTrans::SetRotByAnyAngles(), TGTableLayout::SetRowColResize(), TGTableLayout::SetRowColSizesInit(), TMVA::RuleEnsemble::SetRules(), RooStats::SamplingDistPlot::SetSampleWeights(), TProofPerfAnalysis::SetSaveResult(), TGeoScale::SetScale(), TUri::SetScheme(), TPCON::SetSegsAndPols(), TGeoTorus::SetSegsAndPols(), TGeoSphere::SetSegsAndPols(), TGeoPgon::SetSegsAndPols(), TGeoPcon::SetSegsAndPols(), TVirtualX::SetSelectionOwner(), TGCocoa::SetSelectionOwner(), TProofMonSender::SetSendOptions(), PyROOT::TCallContext::SetSignalPolicy(), RooUnitTest::setSilentMode(), TMVA::TActivationTanh::SetSlow(), TGSplitButton::SetSplit(), TPgSQLStatement::SetSQLParamType(), TMySQLStatement::SetSQLParamType(), TCondor::SetState(), TGNumberEntryField::SetState(), TGTextEntry::SetState(), TGNumberEntry::SetState(), TGMenuTitle::SetState(), TASPaletteEditor::SetStep(), TSQLStatement::SetString(), TPgSQLStatement::SetString(), TOracleStatement::SetString(), TMySQLStatement::SetString(), TODBCStatement::SetString(), RooArgSet::setStringValue(), TMatrixTSparse< Element >::SetSub(), TGTab::SetTab(), TRootBrowser::SetTab(), TBranchElement::SetTargetClass(), RooStats::HypoTestResult::SetTestStatisticData(), TGNumberEntryField::SetText(), TGTextEntry::SetText(), TGSplitButton::SetText(), TSQLStatement::SetTime(), TPgSQLStatement::SetTime(), TOracleStatement::SetTime(), TMySQLStatement::SetTime(), TODBCStatement::SetTime(), TSQLStatement::SetTimestamp(), TPgSQLStatement::SetTimestamp(), TOracleStatement::SetTimestamp(), TMySQLStatement::SetTimestamp(), TODBCStatement::SetTimestamp(), TNewQueryDlg::SettingsChanged(), TEditQueryFrame::SettingsChanged(), TGButtonGroup::SetTitle(), Editor::SetTitle(), TGMdiTitleBar::SetTitleBarColors(), TStyle::SetTitleColor(), TStyle::SetTitleFont(), TStyle::SetTitleSize(), TGeoManager::SetTminTmax(), TGraphPolargram::SetToDegree(), TGraphPolargram::SetToGrad(), TGraphPolargram::SetToRadian(), TEfficiency::SetTotalHistogram(), RooAbsPdf::setTraceCounter(), TEveTrans::SetTrans(), TTreeViewer::SetTree(), TTreeViewer::SetTreeName(), TSPlot::SetTreeSelection(), RooSuperCategory::setType(), TSQLStatement::SetUInt(), TPgSQLStatement::SetUInt(), TOracleStatement::SetUInt(), TMySQLStatement::SetUInt(), TODBCStatement::SetUInt(), TSQLStatement::SetULong64(), TPgSQLStatement::SetULong64(), TOracleStatement::SetULong64(), TMySQLStatement::SetULong64(), TODBCStatement::SetULong64(), TGLPerspectiveCamera::Setup(), RooStats::MCMCCalculator::SetupBasicUsage(), TPluginHandler::SetupCallEnv(), TEveDigitSetGL::SetupColor(), TProofServ::SetupCommon(), TEveUtil::SetupEnvironment(), TProofPlayerSuperMaster::SetupFeedback(), TGLPhysicalShape::SetupGLColors(), TEveTrans::SetupRotation(), TSlaveLite::SetupServ(), TXSlave::SetupServ(), TProof::SetupWorkersEnv(), TUri::SetUri(), TUrl::SetUrl(), TKDE::SetUseBins(), RooAbsIntegrator::setUseIntegrandLimits(), TUri::SetUserInfo(), TEnv::SetValue(), TMVA::Option< T * >::SetValue(), TTreeTableInterface::SetVariablesExpression(), TSQLStatement::SetVDouble(), TOracleStatement::SetVDouble(), TLine::SetVertical(), TGLPlotCamera::SetViewport(), TSQLStatement::SetVInt(), TOracleStatement::SetVInt(), TGeoAtt::SetVisBranch(), TGeoAtt::SetVisLeaves(), TGeoPainter::SetVisLevel(), TGeoAtt::SetVisOnly(), TGeoPainter::SetVisOption(), TSQLStatement::SetVLong(), TOracleStatement::SetVLong(), TSQLStatement::SetVLong64(), TOracleStatement::SetVLong64(), TGeoManager::SetVolumeAttribute(), TSQLStatement::SetVUInt(), TOracleStatement::SetVUInt(), TSQLStatement::SetVULong64(), TOracleStatement::SetVULong64(), TCurlyLine::SetWavy(), TGeoPolygon::SetXY(), TGeoChecker::ShapeDistances(), TGeoChecker::ShapeNormal(), TGeoChecker::ShapeSafety(), TSQLObjectData::ShiftToNextValue(), TPointSet3DGL::ShouldDLCache(), TEveStraightLineSetGL::ShouldDLCache(), TEveCalo3DGL::ShouldDLCache(), TGLObject::ShouldDLCache(), TGLLogicalShape::ShouldDLCache(), TMVA::SimulatedAnnealing::ShouldGoIn(), TEveProjectionManager::ShouldImport(), RooStats::MetropolisHastings::ShouldTakeStep(), TGSplitTool::Show(), TGDockableFrame::ShowContainer(), ShowDataSets(), TDataSetManager::ShowDataSets(), TRootCanvas::ShowEditor(), TProof::ShowLog(), TRootBrowserLite::ShowMacroButtons(), TProof::ShowQueries(), TDataSetManager::ShowQuota(), TFile::ShrinkCacheFileDir(), TGTable::ShrinkColumns(), TGTable::ShrinkRows(), TMySQLServer::Shutdown(), TSessionFrame::ShutdownSession(), TMatrixTSym< Element >::Similarity(), TMatrixTSym< Element >::SimilarityT(), RooStats::SimpleLikelihoodRatioTestStat::SimpleLikelihoodRatioTestStat(), TVirtualFFT::SineCosine(), TEveElement::SingleRnrState(), TSPHE::Sizeof3D(), TPolyLineShape::Sizeof3D(), TSelHist::SlaveBegin(), TSelEventGen::SlaveBegin(), TSelVerifyDataSet::SlaveBegin(), TSelEvent::SlaveBegin(), TGeoPgon::SliceCrossing(), TGeoPgon::SliceCrossingIn(), TGeoPgon::SliceCrossingInZ(), TGeoPgon::SliceCrossingZ(), TGraphPainter::Smooth(), TGraphSmooth::Smoothin(), TGraphSmooth::SmoothKern(), RooAbsCollection::snapshot(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), TDecompSVD::Solve(), TDecompSparse::Solve(), TGeoTorus::SolveQuartic(), TVectorT< Element >::SomePositive(), TFileCacheRead::Sort(), TGeoVoxelFinder::SortAll(), TKDTreeBinning::SortBinsByDensity(), TDecompSVD::SortSingular(), TPie::SortSlices(), TEveViewer::SpawnGLViewer(), RooAbsData::split(), TXTRU::SplitConcavePolygon(), RooFactoryWSTool::splitFunctionArgs(), TSelectorDraw::SplitNames(), TTreeDrawArgsParser::SplitVariables(), TSQLFile::SQLApplyCommands(), TSQLFile::SQLCanStatement(), TSQLFile::SQLCommit(), TBufferSQL2::SqlObjectInfo(), TSQLFile::SQLObjectInfo(), TSQLFile::SQLQuery(), TBufferSQL2::SqlReadBasic(), TBufferSQL2::SqlReadObject(), TSQLFile::SQLRollback(), TSQLFile::SQLStartTransaction(), TSQLFile::SQLTestTable(), TAuthenticate::SshAuth(), TUnixSystem::StackTrace(), TWinNTSystem::StackTrace(), TXNetFileStager::Stage(), TFileStager::Stage(), TDCacheFile::Stage(), TGridCollection::Stage(), TAlienCollection::Stage(), TVirtualDragManager::StartDrag(), TGuiBldDragManager::StartDrag(), TGDNDManager::StartDrag(), TCollection::StartGarbageCollection(), TTreeCache::StartLearningPhase(), TRecorderRecording::StartRecording(), TProofSuperMaster::StartSlaves(), TProofCondor::StartSlaves(), TProof::StartSlaves(), TGRecorder::StartStop(), TGLRnrCtx::StartStopwatch(), TODBCServer::StartTransaction(), RooWorkspace::startTransaction(), TMySQLServer::StartTransaction(), TSQLFile::StartTransaction(), TXProofMgr::Stat(), TAlienCollection::Status(), TEveGridStepper::Step(), TGeoNavigator::Step(), TQpVar::StepBound(), TGeoHelix::StepToPlane(), RooObjCacheManager::sterilize(), TGLAutoRotator::Stop(), TGLRedrawTimer::Stop(), Rgl::TGuardBase::Stop(), TRootBrowser::StopEmbedding(), TEveWindowSlot::StopEmbedding(), TGLAutoRotator::StopImageAutoSave(), TTreeCache::StopLearningPhase(), TGLEventHandler::StopMouseTimer(), TGLRnrCtx::StopStopwatch(), TTreeCacheUnzip::StopThreadUnzip(), RooAICRegistry::store(), TSQLStructure::StoreClassInNormalForm(), TSQLStructure::StoreElementInNormalForm(), TProofPlayerLite::StoreFeedback(), TKeyXML::StoreObject(), TSQLStructure::StoreObject(), TSQLStructure::StoreObjectInNormalForm(), TSQLFile::StoreObjectInTables(), RooNumIntFactory::storeProtoIntegrator(), RooNumGenFactory::storeProtoSampler(), TSQLiteStatement::StoreResult(), TPgSQLStatement::StoreResult(), TOracleStatement::StoreResult(), TMySQLStatement::StoreResult(), TODBCStatement::StoreResult(), TSQLStructure::StoreTObject(), TSQLStructure::StoreTString(), stressVector(), TTreeFormula::StringToNumber(), TDocParser::Strip(), TMath::StudentQuantile(), TAlien::Submit(), TAlienJDL::SubmitTest(), TGLLogicalShape::SubRef(), TGRegion::Subtract(), TEntryList::Subtract(), RooDataHist::sum(), RooMomentMorph::sumPdf(), TGLLogicalShape::SupportsSecondarySelect(), TGL5DDataSetEditor::SurfaceSelected(), TAlienFile::SUrl(), TCondor::Suspend(), TGLViewer::SwapBuffers(), TEveWindow::SwapWindows(), TGuiBldEditor::SwitchLayout(), TGuiBldDragManager::SwitchLayout(), TTreeFormula::SwitchToFormLeafInfo(), TRootGuiBuilder::SwitchToolbarButton(), TTreeViewer::SwitchTree(), TTreeFormulaManager::Sync(), RooMinimizerFcn::Synchronize(), RooMinuit::synchronize(), TCastorFile::SysClose(), TXNetFile::SysOpen(), RooAbsData::table(), TRootDialog::TabPressed(), TAFS::TAFS(), TStreamerInfo::TagFile(), TSelectorDraw::TakeAction(), TSelectorDraw::TakeEstimate(), TGLLockable::TakeLock(), TMVA::SVWorkingSet::TakeStep(), TMVA::SVWorkingSet::TakeStepReg(), TAlienCollection::TAlienCollection(), TAlienPackage::TAlienPackage(), TApplication::TApplication(), TArchiveMember::TArchiveMember(), TAttFillEditor::TAttFillEditor(), TAttMarkerEditor::TAttMarkerEditor(), TAttTextEditor::TAttTextEditor(), TAuthenticate::TAuthenticate(), TAxis3D::TAxis3D(), TBasket::TBasket(), TBasketSQL::TBasketSQL(), TBox::TBox(), TButton::TButton(), TCanvas::TCanvas(), TCastorFile::TCastorFile(), TCling__UpdateClassInfo(), TDavixFile::TDavixFile(), TDirectoryFile::TDirectoryFile(), TDSet::TDSet(), TDSetElement::TDSetElement(), TEfficiency::TEfficiency(), TEntryList::TEntryList(), TXProofServ::Terminate(), TApplication::Terminate(), TProofDrawGraph::Terminate(), TProofDrawPolyMarker3D::Terminate(), TMVA::SVWorkingSet::Terminated(), TProof::TerminateWorker(), TGeoChecker::Test(), TMVA::Factory::TestAllMethods(), testArrayFunctions(), TBits::TestBitNumber(), ROOT::TSchemaRule::TestChecksum(), TestDialog::TestDialog(), TMultiDimFit::TestFunction(), testIteratorFunctions(), TestNeighbors(), testPermute(), TestProgress::TestProgress(), TestRange(), testSort(), testSpecFuncBeta(), testSpecFuncBetaI(), testSpecFuncErf(), testSpecFuncGamma(), ROOT::TSchemaRule::TestVersion(), TGeoChecker::TestVoxels(), TEveArrowEditor::TEveArrowEditor(), TEveBoxSet::TEveBoxSet(), TEveBoxSetGL::TEveBoxSetGL(), TEveCaloLegoEditor::TEveCaloLegoEditor(), TEveCaloLegoGL::TEveCaloLegoGL(), TEveCaloVizEditor::TEveCaloVizEditor(), TEveCompositeFrame::TEveCompositeFrame(), TEveGListTreeEditorFrame::TEveGListTreeEditorFrame(), TEveMagFieldDuo::TEveMagFieldDuo(), TEveManager::TEveManager(), TEventIter::TEventIter(), TEventIterUnit::TEventIterUnit(), TEvePlot3DGL::TEvePlot3DGL(), TEveProjectionAxes::TEveProjectionAxes(), TEveProjectionAxesGL::TEveProjectionAxesGL(), TEveRGBAPaletteOverlay::TEveRGBAPaletteOverlay(), TEveScene::TEveScene(), TEveTextGL::TEveTextGL(), TEveTrans::TEveTrans(), TEveTransSubEditor::TEveTransSubEditor(), TSVG::Text(), TTeXDump::Text(), TPDF::Text(), TPostScript::Text(), TGLSurfacePainter::Textured(), TF1Editor::TF1Editor(), TFile::TFile(), TFileCacheRead::TFileCacheRead(), TFileCacheWrite::TFileCacheWrite(), TFileInfoMeta::TFileInfoMeta(), TFileSet::TFileSet(), TFITSHDU::TFITSHDU(), TFolder::TFolder(), TFriendElement::TFriendElement(), TGColorDialog::TGColorDialog(), TGColorPopup::TGColorPopup(), TGComboBox::TGComboBox(), TGCompositeFrame::TGCompositeFrame(), TGContainer::TGContainer(), TGDockableFrame::TGDockableFrame(), TGedNameFrame::TGedNameFrame(), TGeoAtt::TGeoAtt(), TGeoBBoxEditor::TGeoBBoxEditor(), TGeoBoolNode::TGeoBoolNode(), TGeoCacheState::TGeoCacheState(), TGeoConeEditor::TGeoConeEditor(), TGeoConeSegEditor::TGeoConeSegEditor(), TGeoElement::TGeoElement(), TGeoElementRN::TGeoElementRN(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHelix::TGeoHelix(), TGeoHypeEditor::TGeoHypeEditor(), TGeoIntersection::TGeoIntersection(), TGeoIterator::TGeoIterator(), TGeoManager::TGeoManager(), TGeoManagerEditor::TGeoManagerEditor(), TGeoMaterial::TGeoMaterial(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoMediumEditor::TGeoMediumEditor(), TGeometry::TGeometry(), TGeoParaEditor::TGeoParaEditor(), TGeoPconEditor::TGeoPconEditor(), TGeoPhysicalNode::TGeoPhysicalNode(), TGeoPolygon::TGeoPolygon(), TGeoScale::TGeoScale(), TGeoShapeAssembly::TGeoShapeAssembly(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTranslationEditor::TGeoTranslationEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTrd1Editor::TGeoTrd1Editor(), TGeoTrd2Editor::TGeoTrd2Editor(), TGeoTubeEditor::TGeoTubeEditor(), TGeoTubeSegEditor::TGeoTubeSegEditor(), TGeoVolumeEditor::TGeoVolumeEditor(), TGeoVolumeMulti::TGeoVolumeMulti(), TGeoVoxelFinder::TGeoVoxelFinder(), TGFontTypeComboBox::TGFontTypeComboBox(), TGGroupFrame::TGGroupFrame(), TGHScrollBar::TGHScrollBar(), TGLabel::TGLabel(), TGLBContainer::TGLBContainer(), TGLCameraOverlay::TGLCameraOverlay(), TGLClipPlane::TGLClipPlane(), TGLContext::TGLContext(), TGLCylinder::TGLCylinder(), TGLineStyleComboBox::TGLineStyleComboBox(), TGLineWidthComboBox::TGLineWidthComboBox(), TGListTree::TGListTree(), TGListTreeItemStd::TGListTreeItemStd(), TGListView::TGListView(), TGLPlot3D::TGLPlot3D(), TGLVContainer::TGLVContainer(), TGLVEntry::TGLVEntry(), TGMainFrame::TGMainFrame(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiWinResizer::TGMdiWinResizer(), TGMenuBar::TGMenuBar(), TGMenuTitle::TGMenuTitle(), TGNumberEntryField::TGNumberEntryField(), TGPicture::TGPicture(), TGPictureButton::TGPictureButton(), TGPopupMenu::TGPopupMenu(), TGraph::TGraph(), TGraph2D::TGraph2D(), TGraphDelaunay::TGraphDelaunay(), TGraphErrors::TGraphErrors(), TGraphPolar::TGraphPolar(), TGraphQQ::TGraphQQ(), TGRedirectOutputGuard::TGRedirectOutputGuard(), TGRegion::TGRegion(), TGScrollBar::TGScrollBar(), TGSearchDialog::TGSearchDialog(), TGSearchType::TGSearchType(), TGSpeedo::TGSpeedo(), TGSplitButton::TGSplitButton(), Rgl::TGuardBase::TGuardBase(), TGuiBldDragManager::TGuiBldDragManager(), TGuiBldEditor::TGuiBldEditor(), TGVProgressBar::TGVProgressBar(), TGVScrollBar::TGVScrollBar(), TGWin32::TGWin32(), TGWin32GLManagerProxy::TGWin32GLManagerProxy(), TGWin32ProxyBase::TGWin32ProxyBase(), TGWindow::TGWindow(), TGX11::TGX11(), TH2Poly::TH2Poly(), THbookTree::THbookTree(), TFilePrefetch::ThreadStart(), TGLAxis::TicksPositions(), TWinNTSystem::TimerThread(), TGeoChecker::TimingPerVolume(), TInspectCanvas::TInspectCanvas(), TLatex::TLatex(), TLinearFitter::TLinearFitter(), TMapFile::TMapFile(), TMarker3DBox::TMarker3DBox(), TMemFile::TMemFile(), TMessage::TMessage(), TMultiDimFit::TMultiDimFit(), TNetSystem::TNetSystem(), TNetXNGFile::TNetXNGFile(), TNewChainDlg::TNewChainDlg(), TNewQueryDlg::TNewQueryDlg(), TGeoTorus::ToBoundary(), TGButton::Toggle(), TString::Tokenize(), PyROOT::TConverter::ToMemory(), PyROOT::TCStringConverter::ToMemory(), PyROOT::TVoidArrayConverter::ToMemory(), PyROOT::TCppObjectConverter::ToMemory(), PyROOT::TCppObjectPtrConverter< ISREFERENCE >::ToMemory(), PyROOT::TCppObjectArrayConverter::ToMemory(), TRootBrowserLite::ToSystemDirectory(), TPad::TPad(), TPDF::TPDF(), TPerfStats::TPerfStats(), TPieSlice::TPieSlice(), TPolyLineShape::TPolyLineShape(), TPrincipal::TPrincipal(), TProof::TProof(), TProofBench::TProofBench(), TProofOutputFile::TProofOutputFile(), TProofResourcesStatic::TProofResourcesStatic(), TProofServ::TProofServ(), TProofServLite::TProofServLite(), TPSocket::TPSocket(), TQApplication::TQApplication(), TQObject::TQObject(), TQRootApplication::TQRootApplication(), TQRootCanvas::TQRootCanvas(), TQUndoManager::TQUndoManager(), RooAbsString::traceEvalHook(), RooAbsCategory::traceEvalHook(), RooAbsReal::traceEvalHook(), RooAbsPdf::traceEvalPdf(), TMVA::MethodBoost::Train(), TMVA::MethodHMatrix::Train(), TMVA::MethodBDT::Train(), TMVA::MethodCuts::Train(), TMVA::DecisionTree::TrainNodeFast(), TMVA::DecisionTree::TrainNodeFull(), TMVA::VariablePCATransform::Transform(), TMVA::VariableDecorrTransform::Transform(), TGeoShape::TransformPoints(), TGeoManager::TransformVolumeToAssembly(), TGCompositeFrame::TranslateCoordinates(), TranslateToStr(), TEveTrans::TransposeRotationPart(), TDecompLU::TransSolve(), TDecompQRH::TransSolve(), TDecompSVD::TransSolve(), TDecompSparse::TransSolve(), RooAbsArg::treeNodeServerList(), TRemoteObject::TRemoteObject(), ROOT::R::TRInterface::TRInterface(), TROOT::TROOT(), TRootCanvas::TRootCanvas(), TGLCamera::Truck(), TSQLStructure::TryConvertObjectArray(), TSelectorDraw::TSelectorDraw(), TSpider::TSpider(), TSpline3::TSpline3(), TSpline5::TSpline5(), TSQLFile::TSQLFile(), TStreamerSTL::TStreamerSTL(), TStyleDialog::TStyleDialog(), TStyleManager::TStyleManager(), TSystem::TSystem(), TTablePoints::TTablePoints(), TTableSorter::TTableSorter(), TTask::TTask(), TTeXDump::TTeXDump(), TThread::TThread(), TTimer::TTimer(), TTreeCloner::TTreeCloner(), TTreeFormula::TTreeFormula(), PyROOT::TTupleOfInstances_New(), TUploadDataSetDlg::TUploadDataSetDlg(), TView3D::TView3D(), TVirtualPad::TVirtualPad(), TVirtualPS::TVirtualPS(), TVolumePosition::TVolumePosition(), TVolumeView::TVolumeView(), TWebFile::TWebFile(), TXMLEngine::TXMLEngine(), TXMLFile::TXMLFile(), TXNetFile::TXNetFile(), TXNetSystem::TXNetSystem(), TXProofServ::TXProofServ(), TXSemaphoreGuard::TXSemaphoreGuard(), TXSlave::TXSlave(), TXSocket::TXSocket(), TXTRU::TXTRU(), TAlien::Type(), TLDAPServer::Unbind(), TQCommand::Undo(), TQUndoManager::Undo(), TGLEventHandler::UnGrabMouse(), TAlienPackage::UnInstall(), TGeoVoxelFinder::Union(), TGRegion::Unite(), TUnixSystem::UnixFilestat(), TUnixSystem::UnixIgnoreSignal(), TProofServ::UnlinkDataDir(), TListOfEnums::Unload(), TListOfDataMembers::Unload(), TGeoGlobalMagField::Unlock(), TGeoManager::UnlockGeometry(), TGuiBldDragManager::UnmapAllPopups(), TGTextView::UnMark(), TSQLStructure::UnpackTObject(), TSQLStructure::UnpackTString(), PyROOT::TMemoryRegulator::UnregisterObject(), TRootSniffer::UnregisterObject(), TGListTree::UnselectAll(), TGDMLWrite::UnsetTemporaryBits(), TSeqCollection::UnSort(), TTreeCacheUnzip::UnzipBuffer(), TMethod::Update(), TFileCollection::Update(), TMapFile::Update(), TGFileBrowser::Update(), TFormLeafInfo::Update(), TDataSet::Update(), TFormLeafInfoNumerical::Update(), TCanvas::Update(), TFormLeafInfoCollection::Update(), TFormLeafInfoCollectionSize::Update(), TFormLeafInfoMethod::Update(), TTreeCache::UpdateBranches(), TSessionQueryFrame::UpdateButtons(), TGLBoundingBox::UpdateCache(), TGLCamera::UpdateCache(), TGListTree::UpdateChecked(), RooAddModel::updateCoefficients(), TProof::UpdateDialog(), TStyleManager::UpdateEditor(), TGeoMixtureEditor::UpdateElements(), TMVA::RuleEnsemble::UpdateEventVal(), TGWin32::UpdateFillColor(), TGWin32::UpdateFillStyle(), TUnfoldBinning::UpdateFirstLastBin(), TGeoHelix::UpdateHelix(), TEveTrackPropagator::Helix_t::UpdateHelix(), TGLCamera::UpdateInterest(), TSQLFile::UpdateKeyData(), TGWin32::UpdateLineColor(), TGWin32::UpdateLineStyle(), TSessionViewer::UpdateListOfPackages(), TSessionViewer::UpdateListOfProofs(), TSessionViewer::UpdateListOfSessions(), TGWin32::UpdateMarkerColor(), TGWin32::UpdateMarkerStyle(), TGMdiMainFrame::UpdateMdiButtons(), TGuiBldNameFrame::UpdateName(), TTableDescriptor::UpdateOffsets(), TProofPlayer::UpdateProgressInfo(), TEveTrackProjected::UpdateProjection(), TEveBoxProjected::UpdateProjection(), TEveLineProjected::UpdateProjection(), TEveStraightLineSetProjected::UpdateProjection(), TEvePointSetProjected::UpdateProjection(), TEveCalo2D::UpdateProjection(), TASPaletteEditor::UpdateRange(), TEveTrackPropagator::Helix_t::UpdateRK(), TGLViewer::UpdateScene(), TGLSceneBase::UpdateSceneInfo(), TGLScene::UpdateSceneInfo(), TGFontDialog::UpdateStyleSize(), TMVA::MethodBDT::UpdateTargets(), TMVA::MethodBDT::UpdateTargetsRegression(), TGeometry::UpdateTempMatrix(), TGLViewerEditor::UpdateViewerAxes(), TParallelMergingFile::UploadAndReset(), TUploadDataSetDlg::UploadDataSet(), TProofMgr::UploadFiles(), TVectorT< Element >::Use(), TMatrixTSym< Element >::Use(), TMatrixT< Element >::Use(), TMatrixTSparse< Element >::Use(), TMVA::RuleFit::UseCoefficientsVisHists(), PyROOT::UseStrictOwnership(), TGeoOverlap::Validate(), RooProfileLL::validateAbsMin(), TGSelectBox::ValidateAlias(), RooSimWSTool::validateConfig(), TXMLEngine::ValidateDocument(), TProof::ValidateDSet(), TPacketizer::ValidateFiles(), TPacketizerAdaptive::ValidateFiles(), TGLScenePad::ValidateObjectBuffer(), TXMLEngine::ValidateVersion(), TQpResidual::ValidNonZeroPattern(), TQpVar::ValidNonZeroPattern(), TMVA::variables(), TMVA::variablesMultiClass(), RooMCIntegrator::vegas(), TBufferXML::VerifyAttr(), VerifyDataSet(), TProof::VerifyDataSetParallel(), TSQLObjectData::VerifyDataType(), TBufferXML::VerifyElemNode(), THttpServer::VerifyFilePath(), TSQLFile::VerifyLongStringTable(), VerifyMatrixIdentity(), VerifyMatrixValue(), TBufferXML::VerifyNode(), VerifyPyBool(), VerifyPyLong(), TMVA::MethodRuleFit::VerifyRange(), VerifyVectorIdentity(), VerifyVectorValue(), TGeoVoxelFinder::Voxelize(), TRootGuiBuilder::VSplitter(), TPad::WaitPrimitive(), TGeoChecker::Weight(), RooDataHist::weight(), RooVectorDataStore::weightError(), TMVA::PDEFoamKernelGauss::WeightGaus(), TEveRGBAPalette::WithinVisibleRange(), TBufferSQL2::WorkWithClass(), TBufferXML::WorkWithClass(), TBufferJSON::WorkWithClass(), TBufferXML::WorkWithElement(), TBufferJSON::WorkWithElement(), TFile::Write(), TTreeCloner::WriteBaskets(), TCastorFile::WriteBuffer(), TFileCacheWrite::WriteBuffer(), TGFALFile::WriteBuffer(), TDCacheFile::WriteBuffer(), TNetXNGFile::WriteBuffer(), TNetFile::WriteBuffer(), TBasket::WriteBuffer(), TDavixFile::WriteBuffer(), TXMLFile::WriteBuffer(), TXNetFile::WriteBuffer(), TFile::WriteBuffer(), TSQLFile::WriteBuffer(), TStreamerInfo::WriteBufferAux(), TClassDocOutput::WriteClassDescription(), TClassDocOutput::WriteClassDocHeader(), TPDF::WriteCompressedBuffer(), TDataSetManagerFile::WriteDataSet(), TDirectoryFile::WriteDirHeader(), TBufferJSON::WriteFastArray(), TBufferFile::WriteFastArray(), TBufferSQL2::WriteFastArray(), TASImagePlugin::WriteFile(), TMVA::RuleFitAPI::WriteFloat(), TGDMLWrite::WriteGDMLfile(), TDocOutput::WriteHtmlFooter(), TDocOutput::WriteHtmlHeader(), TMVA::RuleFitAPI::WriteInt(), TMVA::RuleFitAPI::WriteIntParms(), TSQLFile::WriteKeyData(), TMVA::RuleFitAPI::WriteLx(), TClassDocOutput::WriteMethod(), TFileHandler::WriteNotify(), TMVA::RuleFitAPI::WriteProgram(), ROOT::Internal::TTreeProxyGenerator::WriteProxy(), TMVA::RuleFitAPI::WriteRealParms(), TMVA::RuleFitAPI::WriteRealVarImp(), TMVA::RuleFitAPI::WriteTest(), RooArgSet::writeToFile(), RooWorkspace::writeToFile(), RooMappedCategory::writeToStream(), RooArgSet::writeToStream(), TMVA::RuleFitAPI::WriteTrain(), TMVA::RuleFitAPI::WriteVarNames(), TProofPerfAnalysis::WrkInfoOK(), XColor_t::XColor_t(), TKeyXML::XmlReadAny(), TBufferXML::XmlReadBasic(), TBufferXML::XmlReadValue(), TBufferXML::XmlWriteValue(), TEveTrans::ZeroTrans(), TPostScript::Zone(), TGLPerspectiveCamera::Zoom(), TGLOrthoCamera::Zoom(), RooAbsArg::~RooAbsArg(), TApplication::~TApplication(), TApplicationServer::~TApplicationServer(), TClass::~TClass(), TClonesArray::~TClonesArray(), TGeoManager::~TGeoManager(), TGuiBldDragManager::~TGuiBldDragManager(), TGUndockedFrame::~TGUndockedFrame(), TNetSystem::~TNetSystem(), TObjectRefSpy::~TObjectRefSpy(), TObjectSpy::~TObjectSpy(), TPacketizerFile::~TPacketizerFile(), TPacketizerMulti::~TPacketizerMulti(), TProof::~TProof(), and TROOT::~TROOT().

const Int_t kMaxChar = kMaxUChar >> 1

Definition at line 95 of file Rtypes.h.

const Int_t kMaxInt = Int_t(kMaxUInt >> 1)
const Long_t kMaxLong = Long_t(kMaxULong >> 1)

Definition at line 107 of file Rtypes.h.

Referenced by GetNumbers(), and IntStr().

const Long64_t kMaxLong64 = Long64_t(kMaxULong64 >> 1)

Definition at line 111 of file Rtypes.h.

Referenced by TDSet::SplitEntryList().

const Int_t kMaxShort = kMaxUShort >> 1

Definition at line 99 of file Rtypes.h.

const Int_t kMaxUChar = 256

Definition at line 94 of file Rtypes.h.

const UInt_t kMaxUInt = UInt_t(~0)
const ULong_t kMaxULong = ULong_t(~0)

Definition at line 106 of file Rtypes.h.

const ULong64_t kMaxULong64 = ULong64_t(~0LL)

Definition at line 110 of file Rtypes.h.

const Int_t kMaxUShort = 65534

Definition at line 98 of file Rtypes.h.

const Int_t kMinChar = -kMaxChar - 1

Definition at line 96 of file Rtypes.h.

const Int_t kMinInt = -kMaxInt - 1
const Long_t kMinLong = -kMaxLong - 1

Definition at line 108 of file Rtypes.h.

const Long64_t kMinLong64 = -kMaxLong64 - 1

Definition at line 112 of file Rtypes.h.

const Int_t kMinShort = -kMaxShort - 1

Definition at line 100 of file Rtypes.h.

const Ssiz_t kNPOS = ~(Ssiz_t)0

Definition at line 115 of file Rtypes.h.

Referenced by THttpCallArg::AccessHeader(), TFileCollection::Add(), TChain::Add(), TGFileBrowser::Add(), TTreeCache::AddBranch(), TGFileContainer::AddFile(), TUploadDataSetDlg::AddFiles(), TDocHtmlDirective::AddLine(), TGLVoxelPainter::AddOption(), TGLLegoPainter::AddOption(), TGLBoxPainter::AddOption(), TGLSurfacePainter::AddOption(), TGFileBrowser::AddRemoteFile(), TGFileContainer::AddRemoteFile(), TFileDrawMap::AnimateTree(), TQueryResultManager::ApplyMaxQueries(), TProof::AssertDataSet(), TSubString::AssertElement(), TFile::AsyncOpen(), begin_request_handler(), TBranch::Browse(), TBranchElement::Browse(), TDataSetManagerFile::BrowseDataSets(), TMultiLayerPerceptron::BuildLastLayer(), TPluginHandler::CanHandle(), TAuthenticate::CheckNetrc(), TGCommandPlugin::CheckRemote(), ClassImp(), TUrl::CleanRelativePath(), TProofLite::CleanupSandbox(), TQueryResultManager::CleanupSession(), TDataSetManagerFile::ClearCache(), TXSocket::Close(), TApplicationRemote::CollectInput(), TSystem::CompileMacro(), TProofLite::CopyMacroToCache(), THttpCallArg::CountHeader(), TCivetweb::Create(), TXSocket::Create(), TTreeSQL::CreateBranches(), TClassDocOutput::CreateDotClassChartLib(), TDocLatexDirective::CreateLatex(), THtml::CreateListOfClasses(), TDocOutput::CreateModuleIndex(), TXProofServ::CreateServer(), TDocMacroDirective::CreateSubprocessInputFile(), TDocParser::DecorateKeywords(), TDirectoryFile::Delete(), TDirectory::Delete(), TProof::DeleteParameters(), TProofLogElem::Display(), do_anadist(), do_anadist_ds(), do_put(), do_rm(), TFitEditor::DoDataSet(), TProofProgressLog::DoLog(), TGFileBrowser::DoubleClicked(), TGraph::Draw(), TTreePlayer::DrawSelect(), TProofLite::DrawSelect(), TProof::DrawSelect(), TTreeCache::DropBranch(), TTreeViewer::EmptyBrackets(), TProof::EnablePackage(), TRootSniffer::ExecuteCmd(), TWinNTSystem::ExpandPathName(), RooStudyManager::expandWildCardSpec(), TProofPerfAnalysis::FileDist(), TProofPerfAnalysis::FillFileDist(), TProofPerfAnalysis::FillFileDistOneSrv(), TProofPerfAnalysis::FillFileInfo(), TDataSetManagerFile::FillLsDataSet(), TGMimeTypes::Find(), TFileInfo::FindByUrl(), TSystem::FindHelper(), TRootContextMenu::FindHierarchy(), TGContainer::FindItem(), FindMenuIconName(), TDocOutput::FixupAuthorSourceInfo(), TMakeProject::GenerateClassPrefix(), GetAuthProto(), TCollectionPropertyBrowsable::GetBrowsables(), TDataSetManagerFile::GetDataSets(), TDSetElement::GetEntries(), TDSet::GetEntries(), THtml::TFileDefinition::GetFileName(), THtml::GetHtmlFileName(), THtml::TPathDefinition::GetIncludeAs(), TWinNTSystem::GetLibraries(), TSystem::GetLibraries(), TUnixSystem::GetLinkedLibraries(), TProofLite::GetListOfQueries(), THtml::TModuleDefinition::GetModule(), TProofLite::GetNumberOfWorkers(), TVirtualBranchBrowsable::GetScope(), TSelector::GetSelector(), TProofMgrLite::GetSessionLogs(), TXProofMgr::GetSessionLogs(), TCling::GetSharedLibDeps(), TEventIterTree::GetTrees(), TProofPerfAnalysis::GetWrkFileList(), TProofServ::HandleCache(), TProofServ::HandleDataSets(), TDocParser::HandleDirective(), TFormula::HandleExponentiation(), TProofServ::HandleLibIncPath(), TProof::HandleLibIncPath(), TFormula::HandleLinear(), TProof::HandleOutputOptions(), TFormula::HandleParametrizedFunctions(), TFormula::HandlePolN(), TProofServ::HandleQueryList(), TROOT::IgnoreInclude(), TRegexp::Index(), TProofOutputFile::Init(), TClass::Init(), TBranchElement::InitializeOffsets(), THttpServer::IsFileRequested(), TSubString::IsNull(), TClassDocOutput::ListDataMembers(), TSystem::ListLibraries(), TEventIterTree::Load(), TSystem::Load(), TProof::Load(), TProofPerfAnalysis::LoadTree(), TDocParser::LocateMethodInCurrentLine(), TDocParser::LocateMethods(), TDocParser::LocateMethodsInHeaderInline(), TDocParser::LocateMethodsInSource(), TQueryResultManager::LocateQuery(), TXProofServ::LockSession(), TQueryResultManager::LockSession(), TProofOutputList::ls(), TFolder::ls(), TTask::ls(), TDirectoryFile::ls(), TCollection::ls(), TDirectory::ls(), TFile::MakeProject(), TProof::MarkBad(), TProofPlayerRemote::MergeOutput(), TDocOutput::NameSpace2FileName(), TRootContextMenu::OnlineHelp(), TFile::Open(), TProof::Open(), TSubString::operator!(), TGLHistPainter::Paint(), TFileDrawMap::PaintDir(), TXSlave::ParseBuffer(), TProof::ParseConfigField(), TDataSetManager::ParseInitOpts(), TProofProgressMemoryPlot::ParseLine(), TXNetFile::ParseOptions(), TChain::ParseTreeFilename(), pq2register(), TProofOutputList::Print(), TClassTable::Print(), TCollection::Print(), TQueryResult::Print(), TPad::Print(), TTree::Print(), TProofPerfAnalysis::PrintFileInfo(), TProofPerfAnalysis::PrintWrkInfo(), TProof::Process(), TDocParser::ProcessComment(), TFormula::ProcessFormula(), TCling::ProcessLine(), TRootCanvas::ProcessMessage(), TProofServ::ProcessNext(), THttpServer::ProcessRequest(), TRootSniffer::ProduceExe(), TRootSniffer::ProduceMulti(), THnBase::ProjectionAny(), TSapDBServer::Query(), TProofMgrLite::ReadBuffer(), TTree::ReadStream(), THnBase::RebinBase(), TProofPlayer::ReinitSelector(), TEntryList::Relocate(), TEntryList::RelocatePaths(), TProofServ::Reset(), TProofLite::ResolveKeywords(), TProofProgressLog::SaveToFile(), TTreePlayer::Scan(), TGText::Search(), TSQLMonitoringWriter::SendParameters(), TTree::SetBasketSize(), TTree::SetBranchStatus(), TProof::SetFeedback(), TGFontDialog::SetFont(), TF2GL::SetModel(), TH2GL::SetModel(), TH3GL::SetModel(), TDocDirective::SetParameters(), TGLAxisPainter::SetTextFormat(), TEfficiency::SetTitle(), TProofServLite::Setup(), TXProofServ::Setup(), TProofServ::Setup(), TProofServ::SetupCommon(), TProofServLite::SetupOnFork(), TDataSetManagerFile::ShowCache(), TDataSetManager::ShowDataSets(), TProof::ShowParameters(), TUnixSystem::StackTrace(), TClass::TClass(), TDSet::TDSet(), TFile::TFile(), THStack::THStack(), TOracleServer::TOracleServer(), TPerfStats::TPerfStats(), TCling::UnloadLibraryMap(), TGFontDialog::UpdateStyleSize(), TProofMgr::UploadFiles(), TClassDocOutput::WriteClassDocHeader(), TDocOutput::WriteHtmlFooter(), TDocOutput::WriteHtmlHeader(), TASImage::WriteImage(), TDocOutput::WriteLocation(), TDocOutput::WriteModuleLinks(), and ROOT::Internal::TTreeProxyGenerator::WriteProxy().

const Bool_t kTRUE = true

Definition at line 91 of file Rtypes.h.

Referenced by TGTextEditor::About(), TEveElementList::AcceptElement(), TGedFrame::AcceptModel(), TH1Editor::AcceptModel(), TH2Editor::AcceptModel(), TProofServ::AcceptResults(), TEveProjection::AcceptSegment(), TEveRhoZProjection::AcceptSegment(), TRootSniffer::AccessField(), TChirpSystem::AccessPathName(), TGFALSystem::AccessPathName(), THDFSSystem::AccessPathName(), TAlienSystem::AccessPathName(), TRFIOSystem::AccessPathName(), TXNetSystem::AccessPathName(), TFTP::AccessPathName(), TWebSystem::AccessPathName(), TNetSystem::AccessPathName(), TUnixSystem::AccessPathName(), TWinNTSystem::AccessPathName(), TContextMenu::Action(), TMVA::ActionButton(), RooSentinel::activate(), TGEventHandler::Activate(), THostAuth::Activate(), TGedFrame::ActivateBaseClassEditors(), TH2Editor::ActivateBaseClassEditors(), TGedEditor::ActivateEditor(), TGContainer::ActivateItem(), TEveSelection::ActivateSelection(), TProof::ActivateWorker(), TProofNodes::ActivateWorkers(), RooFormula::actualDependents(), RooFFTConvPdf::actualObservables(), RooAbsSelfCachedPdf::actualParameters(), RooAbsSelfCachedReal::actualParameters(), RooNumRunningInt::actualParameters(), RooIntegralMorph::actualParameters(), TMVA::MethodBoost::AdaBoost(), RooMPSentinel::add(), TProfileHelper::Add(), RooAbsCollection::add(), TEntryList::Add(), TClassTable::Add(), TChain::Add(), TTreeFormulaManager::Add(), TH2Poly::Add(), TBrowser::Add(), TGFileBrowser::Add(), TMapFile::Add(), TH1::Add(), TDSet::Add(), TFileMerger::AddAdoptFile(), TUnfoldBinning::AddAxis(), TH2Poly::AddBin(), TH2Poly::AddBinToPartition(), RooBinning::addBoundary(), TTreeCache::AddBranch(), TTree::AddBranchToCache(), TRootBrowserLite::AddCheckBox(), RooAbsCollection::addClone(), TSQLTableData::AddColumn(), TXMLEngine::AddComment(), TProof::AddDynamicPath(), TGeoMixture::AddElement(), TMVA::DataSet::AddEvent(), TEveManager::AddEvent(), TFileMerger::AddFile(), TGFileContainer::AddFile(), RooMCStudy::addFitResult(), TGPack::AddFrameInternal(), TFileCollection::AddFromFile(), THttpCallArg::AddHeader(), TSQLFile::AddIdEntry(), TProof::AddIncludePath(), THnBase::AddInternal(), TGFileBrowser::AddKey(), TDocHtmlDirective::AddLine(), TFileInfo::AddMetaData(), TFileCollection::AddMetaData(), TMVA::MethodCategory::AddMethod(), RooStats::NumberCountingPdfFactory::AddModel(), TObjectTable::AddObj(), TViewer3DPad::AddObject(), TGLScenePad::AddObject(), TGLVoxelPainter::AddOption(), TGLLegoPainter::AddOption(), TGLBoxPainter::AddOption(), TGLSurfacePainter::AddOption(), TProofPlayerRemote::AddOutput(), TProofPlayerRemote::AddOutputObject(), TGeoParallelWorld::AddOverlap(), RooAbsCollection::addOwned(), TDocMacroDirective::AddParameter(), RooAbsArg::addParameters(), TPythia8::AddParticlesToPdgDataBase(), RooSimultaneous::addPdf(), TGMenuBar::AddPopup(), TXMLEngine::AddRawLine(), TTVSession::AddRecord(), TUnfold::AddRegularisationCondition(), TGFileContainer::AddRemoteFile(), ROOT::Detail::TSchemaRuleSet::AddRule(), TClass::AddRule(), TWinNTSystem::AddSignalHandler(), TMVA::DataSetInfo::AddSpectator(), RooMsgService::addStream(), TGHtml::AddStyle(), TXMLEngine::AddStyleSheet(), RooStats::SPlot::AddSWeight(), TMVA::DataSetInfo::AddTarget(), RooThresholdCategory::addThreshold(), TGMenuBar::AddTitle(), PyROOT::Utility::AddToClass(), TLinearFitter::AddToDesign(), TF1::AddToGlobalList(), RooCategory::addToRange(), TRootBrowserLite::AddToTree(), TGMimeTypes::AddType(), TMVA::Types::AddTypeMapping(), TFileInfo::AddUrl(), PyROOT::Utility::AddUsingToClass(), TMVA::DataSetInfo::AddVariable(), TSpider::AddVariable(), TGX11::AddWindow(), TProof::AddWorkers(), TGListView::AdjustHeaders(), TProofOutputFile::AdoptFile(), TAlienSystem::AlienFilestat(), TGeoPhysicalNode::Align(), TTabCom::AllAgreeOnChar(), RooAbsData::allClientsCached(), RooAbsCollection::allInRange(), TMatrixTSparse< Element >::Allocate(), TMatrixTSym< Element >::Allocate(), TMatrixT< Element >::Allocate(), TVectorT< Element >::Allocate(), TGenCollectionProxy::Allocate(), TGWin32::AllocColor(), TVirtualX::AllocColor(), TGCocoa::AllocColor(), TGX11::AllocColor(), RooAbsOptTestStatistic::allowFunctionCache(), TEveCalo3DGL::AlwaysSecondarySelect(), TEveCalo2DGL::AlwaysSecondarySelect(), TEveCaloLegoGL::AlwaysSecondarySelect(), TLatex::Analyse(), RooDstD0BG::analyticalIntegral(), RooHistPdf::analyticalIntegral(), RooHistFunc::analyticalIntegral(), RooNDKeysPdf::analyticalIntegral(), RooAbsCachedPdf::analyticalIntegralWN(), RooProdPdf::analyticalIntegralWN(), ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeOldLeaf(), ROOT::Internal::TTreeReaderGenerator::AnalyzeTree(), TGeoTrack::AnimateTrack(), TGeoManager::AnimateTracks(), RooStats::HypoTestResult::Append(), TGText::Append(), TDirectoryFile::AppendKey(), TObject::AppendPad(), TGLPerspectiveCamera::Apply(), TGFileBrowser::ApplyFilter(), TEveElement::ApplyVizTag(), AreCompatible(), RooHistFunc::areIdentical(), RooHistPdf::areIdentical(), TGeoBBox::AreOverlapping(), RooUnitTest::areTHidentical(), TGMdiMainFrame::ArrangeMinimized(), TEveCaloViz::AssertCellIdCache(), TCollection::AssertClass(), TProof::AssertDataSet(), TProofOutputFile::AssertDir(), TProof::AssertPath(), TProofPlayer::AssertSelector(), TLinearFitter::AssignData(), RooAbsCollection::assignFast(), RooAbsCollection::assignValueOnly(), TFile::AsyncOpen(), RooSimSplitGenContext::attach(), RooSimGenContext::attach(), RooConvGenContext::attach(), RooGenFitStudy::attach(), RooAbsArg::attachDataSet(), RooAbsArg::attachDataStore(), TGWin32GLManager::AttachOffScreenDevice(), TX11GLManager::AttachOffScreenDevice(), RooAbsNumGenerator::attachParameters(), TXProofMgr::AttachSession(), RooAbsCategory::attachToTree(), RooAbsReal::attachToTree(), TRootAuth::Authenticate(), TServerSocket::Authenticate(), TSocket::Authenticate(), TAuthenticate::Authenticate(), TAuthenticate::AuthError(), TAuthenticate::AuthExists(), RooNormSetCache::autoCache(), RooWorkspace::CodeRepo::autoImportClass(), TCling::AutoParseImplRecurse(), TStructNodeEditor::AutoRefreshButtonSlot(), TGHtmlBrowser::Back(), TSpectrum::Background(), TMVA::MethodMLP::BackPropagationMinimize(), TString::BaseConvert(), RooAddModel::basisCode(), TMVA::bdtcontrolplots(), TSelHist::Begin(), TSelectorDraw::Begin(), TSelEvent::Begin(), begin_request_handler(), TGLRnrCtx::BeginSelection(), TGLScene::BeginSmartRefresh(), TEfficiency::BetaShortestInterval(), TMVA::MethodMLP::BFGSMinimize(), TDecompSVD::Bidiagonalize(), RooAddition::binBoundaries(), RooRealSumPdf::binBoundaries(), RooAddPdf::binBoundaries(), TLDAPServer::Bind(), PyROOT::BindCppGlobal(), TGMainFrame::BindKey(), TRootGuiBuilder::BindKeys(), TODBCStatement::BindParam(), RooBinning::binEdges(), TEveProjection::BisectBreakPoint(), TMVA::MethodBoost::BookMethod(), TMVA::RuleFit::Boost(), TArray::BoundsOk(), TObjArray::BoundsOk(), TRefArray::BoundsOk(), TTable::BoundsOk(), RooNDKeysPdf::boxInfoInit(), TTreeFormula::BranchHasMethod(), ROOT::Internal::TTreeReaderGenerator::BranchNeedsReader(), RooAbsArg::branchNodeServerList(), TTree::BranchOld(), TGText::BreakLine(), TTree::Bronch(), TTree::BronchExec(), THbookKey::Browse(), TRemoteObject::Browse(), TKey::Browse(), TDataSetManagerFile::BrowseDataSets(), TRootBrowserLite::BrowseTextFile(), TProofNodes::Build(), TDirectoryFile::Build(), TGTextEditor::Build(), TGraph2D::Build(), TGFontDialog::Build(), TCanvas::Build(), TH1::Build(), TStreamerInfo::Build(), TSessionViewer::Build(), RootCsg::build_difference(), TGeoNavigator::BuildCache(), TEveCalo3D::BuildCellIdCache(), TEveCalo2D::BuildCellIdCache(), TEveCaloLego::BuildCellIdCache(), TStreamerInfo::BuildCheck(), TGeoElementTable::BuildDefaultElements(), TMVA::DataSetFactory::BuildEventVector(), TStreamerInfo::BuildFor(), TTreeViewer::BuildInterface(), TGeoVolumeDialog::BuildListTree(), TGeoShapeDialog::BuildListTree(), TProofProgressMemoryPlot::BuildLogList(), TKDEFGT::BuildModel(), TStreamerInfo::BuildOld(), TProof::BuildPackage(), TProof::BuildPackageOnClient(), RooSimPdfBuilder::buildPdf(), TClass::BuildRealData(), BuildScopeProxyDict(), TMVA::PDF::BuildSplinePDF(), TGLH2PolyPainter::BuildTesselation(), RooVectorDataStore::cacheArgs(), RooTreeDataStore::cacheArgs(), RooDataSet::cacheClone(), RooDataHist::cacheClone(), TGLH2PolyPainter::CacheGeometry(), RooAbsCachedReal::cacheNameSuffix(), RooAbsCachedPdf::cacheNameSuffix(), TIsAProxy::CacheSubType(), RooDataHist::cacheValidEntries(), TGLScene::CalcBoundingBox(), TGLManip::CalcDrawScale(), RooFFTConvPdf::calcParams(), TMVA::BinarySearchTree::CalcStatistics(), RooNumRunningInt::RICacheElem::calculate(), RooRealMPFE::calculate(), RooIntegralMorph::MorphCacheElem::calculate(), RooDataHist::calculatePartialBinVolume(), TGLRotateManip::CalculateRingLine(), TGraphErrors::CalculateScanfFields(), RooNDKeysPdf::calculateShell(), TClass::CalculateStreamerOffset(), RooIntegralMorph::MorphCacheElem::calcX(), Cppyy::CallDestructor(), TClass::CallShowMembers(), TGLiteJob::Cancel(), TGuiBldDragManager::Cancel(), TProofLite::CancelStagingDataSet(), TProof::CancelStagingDataSet(), RooWorkspace::cancelTransaction(), TEveGeoTopNode::CanEditElement(), TEveElement::CanEditElement(), TEveTriangleSet::CanEditMainTransparency(), TRootSnifferScanRec::CanExpandItem(), TPluginHandler::CanHandle(), RooGaussKronrodIntegrator1D::canIntegrate1D(), RooImproperIntegrator1D::canIntegrate1D(), RooSegmentedIntegrator1D::canIntegrate1D(), RooBinIntegrator::canIntegrate1D(), RooAdaptiveGaussKronrodIntegrator1D::canIntegrate1D(), RooIntegrator1D::canIntegrate1D(), RooMCIntegrator::canIntegrate1D(), RooSegmentedIntegrator2D::canIntegrate2D(), RooIntegrator2D::canIntegrate2D(), RooAdaptiveIntegratorND::canIntegrate2D(), RooBinIntegrator::canIntegrate2D(), RooMCIntegrator::canIntegrate2D(), RooAdaptiveIntegratorND::canIntegrateND(), RooBinIntegrator::canIntegrateND(), RooMCIntegrator::canIntegrateND(), RooGaussKronrodIntegrator1D::canIntegrateOpenEnded(), RooImproperIntegrator1D::canIntegrateOpenEnded(), RooAdaptiveGaussKronrodIntegrator1D::canIntegrateOpenEnded(), TGLScenePad::CanLoopOnPrimitives(), TGLViewer::CanLoopOnPrimitives(), TEveWindowPack::CanMakeNewSlots(), TEveWindowTab::CanMakeNewSlots(), TStreamerElement::CannotSplit(), TStreamerSTL::CannotSplit(), TRecorderReplaying::CanOverlap(), TGDMLWrite::CanProcess(), TQUndoManager::CanRedo(), RooAcceptReject::canSampleCategories(), RooAcceptReject::canSampleConditional(), TClass::CanSplit(), TClass::CanSplitBaseAllow(), RooAbsData::canSplitFast(), TQUndoManager::CanUndo(), TGLOutput::Capture(), TGLOutput::CapturePostscript(), TProofServ::CatMotd(), TMVA::CCPruner::CCPruner(), THbookFile::cd(), TGLite::Cd(), TAlien::Cd(), TGeoNavigator::cd(), TDirectory::cd1(), TDirectory::Cd1(), TGeoNodeCache::CdDown(), RooStats::SamplingDistribution::CDF(), TGeoNavigator::CdUp(), TEveCaloViz::CellInEtaPhiRng(), RooAbsMoment::central(), TF1::CentralMoment(), TFITSHDU::Change(), TGuiBldDragManager::ChangeBackgroundColor(), RooTruthModel::changeBasis(), RooResolutionModel::changeBasis(), TEveScene::Changed(), TGLViewerBase::Changed(), RooFormula::changeDependents(), TAlienSystem::ChangeDirectory(), TGWin32::ChangeGC(), TGuiBldDragManager::ChangeImage(), RooAbsAnaConvPdf::changeModel(), RooCompositeDataStore::changeObservableName(), RooTreeDataStore::changeObservableName(), TH2Poly::ChangePartition(), TGuiBldDragManager::ChangePicture(), RooListProxy::changePointer(), RooSetProxy::changePointer(), RooArgProxy::changePointer(), TGuiBldNameFrame::ChangeSelected(), TGuiBldHintsEditor::ChangeSelected(), TGuiBldEditor::ChangeSelected(), TGTab::ChangeTab(), TEnvRec::ChangeValue(), TClassTable::Check(), TGHtmlBrowser::CheckAnchors(), TSQLiteStatement::CheckBindError(), TTreeSQL::CheckBranch(), TCling::CheckClassInfo(), THnBase::CheckConsistency(), TDataSetManager::CheckDataSetSrvMaps(), TGeoElementRN::CheckDecays(), TAlienPackage::CheckDependencies(), TWinNTSystem::CheckDescriptors(), TUnixSystem::CheckDescriptors(), TAlienPackage::CheckDirectories(), TGuiBldDragManager::CheckDragResize(), TSelectorList::CheckDuplicateName(), TGeoPainter::CheckEdit(), TGX11::CheckEvent(), TGWin32::CheckEvent(), TGCocoa::CheckEvent(), TDCacheFile::CheckFile(), TApplicationRemote::CheckFile(), TProof::CheckFile(), TGFileBrowser::CheckFiltered(), RooArgSet::checkForDup(), TPluginHandler::CheckForExecPlugin(), ROOT::Internal::TTreeProxyGenerator::CheckForMissingClass(), TMVA::Tools::CheckForSilentOption(), TMVA::Tools::CheckForVerboseOption(), TGeoManager::CheckGeometry(), TGeoChecker::CheckGeometryFull(), TAuthenticate::CheckHost(), TAlienCollection::CheckIfOnline(), TKDE::CheckKernelValidity(), TLatex::CheckLatexSyntax(), RooSegmentedIntegrator1D::checkLimits(), RooGaussKronrodIntegrator1D::checkLimits(), RooSegmentedIntegrator2D::checkLimits(), RooAdaptiveGaussKronrodIntegrator1D::checkLimits(), RooBinIntegrator::checkLimits(), RooImproperIntegrator1D::checkLimits(), RooAdaptiveIntegratorND::checkLimits(), RooIntegrator1D::checkLimits(), RooAbsIntegrator::checkLimits(), TDataSetManagerFile::CheckLocalCache(), TEveUtil::CheckMacro(), TProofPlayer::CheckMemUsage(), TAuthenticate::CheckNetrc(), TSQLStructure::CheckNormalClassPair(), TBufferFile::CheckObject(), TBufferJSON::CheckObject(), RooRealSumPdf::checkObservables(), RooAddModel::checkObservables(), RooAddPdf::checkObservables(), TXTRU::CheckOrdering(), TGeoChecker::CheckOverlaps(), TGeoNode::CheckOverlaps(), TGeoVolume::CheckOverlaps(), TGeoChecker::CheckOverlapsBySampling(), TGeoNavigator::CheckPath(), TPluginHandler::CheckPlugin(), TGeoChecker::CheckPoint(), TAuthenticate::CheckProofAuth(), TGeoPconEditor::CheckSections(), TWinNTSystem::CheckSignals(), TUnixSystem::CheckSignals(), TGFileBrowser::CheckSorted(), TMVA::Tools::CheckSplines(), TDataSetManager::CheckStagedStatus(), RooFactoryWSTool::checkSyntax(), TTreeSQL::CheckTable(), TGeoElementTable::CheckTable(), TGuiBldDragManager::CheckTargetAtPoint(), TTimer::CheckTimer(), TMVA::DataSetFactory::CheckTTreeFormula(), checkUrl(), RooAbsReal::chi2FitDriver(), TAlienSystem::Chmod(), TGLH2PolyPainter::ClampZ(), TGLLegoPainter::ClampZ(), TClassDocOutput::Class2Html(), TClassDocOutput::ClassDotCharts(), TBufferSQL2::ClassEnd(), TClassDocOutput::ClassHtmlTree(), ClassImp(), ClassImpQ(), TCling::ClassInfo_Contains(), TBufferJSON::ClassMember(), TBufferXML::ClassMember(), TBufferSQL2::ClassMember(), TROOT::ClassSaved(), TUrl::CleanRelativePath(), TSecContext::Cleanup(), TProofLite::CleanupSandbox(), TRootSecContext::CleanupSecContext(), TList::Clear(), TGText::Clear(), TGTextView::Clear(), TPad::Clear(), TProof::ClearData(), TProof::ClearInputData(), RooExpensiveObjectCache::clearObj(), TTreeDrawArgsParser::ClearPrevious(), RooUnitTest::clearSilentMode(), TGFileBrowser::Clicked(), RooAbsArg::cloneTree(), TTree::CloneTree(), TDirectoryFile::Close(), TUDPSocket::Close(), TDirectory::Close(), TSocket::Close(), TCanvas::Close(), TFile::Close(), TGMdiMainFrame::Close(), TGWin32::CloseDisplay(), TGLRnrCtx::CloseDLCapture(), TGeoParallelWorld::CloseGeometry(), TGeoManager::CloseGeometry(), TRootBrowser::CloseTabs(), TGMdiFrame::CloseWindow(), TGTextEditor::CloseWindow(), TGWin32::CloseWindow1(), RooAbsAnaConvPdf::coefVars(), TProof::Collect(), TTreeCloner::CollectBranches(), TApplicationRemote::CollectInput(), TProof::CollectInputFrom(), TEveRGBAPalette::ColorFromValue(), TAlien::Command(), TOracleServer::Commit(), TODBCServer::Commit(), TMySQLServer::Commit(), RooWorkspace::commitTransaction(), TGuiBldDragManager::Compact(), TMVA::compareanapp(), TStreamerInfo::CompareContent(), TStreamerInfo::Compile(), RooWorkspace::CodeRepo::compileClasses(), TSystem::CompileMacro(), TSelectorDraw::CompileVariables(), TProofDraw::CompileVariables(), THttpCallArg::CompressWithGzip(), TGeoShapeAssembly::ComputeBBox(), TGeoIntersection::ComputeBBox(), TGeoCtub::ComputeBBox(), TGeoSphere::ComputeNormal(), TGeoPcon::ComputeNormal(), TGeoPgon::ComputeNormal(), TGeoHype::ComputeNormal(), TGeoCtub::ComputeNormal(), TGeoArb8::ComputeTwist(), TGraphDelaunay::ComputeZ(), ROOT::TSchemaRule::Conflicts(), TXNetSystem::Connect(), TQObject::Connect(), TStyleManager::ConnectEditor(), TEveGListTreeEditorFrame::ConnectSignals(), TQObject::ConnectToClass(), TNetXNGSystem::ConsistentWith(), TNetSystem::ConsistentWith(), TSystem::ConsistentWith(), RooAbsOptTestStatistic::constOptimizeTestStatistic(), RooFit::Constrained(), TEveGeoPolyShape::Construct(), TCanvas::Constructor(), containBaseClass(), TGeoEltu::Contains(), TGeoShapeAssembly::Contains(), TGeoHalfSpace::Contains(), TEventList::Contains(), TGeoTrd2::Contains(), TGeoTrd1::Contains(), TGeoBBox::Contains(), TGeoTube::Contains(), TGeoPara::Contains(), TGeoParaboloid::Contains(), TGeoSphere::Contains(), TGeoCone::Contains(), TGeoPolygon::Contains(), TGeoTorus::Contains(), TGeoPcon::Contains(), TEntryListBlock::Contains(), TGeoPgon::Contains(), TGeoHype::Contains(), RooAbsCollection::contains(), TGeoXtru::Contains(), TGeoUnion::Contains(), TGeoConeSeg::Contains(), TGeoCtub::Contains(), RooAbsCollection::containsInstance(), TEventList::ContainsRange(), TMVA::Tools::ContainsRegularExpression(), RooNormSetCache::containsSet1(), ContainsTImage(), RooAbsCollection::contentsString(), TGHtml::ControlSize(), THtml::Convert(), PyROOT::TMethodHolder::ConvertAndSetArgs(), TGeoManager::ConvertReflections(), RooAddModel::convolution(), TKDTree< Index, Value >::CookBoundaries(), TGTextEdit::Copy(), TGTextView::Copy(), TTree::CopyEntries(), TSelHandleDataSet::CopyFile(), THtml::CopyFileFromEtcDir(), TGWin32::CopyGC(), TDocOutput::CopyHtmlFile(), TProofLite::CopyMacroToCache(), TGraphErrors::CopyPoints(), TGraphAsymmErrors::CopyPoints(), TGraphBentErrors::CopyPoints(), TGraph::CopyPoints(), TTreeCloner::CopyProcessIds(), TBasket::CopyTo(), RooAbsData::correlation(), RooAbsData::correlationMatrix(), TGeoBBox::CouldBeCrossed(), TGeoNode::CountDaughters(), TTableIter::CountKey(), TStructViewer::CountMembers(), TGeoPainter::CountNodes(), TGeoVolume::CountNodes(), TGeoPainter::CountVisibleNodes(), TXProofMgr::Cp(), TFile::Cp(), TCivetweb::Create(), TFastCgi::Create(), RooClassFactory::ClassFacIFace::create(), THostAuth::Create(), TNetFile::Create(), TSlave::Create(), RooCustomizer::CustIFace::create(), TBrowser::Create(), TNetSystem::Create(), TProofMgr::Create(), RooFactoryWSTool::SpecialsIFace::create(), TXSocket::Create(), TSocket::CreateAuthSocket(), TMVA::MethodPDERS::CreateBinarySearchTree(), TH1Editor::CreateBinTab(), TGFileBrowser::CreateBrowser(), TRootBrowserLite::CreateBrowser(), TRootBrowser::CreateBrowser(), TBasketSQL::CreateBuffer(), RooCachedReal::createCache(), TRootCanvas::CreateCanvas(), TMVA::MethodCategory::CreateCategoryDSI(), RooAbsPdf::createCdf(), RooAbsReal::createChi2(), RooAbsPdf::createChi2(), TSQLFile::CreateClassTable(), TGLPShapeObjEditor::CreateColorControls(), PyROOT::CreateConverter(), TGDMLWrite::CreateCutTubeN(), TGWin32GLManager::CreateDIB(), TGPictureButton::CreateDisabledPicture(), TGDMLWrite::CreateDivisionN(), TClassDocOutput::CreateDotClassChartIncl(), TClassDocOutput::CreateDotClassChartInh(), TClassDocOutput::CreateDotClassChartInhMem(), TClassDocOutput::CreateDotClassChartLib(), TGDMLWrite::CreateElementN(), THttpServer::CreateEngine(), TGLEmbeddedViewer::CreateFrames(), TGLSAViewer::CreateFrames(), TGWin32::CreateGC(), TGWin32GLManager::CreateGLContext(), TX11GLManager::CreateGLPixmap(), TGLEmbeddedViewer::CreateGLWidget(), TGLSAViewer::CreateGLWidget(), RooFitResult::createHessePdf(), TClassDocOutput::CreateHierarchyDot(), ROOT::Internal::TBranchProxyDirector::CreateHistogram(), RooAbsRealLValue::createHistogram(), RooDataSet::createHistogram(), RooAbsData::createHistogram(), RooAbsReal::createHistogram(), RooRealIntegral::createIntegral(), RooAbsReal::createIntegral(), RooNumIntFactory::createIntegrator(), RooAbsReal::createIntObj(), RooAbsReal::createIntRI(), TRootSniffer::CreateItem(), TVirtualCollectionPtrIterators::CreateIterators(), THtml::CreateListOfClasses(), TGDMLWrite::CreateMaterialN(), TGeoPatternX::CreateMatrix(), TGeoPatternY::CreateMatrix(), TGeoPatternZ::CreateMatrix(), TGeoPatternParaX::CreateMatrix(), TGeoPatternParaY::CreateMatrix(), TGeoPatternParaZ::CreateMatrix(), TGeoPatternTrapZ::CreateMatrix(), TGeoPatternCylPhi::CreateMatrix(), TGeoPatternSphPhi::CreateMatrix(), TRootContextMenu::CreateMenu(), TProof::CreateMerger(), TGDMLWrite::CreateMixtureN(), RooAbsPdf::createNLL(), TRootSnifferScanRec::CreateNode(), TPacketizerMulti::CreatePacketizer(), TGX11::CreatePictureFromData(), TGWin32::CreatePictureFromData(), TGX11::CreatePictureFromFile(), TGWin32::CreatePictureFromFile(), RooAbsReal::createPlotProjection(), TGDMLWrite::CreatePolyconeN(), RooAbsReal::createProfile(), RooAbsPdf::createProjection(), TGuiBldDragManager::CreatePropertyEditor(), PyROOT::TPyROOTApplication::CreatePyROOTApplication(), PyROOT::CreatePyStrings(), TSQLFile::CreateRawTable(), TStreamerInfoActions::TActionSequence::CreateReadMemberWiseActions(), ROOT::TGenericClassInfo::CreateRuleSet(), RooAbsReal::createRunningIntegral(), RooNumGenFactory::createSampler(), TProofLite::CreateSandbox(), PyROOT::CreateScopeProxy(), TProofServLite::CreateServer(), TXProofServ::CreateServer(), TProofServ::CreateServer(), THnSparse::CreateSparse(), TRobustEstimator::CreateSubset(), TLinearFitter::CreateSubset(), TStreamerInfoActions::TActionSequence::CreateWriteMemberWiseActions(), TXNetFile::CreateXClient(), TGeoNavigator::CrossBoundaryAndLocate(), TGeoNavigator::CrossDivisionCell(), TGraphErrors::CtorAllocate(), TGraphAsymmErrors::CtorAllocate(), TGraphBentErrors::CtorAllocate(), TGraph::CtorAllocate(), RooMultiCategory::currentLabel(), RooSuperCategory::currentLabel(), TGTextEntry::CursorRight(), TGTextEdit::Cut(), TGTextEditor::DataChanged(), TMVA::DataSet::DataSet(), TPythia8Decayer::Decay(), TMVA::MethodBase::DeclareBaseOptions(), TMVA::MethodBDT::DeclareCompatibilityOptions(), TMVA::MethodPDEFoam::DeclareCompatibilityOptions(), TMVA::MinuitFitter::DeclareOptions(), TMVA::MethodDT::DeclareOptions(), TMVA::MethodKNN::DeclareOptions(), TMVA::MethodBoost::DeclareOptions(), TMVA::MethodBDT::DeclareOptions(), TMVA::MethodMLP::DeclareOptions(), TMVA::MethodPDEFoam::DeclareOptions(), RooCmdConfig::decodeStringOnTheFly(), TDecompChol::Decompose(), TDecompBK::Decompose(), TDecompLU::Decompose(), TDecompQRH::Decompose(), TDecompSVD::Decompose(), TDecompSparse::Decompose(), TDecompLU::DecomposeLUCrout(), TDecompLU::DecomposeLUGauss(), TBufferSQL2::DecrementLevel(), DefHouseHolder(), RooCmdConfig::defineDouble(), RooFormula::DefinedVariable(), RooCmdConfig::defineInt(), RooCmdConfig::defineObject(), TAttParticle::DefinePDG(), TGeoXtru::DefinePolygon(), RooCmdConfig::defineSet(), RooWorkspace::defineSet(), RooCmdConfig::defineString(), RooCategory::defineType(), TTreeDrawArgsParser::DefineType(), RooAbsCategory::defineTypeUnchecked(), TGText::DelChar(), THashList::Delete(), TClonesArray::Delete(), TDirectoryFile::Delete(), TList::Delete(), TGTextEdit::Delete(), TDirectory::Delete(), TStreamerInfo::DeleteArray(), TClass::DeleteArray(), TMap::DeleteEntry(), TDSetElement::DeleteFriends(), TGLSAViewer::DeleteMenuBar(), TProof::DeleteParameters(), TSpider::DeleteVariable(), TGText::DelLine(), TGText::DelText(), RooAbsArg::dependsOn(), RooAbsArg::dependsOnValue(), TAlienCollection::DeselectFile(), TGLScene::DestroyLogical(), TGLScene::DestroyPhysical(), TGWin32::DestroyWindow(), TClass::Destructor(), TStreamerInfo::DestructorImpl(), TProof::Detach(), TMVA::MethodBDT::DeterminePreselectionCuts(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), TDecompSVD::Diagonalize(), TEveDigitSet::DigitColor(), TEveCaloLegoGL::DirectDraw(), TSQLFile::DirWriteKeys(), TGeoManager::DisableInactiveVolumes(), TEveElement::DisableListElements(), TProof::DisablePackage(), TProof::DisablePackages(), TXSocket::DisableTimeout(), TMacOSXSystem::DispatchOneEvent(), TUnixSystem::DispatchOneEvent(), TWinNTSystem::DispatchOneEvent(), TWinNTSystem::DispatchTimers(), TUnixSystem::DispatchTimers(), TRootContextMenu::DisplayPopup(), TGRegionWithId::DisplayPopup(), THistPainter::DistancetoPrimitive(), TGLHistPainter::DistancetoPrimitive(), TGeoPainter::DistanceToPrimitiveVol(), TPie::DistancetoSlice(), TGeoTrd1::DistFromInside(), TGeoTrd2::DistFromInside(), TGeoTube::DistFromInside(), TGeoPara::DistFromInside(), TGeoSphere::DistFromInside(), TGeoParaboloid::DistFromInside(), TGeoTorus::DistFromInside(), TGeoCone::DistFromInside(), TGeoPcon::DistFromInside(), TGeoArb8::DistFromInside(), TGeoPgon::DistFromInside(), TGeoHype::DistFromInside(), TGeoXtru::DistFromInside(), TGeoUnion::DistFromInside(), TGeoTubeSeg::DistFromInside(), TGeoTrap::DistFromInside(), TGeoIntersection::DistFromInside(), TGeoConeSeg::DistFromInside(), TGeoSubtraction::DistFromInside(), TGeoGtra::DistFromInside(), TGeoCtub::DistFromInside(), TGeoShapeAssembly::DistFromOutside(), TGeoTrd1::DistFromOutside(), TGeoTrd2::DistFromOutside(), TGeoPara::DistFromOutside(), TGeoBBox::DistFromOutside(), TGeoSphere::DistFromOutside(), TGeoTorus::DistFromOutside(), TGeoPgon::DistFromOutside(), TGeoHype::DistFromOutside(), TGeoXtru::DistFromOutside(), TGeoTrap::DistFromOutside(), TGeoIntersection::DistFromOutside(), TGeoSubtraction::DistFromOutside(), TGeoGtra::DistFromOutside(), TGeoCtub::DistFromOutside(), TGeoTube::DistFromOutsideS(), TGeoCone::DistFromOutsideS(), TGeoTubeSeg::DistFromOutsideS(), TGeoConeSeg::DistFromOutsideS(), TGeoConeSeg::DistToCons(), TGeoSphere::DistToSphere(), TGeoPcon::Divide(), TProfile::Divide(), TProfile2D::Divide(), TProfile3D::Divide(), TH1::Divide(), THnBase::Divide(), TGeoVolumeAssembly::Divide(), TMVA::DataSet::DivideTrainingSet(), do_anadist(), do_anadist_ds(), do_ls_files_server(), do_put(), do_rm(), TProofProgressDialog::DoAbort(), TH2Editor::DoAddArr(), TH1Editor::DoAddB(), TH1Editor::DoAddBar(), TH2Editor::DoAddBB(), TH2Editor::DoAddBox(), TH2Editor::DoAddCol(), TH2Editor::DoAddError(), TH2Editor::DoAddFB(), TFitEditor::DoAddition(), TH1Editor::DoAddMarker(), TGeoVolumeEditor::DoAddNode(), TH2Editor::DoAddPalette(), TH2Editor::DoAddScat(), TParallelCoordEditor::DoAddSelection(), TH1Editor::DoAddSimple(), TH2Editor::DoAddText(), TFitEditor::DoAllWeights1(), TGeoPgonEditor::DoApply(), TGeoPconEditor::DoApply(), TGeoSphereEditor::DoApply(), TGeoTubeSegEditor::DoApply(), TGeoConeSegEditor::DoApply(), TGeoCtubEditor::DoApply(), TH1Editor::DoBinMoved(), TH2Editor::DoBinMoved(), TH2Editor::DoBinReleased1(), TFrameEditor::DoBorderMode(), TPadEditor::DoBorderMode(), RooCustomizer::doBuild(), TXMLEngine::DocGetRootElement(), TGeoMixtureEditor::DoChkFraction(), TGeoMixtureEditor::DoChkNatoms(), TGeoManagerEditor::DoCreateBox(), TGeoManagerEditor::DoCreateCone(), TGeoManagerEditor::DoCreateCons(), TGeoManagerEditor::DoCreateCtub(), TGeoManagerEditor::DoCreateEltu(), TGeoManagerEditor::DoCreateGtra(), TF1::DoCreateHistogram(), TGeoManagerEditor::DoCreateHype(), TGeoManagerEditor::DoCreateMaterial(), TGeoManagerEditor::DoCreateMedium(), TGeoManagerEditor::DoCreateMixture(), TGeoManagerEditor::DoCreatePara(), TGeoManagerEditor::DoCreatePcon(), TGeoManagerEditor::DoCreatePgon(), TGeoManagerEditor::DoCreateSphe(), TGeoManagerEditor::DoCreateTorus(), TGeoManagerEditor::DoCreateTrap(), TGeoManagerEditor::DoCreateTrd1(), TGeoManagerEditor::DoCreateTrd2(), TGeoManagerEditor::DoCreateTube(), TGeoManagerEditor::DoCreateTubs(), TGeoMediumEditor::DoDeemax(), TGeoVolumeEditor::DoDivFromTo(), TGeoVolumeEditor::DoDivN(), TGeoVolumeEditor::DoDivName(), TGeoVolumeEditor::DoDivSelAxis(), TGeoVolumeEditor::DoDivStep(), TStyleManager::DoEditor(), TEveSelection::DoElementSelect(), TFitEditor::DoEmptyBinsAllWeights1(), TProofProgressDialog::DoEnableSpeedo(), TGeoMediumEditor::DoEpsil(), RooMinimizerFcn::DoEval(), TGeoMediumEditor::DoFieldm(), TFunctionParametersDialog::DoFix(), TGeoMixtureEditor::DoFraction(), TFitEditor::DoFunction(), TH1Editor::DoHBar(), TH1Editor::DoHistChanges(), TH1Editor::DoHistComplex(), TH1Editor::DoHistSimple(), TF1::DoInitialize(), TH1::DoIntegral(), ROOT::Math::AdaptiveIntegratorMultiDim::DoIntegral(), TParallelCoordEditor::DoLineType(), TGLCamera::Dolly(), TProofProgressLog::DoLog(), TGeoMediumEditor::DoMagfldSelect(), TAttMarkerEditor::DoMarkerSize(), TAttMarkerEditor::DoMarkerStyle(), TStyleManager::DoMenu(), TGraphErrors::DoMerge(), TGraphAsymmErrors::DoMerge(), TGraphBentErrors::DoMerge(), TGraph::DoMerge(), TGeoMixtureEditor::DoNatoms(), TRootSnifferScanRec::Done(), TGeoPconEditor::DoNz(), TH1Editor::DoOffsetMoved(), TH2Editor::DoOffsetMoved(), TStyleDialog::DoOK(), TGLViewer::DoOverlaySelect(), TGeoTranslationEditor::DoParameters(), TGeoRotationEditor::DoParameters(), TGeoCombiTransEditor::DoParameters(), TFitParametersDialog::DoParBound(), TFitParametersDialog::DoParFix(), TFunctionParametersDialog::DoParMaxLimit(), TFitParametersDialog::DoParMaxLimit(), TFunctionParametersDialog::DoParMinLimit(), TFitParametersDialog::DoParMinLimit(), TFunctionParametersDialog::DoParValue(), TFitParametersDialog::DoParValue(), TH1Editor::DoPercent(), TGeoSphereEditor::DoPhi(), TGeoTubeSegEditor::DoPhi(), TGeoConeSegEditor::DoPhi(), TGeoSphereEditor::DoPhi1(), TGeoTubeSegEditor::DoPhi1(), TGeoConeSegEditor::DoPhi1(), TGeoSphereEditor::DoPhi2(), TGeoTubeSegEditor::DoPhi2(), TGeoConeSegEditor::DoPhi2(), TProofProgressMemoryPlot::DoPlot(), TStyleManager::DoPreview(), TH3::DoProject1D(), TH2::DoQuantiles(), TGeoVolumeEditor::DoRaytrace(), TStyleManager::DoRealTime(), TGSpeedo::DoRedraw(), TGColorPalette::DoRedraw(), TGClient::DoRedraw(), TGColorPick::DoRedraw(), TGuiBldDragManager::DoRedraw(), TGCheckButton::DoRedraw(), TGRadioButton::DoRedraw(), TGeoVolumeEditor::DoRemoveNode(), TGuiBldDragManager::DoReplace(), TFunctionParametersDialog::DoReset(), TFitParametersDialog::DoReset(), TFitEditor::DoReset(), TGuiBldDragManager::DoResize(), TFitEditor::DoRobustFit(), TGLViewer::DoSecondarySelect(), TStyleManager::DoSelectCanvas(), TGeoVolumeEditor::DoSelectVolume(), TSpiderEditor::DoSetPlotType(), TGraphEditor::DoShape(), TFunctionParametersDialog::DoSlider(), TFitParametersDialog::DoSlider(), TH1Editor::DoSliderMoved(), TH1Editor::DoSliderPressed(), TF1Editor::DoSliderXMoved(), TH2Editor::DoSliderXMoved(), TF1Editor::DoSliderXPressed(), TH2Editor::DoSliderXPressed(), TF1Editor::DoSliderXReleased(), TH2Editor::DoSliderYMoved(), TH2Editor::DoSliderYPressed(), TGeoMediumEditor::DoStemax(), TGeoMediumEditor::DoStmin(), TGeoSphereEditor::DoTheta(), TGeoSphereEditor::DoTheta1(), TGeoSphereEditor::DoTheta2(), TGeoMediumEditor::DoTmaxfd(), TGeoMediumEditor::DoToggleSensitive(), TGFileBrowser::DoubleClicked(), TStructViewerGUI::DoubleClickedSlot(), TStyleDialog::DoUpdate(), TGeoVolumeEditor::DoViewAll(), TGeoVolumeEditor::DoViewLeaves(), TGeoVolumeEditor::DoViewOnly(), TGeoVolumeEditor::DoVisAuto(), TGeoVolumeEditor::DoVisDaughters(), TGeoVolumeEditor::DoVisVolume(), TProof::DownloadPackage(), TAlienCollection::DownscaleSelection(), TGDNDManager::Drag(), TVolumeView::Draw(), TGLRotateManip::Draw(), TGraphPolar::Draw(), TGeoTrack::Draw(), TNode::Draw(), TVolume::Draw(), TParallelCoord::Draw(), TChain::Draw(), TTable::Draw(), TCanvas::Draw(), TMVA::draw_network(), Rgl::DrawAxes(), TGeoPainter::DrawBatemanSol(), TGDockButton::DrawBorder(), TGLPadPainter::DrawBox(), TGWin32::DrawCellArray(), TObject::DrawClone(), TProofBench::DrawCPU(), TPad::DrawCrosshair(), TProofBench::DrawDataSet(), TGLPadPainter::DrawFillArea(), TASImage::DrawFillArea(), TPie::DrawGhost(), TGLViewer::DrawGuides(), TMVA::StatDialogMVAEffs::DrawHistograms(), TGuiBldDragManager::DrawLasso(), TGLLegoPainter::DrawLegoCartesian(), TGLLegoPainter::DrawLegoCylindrical(), TGLLegoPainter::DrawLegoPolar(), TGLLegoPainter::DrawLegoSpherical(), TGLPadPainter::DrawLine(), TGLUtil::DrawLine(), TGLPadPainter::DrawLineNDC(), TMVA::DrawMLPoutputMovie(), TMVA::DrawNetworkMovie(), TGeoPainter::DrawOnly(), TEvePolygonSetProjectedGL::DrawOutline(), TGeoPainter::DrawOverlap(), TGeoNode::DrawOverlaps(), TGLSurfacePainter::DrawPlot(), TGL5DPainter::DrawPlot(), TGLPadPainter::DrawPolyLine(), TGLPadPainter::DrawPolyLineNDC(), TGWin32::DrawPolyMarker(), TImageDump::DrawPS(), TGContainer::DrawRegion(), TGListTree::DrawRegion(), TEveCalo2DGL::DrawRhoZ(), TEveCalo2DGL::DrawRhoZHighlighted(), TTreePlayer::DrawSelect(), TFitEditor::DrawSelection(), TGeoPainter::DrawShape(), TGLUtil::DrawSimpleAxes(), TGQuartz::DrawText(), TASImage::DrawText(), TGeoPainter::DrawVolume(), TGDNDManager::Drop(), TBranch::DropBaskets(), TTreeCache::DropBranch(), TTree::DropBranchFromCache(), TGuiBldDragManager::DropCanvas(), TEveGeoNode::DumpShapeTree(), TMultiLayerPerceptron::DumpWeights(), DynamicPath(), TSessionViewer::EditQuery(), TDSet::ElementsValid(), TCreatePrimitives::Ellipse(), TCollection::EmptyGarbageCollection(), TAlienPackage::Enable(), TTreeCache::Enable(), TEveElement::EnableListElements(), TGSpeedo::EnableMeanMark(), TGLSAViewer::EnableMenuBarHiding(), TTreeFormulaManager::EnableMultiVarDims(), TProof::EnablePackage(), TGSpeedo::EnablePeakMark(), TRootGuiBuilder::EnableSelectedButtons(), TStorage::EnableStatistics(), TGSpeedo::EnableThreshold(), TGTextEntry::End(), TGuiBldDragManager::EndDrag(), TGDNDManager::EndDrag(), TString::EndsWith(), TODBCServer::EndTransaction(), TTable::EntryLoop(), RooAbsCollection::equals(), RooStats::PdfProposal::Equals(), TString::EqualTo(), TThread::ErrorHandler(), ErrorHandler(), TProofServ::ErrorHandler(), TMVA::PDEFoamKernelLinN::Estimate(), TGeoPainter::EstimateCameraMove(), TMVA::OptimizeConfigParameters::EstimatorFunction(), RooFormula::eval(), TParallelCoordVar::Eval(), ROOT::R::TRInterface::Eval(), TMVA::MethodCFMlpANN::EvalANN(), TMVA::RuleCut::EvalEvent(), TMVA::RuleEnsemble::EvalEvent(), TTreeFormula::EvalInstance(), TMVA::RuleEnsemble::EvalLinEvent(), TLinearFitter::EvalRobust(), RooParamHistFunc::evaluate(), RooDerivative::evaluate(), RooSuperCategory::evaluate(), RooProfileLL::evaluate(), RooMomentMorph::evaluate(), RooHistFunc::evaluate(), TRobustEstimator::Evaluate(), RooHistPdf::evaluate(), RooRealIntegral::evaluate(), RooStats::SimpleLikelihoodRatioTestStat::Evaluate(), TMVA::Factory::EvaluateAllMethods(), RooStats::AsymptoticCalculator::EvaluateNLL(), RooNLLVar::evaluatePartition(), RooStats::ProfileLikelihoodTestStat::EvaluateProfileLikelihood(), TEveBrowser::EveMenu(), TMVA::GeneticAlgorithm::Evolution(), TMVA::SVWorkingSet::ExamineExample(), TMVA::SVWorkingSet::ExamineExampleReg(), TTabCom::ExcludedByFignore(), TEveMacro::Exec(), TSQLiteServer::Exec(), TPython::Exec(), TOracleServer::Exec(), TMacro::Exec(), TXProofMgr::Exec(), TMySQLServer::Exec(), TAlienPackage::Exec(), TTreeCloner::Exec(), TProof::Exec(), TRootBrowserLite::ExecMacro(), RooGenFitStudy::execute(), TQCanvasMenu::Execute(), PyROOT::TCppObjectByValueExecutor::Execute(), TContextMenu::Execute(), PyROOT::TCppObjectPtrPtrExecutor::Execute(), TRootGuiBuilder::ExecuteAction(), RooSimWSTool::executeBuild(), TRootSniffer::ExecuteCmd(), TRootBrowserLite::ExecuteDefaultAction(), TTreeViewer::ExecuteDraw(), TDiamond::ExecuteEvent(), TCurlyArc::ExecuteEvent(), TGroupButton::ExecuteEvent(), TSliderBox::ExecuteEvent(), TPaletteAxis::ExecuteEvent(), TCurlyLine::ExecuteEvent(), TMarker::ExecuteEvent(), TAxis3D::ExecuteEvent(), TASPaletteEditor::LimitLine::ExecuteEvent(), TText::ExecuteEvent(), TLine::ExecuteEvent(), TPolyLine::ExecuteEvent(), THistPainter::ExecuteEvent(), TEllipse::ExecuteEvent(), TPie::ExecuteEvent(), TBox::ExecuteEvent(), TParallelCoordVar::ExecuteEvent(), TGLHistPainter::ExecuteEvent(), TGLEventHandler::ExecuteEvent(), TASImage::ExecuteEvent(), TGraphPolargram::ExecuteEvent(), TPad::ExecuteEvent(), TPad::ExecuteEventAxis(), TGraphPainter::ExecuteEventHelper(), TApplication::ExecuteFile(), THttpServer::ExecuteHttp(), TGTextEditor::ExecuteMacro(), TQRootDialog::ExecuteMethod(), TView3D::ExecuteRotateView(), TTreeViewer::ExecuteSpider(), TTask::ExecuteTask(), TTask::ExecuteTasks(), TMVA::TMVAGlob::ExistMethodName(), TProof::ExistsDataSet(), TSystem::ExitLoop(), TComplex::Exp(), TGTable::ExpandColumns(), TDocParser::ExpandCPPLine(), TSystem::ExpandFileName(), TWinNTSystem::ExpandPathName(), TGTable::ExpandRows(), RooStudyManager::expandWildCardSpec(), RooExtendPdf::expectedEvents(), RooStreamParser::expectToken(), TProofMergePrg::Export(), TGeoManager::Export(), RooWorkspace::exportToCint(), TAlienCollection::ExportXML(), RooSimultaneous::extendMode(), RooWorkspace::extendSet(), TSQLObjectData::ExtractBlobValues(), TODBCServer::ExtractErrors(), TODBCStatement::ExtractErrors(), TBufferXML::ExtractPointer(), TBufferXML::ExtractReference(), TGDMLWrite::ExtractVolumes(), TGLBoundingBox::FaceVertices(), RooProdPdf::factorizeProduct(), TGLViewer::FadeView(), FastCall(), RooFFTConvPdf::FFTCacheElem::FFTCacheElem(), TASPluginGS::File2ASImage(), TGraphDelaunay::FileIt(), TProofPerfAnalysis::FileRatePlot(), TTreeSQL::Fill(), TH2Poly::Fill(), TKDE::Fill(), TMVA::kNN::ModulekNN::Fill(), TEvePointSetArray::Fill(), THnBase::Fill(), TUnfoldBinning::FillBinMapSingleNode(), TTreeCache::FillBuffer(), TTreeCacheUnzip::FillBuffer(), TEveGeoPolyShape::FillBuffer3D(), TGeoShape::FillBuffer3D(), RooNumCdf::fillCacheObject(), RooAbsSelfCachedPdf::fillCacheObject(), RooAbsSelfCachedReal::fillCacheObject(), RooCachedPdf::fillCacheObject(), RooFFTConvPdf::fillCacheObject(), RooAbsReal::fillDataHist(), TProofPerfAnalysis::FillFileInfo(), TFitEditor::FillFunctionList(), RooAbsData::fillHistogram(), RooAbsReal::fillHistogram(), TTableSorter::FillIndexArray(), TDataSetManagerFile::FillLsDataSet(), TGWin32::FillRectangle(), TProtoClass::FillTClass(), Memstat::TMemStatMng::FillTree(), TProofPerfAnalysis::FillWrkInfo(), TRecorderReplaying::FilterEvent(), TRecorderRecording::FilterEventPave(), TProofServ::FilterLocalroot(), TMD5::Final(), TProof::Finalize(), TQueryResultManager::FinalizeQuery(), TMVA::kNN::ModulekNN::Find(), TGraphDelaunay::FindAllTriangles(), ROOT::Math::Delaunay2D::FindAllTriangles(), TAxis::FindBin(), TChain::FindBranch(), TGLViewerBase::FindClosestOpaqueRecord(), TGLViewerBase::FindClosestOverlayRecord(), TGLViewerBase::FindClosestRecord(), RooAbsArg::findConstantNodes(), TGContainer::FindFrameByName(), TMVA::RuleFitParams::FindGDTau(), TSystem::FindHelper(), TGeoNavigator::FindInCluster(), RooAbsReal::findInnerMostIntegration(), TDirectoryFile::FindKeyAny(), TChain::FindLeaf(), TTreeFormula::FindLeafForExpression(), TGeoVolume::FindMatrixOfDaughterVolume(), TMVA::TMVAGlob::FindMethod(), TH1::FindNewAxisLimits(), RooAbsArg::findNewServer(), TGeoNavigator::FindNextBoundary(), TGeoNavigator::FindNextBoundaryAndStep(), TGeoNavigator::FindNextDaughterBoundary(), TGeoNavigator::FindNode(), TDirectoryFile::FindObjectAny(), TKDTree< Index, Value >::FindPoint(), RooIntegralMorph::MorphCacheElem::findRange(), RooBrentRootFinder::findRoot(), TCastorFile::FindServerAndPath(), TROOT::FindSTLClass(), TIsAProxy::FindSubType(), TProof::FindUniqueSlaves(), TEveElement::FindVizModel(), TFractionFitter::Fit(), RooMCStudy::fit(), TBinomialEfficiencyFitter::Fit(), HFit::Fit(), RooStats::HistFactory::FitModel(), RooStats::HistFactory::FitModelAndPlot(), RooMCStudy::fitSample(), RooAbsPdf::fitTo(), RooAddPdf::fixCoefNormalization(), RooAddModel::fixCoefNormalization(), RooAddPdf::fixCoefRange(), RooAddModel::fixCoefRange(), TDocOutput::FixupAuthorSourceInfo(), TLimit::Fluctuate(), TFileCacheWrite::Flush(), TPostScript::FontEmbed(), RooProjectedPdf::forceAnalyticalInt(), RooParamHistFunc::forceAnalyticalInt(), RooExtendPdf::forceAnalyticalInt(), RooEffProd::forceAnalyticalInt(), RooAddModel::forceAnalyticalInt(), RooAbsCachedReal::forceAnalyticalInt(), RooAddition::forceAnalyticalInt(), RooAddPdf::forceAnalyticalInt(), ParamHistFunc::forceAnalyticalInt(), RooSimultaneous::forceAnalyticalInt(), RooProdPdf::forceAnalyticalInt(), RooAbsAnaConvPdf::forceAnalyticalInt(), RooVectorDataStore::forceCacheUpdate(), TGClient::ForceRedraw(), TMVA::TNeuron::ForceValue(), RooRealVar::format(), TGHtmlBrowser::Forward(), TGWin32ProxyBase::ForwardCallBack(), RooAbsRealLValue::frame(), TGMdiMainFrame::FreeMove(), TGMdiMainFrame::FreeSize(), PyROOT::TCppObjectPtrConverter< ISREFERENCE >::FromMemory(), TTVLVEntry::FullConverted(), RooAbsCachedReal::FuncCacheElem::FuncCacheElem(), RooNumConvPdf::genContext(), RooAbsAnaConvPdf::genContext(), RooSimultaneous::genContext(), RooFFTConvPdf::genContext(), RooQuasiRandomGenerator::generate(), RooAbsGenContext::generate(), RooBinnedGenContext::generate(), RooMCStudy::generate(), RooAbsPdf::generate(), RooMCStudy::generateAndFit(), RooAbsPdf::generateBinned(), TMakeProject::GenerateClassPrefix(), TStreamerInfo::GenerateDeclaration(), RooBMixDecay::generateEvent(), RooBCPEffDecay::generateEvent(), RooBCPGenDecay::generateEvent(), RooMultiVarGaussian::generateEvent(), RooNonCPEigenDecay::generateEvent(), TMakeProject::GenerateForwardDeclaration(), TStreamerInfo::GenerateHeaderFile(), TMakeProject::GenerateIncludeForTemplate(), TStreamerInfo::GenerateIncludes(), TMakeProject::GenerateMissingStreamerInfos(), TGLLevelPalette::GeneratePalette(), TAuthenticate::GenRSAKeys(), TProofServ::Get(), TGListTree::GetActiveGC(), PyROOT::TVoidArrayConverter::GetAddressSpecialCase(), RooSpHarmonic::getAnalyticalIntegral(), RooMultiVarGaussian::getAnalyticalIntegral(), RooAddPdf::getAnalyticalIntegralWN(), RooAbsAnaConvPdf::getAnalyticalIntegralWN(), RooAbsCachedPdf::getAnalyticalIntegralWN(), TClass::GetBaseClass(), TClass::GetBaseClassOffsetRecurse(), TGScrollBar::GetBckgndPixmap(), TSQLiteStatement::GetBinary(), TOracleStatement::GetBinary(), TODBCStatement::GetBinary(), RooHistError::getBinomialIntervalAsym(), RooHistError::getBinomialIntervalEff(), TGFrame::GetBlackPixel(), TChain::GetBranch(), PyROOT::Utility::GetBuffer(), TSPHE::GetBuffer3D(), TPCON::GetBuffer3D(), TGeoSphere::GetBuffer3D(), TGeoTorus::GetBuffer3D(), TGeoPcon::GetBuffer3D(), TGeoPgon::GetBuffer3D(), RooMomentMorph::getCache(), RooAbsCachedReal::getCache(), RooAbsCachedPdf::getCache(), TStreamerInfo::GetCheckSum(), TClass::GetCheckSum(), TXMLEngine::GetChild(), TPyClassGenerator::GetClass(), TCling::GetClass(), THtml::GetClass(), TClass::GetClass(), TSQLStructure::GetClassInfo(), TStreamerElement::GetClassPointer(), TClass::GetClassVersion(), TGClient::GetColorByName(), TGListTree::GetColorGC(), GetCommonString(), RooProdPdf::getConstraints(), TGraph2DPainter::GetContourList(), TMVA::RuleFit::GetCorrVars(), TS3WebFile::GetCredentialsFromEnv(), TPacketizerMulti::GetCurrentRate(), TPacketizerFile::GetCurrentRate(), TPacketizerUnit::GetCurrentRate(), TPacketizer::GetCurrentRate(), TPacketizerAdaptive::GetCurrentRate(), TVirtualPacketizer::GetCurrentRate(), TUUID::GetCurrentTime(), TMVA::RuleCut::GetCutRange(), Cppyy::GetDatamemberIndex(), TDataSetManagerFile::GetDataSet(), TProofBenchRunDataRead::GetDataSet(), TDataSetManagerAliEn::GetDataSet(), TProofServ::GetDataSetNodeMap(), TDataSetManagerFile::GetDataSets(), TSQLiteStatement::GetDate(), TODBCStatement::GetDate(), TSQLiteStatement::GetDatime(), TOracleStatement::GetDatime(), TODBCStatement::GetDatime(), TGFrame::GetDefaultFrameBackground(), TGFrame::GetDefaultSelectedBackground(), TUnfoldSys::GetDeltaSysBackgroundScale(), TGListTree::GetDrawGC(), TODBCServer::GetDrivers(), TGraph::GetEditable(), TMVA::MethodCuts::GetEffsfromPDFs(), TMVA::MethodCuts::GetEffsfromSelection(), TUnfold::GetEmatrix(), TDSetElement::GetEntries(), TDSet::GetEntries(), TBranchSTL::GetEntry(), TParallelCoord::GetEntryList(), TProof::Getenv(), TPacketizerAdaptive::GetEstEntriesProcessed(), TFriendElement::GetFile(), TXProofMgr::GetFile(), TProof::GetFileInCmd(), TAlienResult::GetFileInfoList(), TGLiteResult::GetFileInfoList(), TEntryList::GetFileName(), TGFileBrowser::GetFilePictures(), TGFileContainer::GetFilePictures(), TFileCollection::GetFilesPerServer(), TRemoteObject::GetFileStat(), TDataSetManagerAliEn::GetFindCommandsFromUri(), TGFontDialog::GetFontName(), TWebFile::GetFromWeb10(), TGGCPool::GetGC(), TGHtml::GetGC(), TGWin32::GetGCValues(), TGListTree::GetGrayPixel(), TWebFile::GetHead(), TMakeProject::GetHeaderName(), TMVA::MethodMLP::GetHessian(), TGButton::GetHibckgndGC(), TGListTree::GetHighlightGC(), TAuthenticate::GetHostAuth(), RooStats::ProfileLikelihoodCalculator::GetHypoTest(), TGeoVoxelFinder::GetIndices(), TMVA::VariableTransformBase::GetInput(), TSelectorCint::GetInterpretedClass(), RooHistError::getInterval(), TChain::GetLeaf(), TTreeFormula::GetLeafWithDatamember(), TSystem::GetLibraries(), TGContainer::GetLineGC(), TGListTree::GetLineGC(), TUnixSystem::GetLinkedLibraries(), TWinNTSystem::GetLinkedLibraries(), TClass::GetListOfBases(), TChain::GetListOfBranches(), TClass::GetListOfDataMembers(), TRef::GetListOfExecs(), TChain::GetListOfLeaves(), TProofLite::GetListOfQueries(), TProof::GetListOfQueries(), TVolumeView::GetLocalRange(), TVolume::GetLocalRange(), TSQLFile::GetLongString(), TTreeIndex::GetMajorFormula(), TTreeIndex::GetMajorFormulaParent(), TChainIndex::GetMajorFormulaParent(), TGeoMCGeometry::GetMaterial(), THStack::GetMaximum(), TGeoMCGeometry::GetMedium(), TGeoSphere::GetMeshNumbers(), TGeoTorus::GetMeshNumbers(), TGeoPgon::GetMeshNumbers(), TGeoPcon::GetMeshNumbers(), Cppyy::GetMethodsFromName(), TGWin32ProxyBase::GetMilliSeconds(), TGMdiMainFrame::GetMinimizedBBox(), THStack::GetMinimum(), TTreeIndex::GetMinorFormula(), TTreeIndex::GetMinorFormulaParent(), TChainIndex::GetMinorFormulaParent(), TMVA::MethodRSVM::GetMvaValue(), TMVA::MethodPDERS::GetMvaValue(), TMVA::MethodCuts::GetMvaValue(), TMVA::MethodCFMlpANN::GetMvaValue(), TGeoVoxelFinder::GetNextCandidates(), TEventIterTree::GetNextEvent(), TPacketizerUnit::GetNextPacket(), TPacketizer::GetNextPacket(), TPacketizerAdaptive::GetNextPacket(), TEventIterTree::GetNextPacket(), TProofServ::GetNextPacket(), TGeoSphere::GetNmeshVertices(), TEllipse::GetNoEdges(), RooAbsPdf::getNorm(), TProofLite::GetNumberOfWorkers(), Cppyy::GetNumDatamembers(), Cppyy::GetNumMethods(), RooCacheManager< T >::getObj(), TFileDrawMap::GetObjectInfoDir(), TRefArray::GetObjectUID(), TGFileBrowser::GetObjPicture(), RooAbsArg::getObservables(), TGeoVolume::GetOptimalVoxels(), TApplication::GetOptions(), TKDE::GetOptions(), TProofServ::GetOptions(), TAlienCollection::GetOutputFileName(), RooStats::HistFactory::RooBarlowBeestonLL::getParameters(), RooProdPdf::getParametersHook(), RooProdPdf::getPartIntList(), TXNetSystem::GetPathsInfo(), TProofBench::GetPerfSpecs(), TGeoPgon::GetPhiCrossList(), TGPicturePool::GetPicture(), TGLViewer::GetPictureUsingBB(), TGLViewer::GetPictureUsingFBO(), TASImage::GetPixmap(), TGeoBBox::GetPointsOnFacet(), TGeoTube::GetPointsOnSegments(), TGeoBBox::GetPointsOnSegments(), TGeoCone::GetPointsOnSegments(), TGeoTubeSeg::GetPointsOnSegments(), TGeoConeSeg::GetPointsOnSegments(), RooHistError::getPoissonInterval(), RooHistError::getPoissonIntervalCalc(), TASImage::GetPolygonSpans(), RooAddModel::getProjCache(), RooAddPdf::getProjCache(), RooStats::ProposalHelper::GetProposalFunction(), TF1::GetRandom(), TMVA::DecisionTree::GetRandomisedVariables(), RooAbsData::getRange(), TProof::GetRC(), TTree::GetReadCache(), TTreeFormula::GetRealInstance(), TTVSession::GetRecord(), TMVA::MethodPDERS::GetRegressionValues(), TDocHtmlDirective::GetResult(), TDocMacroDirective::GetResult(), TDocLatexDirective::GetResult(), ROOT::Internal::GetROOT2(), TEveTrans::GetRotAngles(), TString::Gets(), TProof::GetSandbox(), Cppyy::GetScope(), TSelector::GetSelector(), TStreamerElement::GetSequenceType(), TGeoMCGeometry::GetShape(), TUrl::GetSpecialProtocols(), TFileStager::GetStaged(), TAlienJobStatus::GetStatus(), TMySQLServer::GetTableInfo(), TOracleServer::GetTablesList(), TODBCServer::GetTablesList(), TMySQLServer::GetTablesList(), TSQLServer::GetTablesList(), TFITSHDU::GetTabRealVectorCells(), TSQLiteStatement::GetTime(), TODBCStatement::GetTime(), TSQLiteStatement::GetTimestamp(), TOracleStatement::GetTimestamp(), TODBCStatement::GetTimestamp(), TGeoMCGeometry::GetTransformation(), TEventIterTree::GetTrees(), TFile::GetType(), TLeafElement::GetTypedValueSubArray(), TGeoManager::GetUID(), TTreeCacheUnzip::GetUnzipBuffer(), TUrl::GetUrl(), TEnv::Getvalue(), RooAbsPdf::getValV(), TOracleStatement::GetVDouble(), TNetXNGFile::GetVectorReadLimits(), TPad::GetViewer3D(), TOracleStatement::GetVInt(), TOracleStatement::GetVLong(), TOracleStatement::GetVLong64(), TCondor::GetVmInfo(), TOracleStatement::GetVUInt(), TOracleStatement::GetVULong64(), TGFrame::GetWhitePixel(), TGWin32::GetWindowAttributes(), ROOT::MacOSX::X11::GetWindowAttributes(), TXProofServ::GetWorkers(), TH2PolyBin::GetXMax(), TH2PolyBin::GetXMin(), TProofMgr::GetXProofMgrHook(), TH2PolyBin::GetYMax(), TH2PolyBin::GetYMin(), TGLContext::GlewInit(), TMVA::DecisionTreeNode::GoesLeft(), TMVA::DecisionTreeNode::GoesRight(), TRootSnifferScanRec::GoInside(), TProof::GoParallel(), TGTextEdit::Goto(), TGHtml::GotoAnchor(), TEveTrackPropagator::GoToBounds(), TGFileBrowser::GotoDir(), TEveTrackPropagator::GoToLineSegment(), TGeoNavigator::GotoSafeLevel(), TEveTrackPropagator::GoToVertex(), TGuiBldDragManager::GrabFrame(), TGLEventHandler::GrabMouse(), TLinearFitter::Graph2DLinearFitter(), TLinearFitter::GraphLinearFitter(), TASImage::Gray(), RooProdPdf::groupProductTerms(), TMVA::PDEFoam::Grow(), TGeoMCGeometry::Gspos(), TGeoMCGeometry::Gsposp(), TGWin32::GUIThreadMessageFunc(), TDecompBase::Hager(), TProofBenchDataSet::Handle(), TGLCameraGuide::Handle(), TGLManipSet::Handle(), TGLOverlayButton::Handle(), TEveCaloLegoOverlay::Handle(), TGLAnnotation::Handle(), TGuiBldDragManager::HandleAction(), TGLRotateManip::HandleButton(), TRootContextMenu::HandleButton(), TGComboBoxPopup::HandleButton(), TGedPopup::HandleButton(), TGColorFrame::HandleButton(), TGSplitTool::HandleButton(), TGLManip::HandleButton(), TGLEventHandler::HandleButton(), TGColorPalette::HandleButton(), TGLWidget::HandleButton(), TGedPatternFrame::HandleButton(), TGSpeedo::HandleButton(), TileFrame::HandleButton(), TGVSplitter::HandleButton(), TGTripleVSlider::HandleButton(), TGMdiWinResizer::HandleButton(), TGComboBox::HandleButton(), TGButton::HandleButton(), TEveGedNameTextButton::HandleButton(), TGColorPopup::HandleButton(), TGView::HandleButton(), TGTextEdit::HandleButton(), TGHSplitter::HandleButton(), TGTripleHSlider::HandleButton(), TGImageMap::HandleButton(), TGVSlider::HandleButton(), TTVLVContainer::HandleButton(), TGTextView::HandleButton(), TGedSelect::HandleButton(), TGContainer::HandleButton(), TGColorPick::HandleButton(), TGColorSelect::HandleButton(), TGTabElement::HandleButton(), TGHSlider::HandleButton(), TGHScrollBar::HandleButton(), TGDoubleVSlider::HandleButton(), TGTextEntry::HandleButton(), TGMdiTitleIcon::HandleButton(), TGVScrollBar::HandleButton(), TGDoubleHSlider::HandleButton(), TGPopupMenu::HandleButton(), TGMdiTitleBar::HandleButton(), TGLVContainer::HandleButton(), TGLBContainer::HandleButton(), TGMdiDecorFrame::HandleButton(), TGCheckButton::HandleButton(), TGListTree::HandleButton(), TGMenuBar::HandleButton(), TGRadioButton::HandleButton(), TGSplitButton::HandleButton(), TGHeaderFrame::HandleButton(), TGHtml::HandleButton(), TGuiBldDragManager::HandleButtonPress(), TGuiBldDragManager::HandleButtonRelease(), TRootGuiBuilder::HandleButtons(), TProofServ::HandleCache(), TApplicationServer::HandleCheckFile(), TProofServ::HandleCheckFile(), TGDNDManager::HandleClientMessage(), TGuiBldDragManager::HandleClientMessage(), TGFrame::HandleClientMessage(), TGMainFrame::HandleClientMessage(), TGLEventHandler::HandleConfigureNotify(), TGLWidget::HandleConfigureNotify(), TGTripleVSlider::HandleConfigureNotify(), TGSplitFrame::HandleConfigureNotify(), TGTripleHSlider::HandleConfigureNotify(), TGVSlider::HandleConfigureNotify(), TGHSlider::HandleConfigureNotify(), TGTextEntry::HandleConfigureNotify(), TGViewPort::HandleConfigureNotify(), TGFrame::HandleConfigureNotify(), TGMdiContainer::HandleConfigureNotify(), TGMdiDecorFrame::HandleConfigureNotify(), TWinNTSystem::HandleConsoleEvent(), TRootEmbeddedCanvas::HandleContainerButton(), TRootCanvas::HandleContainerButton(), TRootEmbeddedCanvas::HandleContainerConfigure(), TRootCanvas::HandleContainerConfigure(), TRootEmbeddedCanvas::HandleContainerCrossing(), TRootCanvas::HandleContainerCrossing(), TRootEmbeddedCanvas::HandleContainerDoubleClick(), TRootCanvas::HandleContainerDoubleClick(), TRootEmbeddedCanvas::HandleContainerExpose(), TRootCanvas::HandleContainerExpose(), TRootEmbeddedCanvas::HandleContainerKey(), TRootCanvas::HandleContainerKey(), TRootEmbeddedCanvas::HandleContainerMotion(), TRootCanvas::HandleContainerMotion(), TGDockButton::HandleCrossing(), TGScrollBarElement::HandleCrossing(), TGLEventHandler::HandleCrossing(), TTVLVEntry::HandleCrossing(), TGedPatternFrame::HandleCrossing(), TGLWidget::HandleCrossing(), TGVSplitter::HandleCrossing(), TGButton::HandleCrossing(), TGScrollBar::HandleCrossing(), TGTextEdit::HandleCrossing(), TGHSplitter::HandleCrossing(), TGTextView::HandleCrossing(), TGTextEntry::HandleCrossing(), TGPopupMenu::HandleCrossing(), TGCheckButton::HandleCrossing(), TGListTree::HandleCrossing(), TGRadioButton::HandleCrossing(), TGuiBldDragManager::HandleDelete(), TDocParser::HandleDirective(), TRootEmbeddedCanvas::HandleDNDDrop(), TRootCanvas::HandleDNDDrop(), TGTextView::HandleDNDDrop(), TGDNDManager::HandleDNDDrop(), TGListTree::HandleDNDDrop(), TGDNDManager::HandleDNDEnter(), TGContainer::HandleDNDFinished(), TGDNDManager::HandleDNDFinished(), TRootEmbeddedCanvas::HandleDNDLeave(), TRootCanvas::HandleDNDLeave(), TGFileItem::HandleDNDLeave(), TGTextView::HandleDNDLeave(), TGDNDManager::HandleDNDLeave(), TGListTree::HandleDNDLeave(), TGDNDManager::HandleDNDPosition(), TGListTree::HandleDNDPosition(), TGDNDManager::HandleDNDStatus(), TGLEventHandler::HandleDoubleClick(), TGLWidget::HandleDoubleClick(), TGComboBox::HandleDoubleClick(), TGTextEdit::HandleDoubleClick(), TGImageMap::HandleDoubleClick(), TGContainer::HandleDoubleClick(), TGVFileSplitter::HandleDoubleClick(), TGTextEntry::HandleDoubleClick(), TGMdiTitleIcon::HandleDoubleClick(), TGMdiTitleBar::HandleDoubleClick(), TGLBContainer::HandleDoubleClick(), TGListTree::HandleDoubleClick(), TGHeaderFrame::HandleDoubleClick(), TGCompositeFrame::HandleDragDrop(), TGCompositeFrame::HandleDragEnter(), TGCompositeFrame::HandleDragLeave(), TEveViewer::HandleElementPaste(), TEveElement::HandleElementPaste(), TXHandler::HandleError(), TXProofServ::HandleError(), TXProofMgr::HandleError(), TXSlave::HandleError(), TGLEventHandler::HandleEvent(), TGClient::HandleEvent(), TGuiBldDragManager::HandleEvent(), TGFrame::HandleEvent(), TRint::HandleException(), TGLEventHandler::HandleExpose(), TGWindow::HandleExpose(), TGView::HandleExpose(), TGContainer::HandleExpose(), TSessionServerFrame::HandleExpose(), TGLEventHandler::HandleFocusChange(), TGLWidget::HandleFocusChange(), TGTextEdit::HandleFocusChange(), TGTextEntry::HandleFocusChange(), TGHtml::HandleFocusChange(), TGHtml::HandleHtmlInput(), TGHtml::HandleIdleEvent(), TXProofServ::HandleInput(), TXProofMgr::HandleInput(), TXSlave::HandleInput(), TGClient::HandleInput(), TCanvas::HandleInput(), TProof::HandleInputMessage(), TRootDialog::HandleKey(), TGLEventHandler::HandleKey(), TGColorPalette::HandleKey(), TGLWidget::HandleKey(), TGTextEditor::HandleKey(), TGMsgBox::HandleKey(), TRootGuiBuilder::HandleKey(), TGTextEdit::HandleKey(), TGContainer::HandleKey(), TGNumberEntryField::HandleKey(), TRootBrowserLite::HandleKey(), TRootBrowser::HandleKey(), TGMdiMainFrame::HandleKey(), TGTextEntry::HandleKey(), TGTextButton::HandleKey(), TGuiBldDragManager::HandleKey(), TGCheckButton::HandleKey(), TGListTree::HandleKey(), TGMenuBar::HandleKey(), TGRadioButton::HandleKey(), TGSplitButton::HandleKey(), TGMainFrame::HandleKey(), TGuiBldDragManager::HandleLayoutOrder(), TGClient::HandleMaskEvent(), TRootGuiBuilder::HandleMenu(), TRootBrowser::HandleMenu(), TGLSAViewer::HandleMenuBarHiding(), TGLTransManip::HandleMotion(), TGLScaleManip::HandleMotion(), TGLRotateManip::HandleMotion(), TRootContextMenu::HandleMotion(), TGSplitTool::HandleMotion(), TGLEventHandler::HandleMotion(), TGColorPalette::HandleMotion(), TGLWidget::HandleMotion(), TGVSplitter::HandleMotion(), TGTripleVSlider::HandleMotion(), TGComboBox::HandleMotion(), TGMdiVerticalWinResizer::HandleMotion(), TGMdiHorizontalWinResizer::HandleMotion(), TGTextEdit::HandleMotion(), TGHSplitter::HandleMotion(), TGTripleHSlider::HandleMotion(), TTVLVContainer::HandleMotion(), TGImageMap::HandleMotion(), TGVSlider::HandleMotion(), TGMdiCornerWinResizer::HandleMotion(), TGTextView::HandleMotion(), TGContainer::HandleMotion(), TGColorPick::HandleMotion(), TGVFileSplitter::HandleMotion(), TGHSlider::HandleMotion(), TGHScrollBar::HandleMotion(), TGDoubleVSlider::HandleMotion(), TGuiBldDragManager::HandleMotion(), TGTextEntry::HandleMotion(), TGVScrollBar::HandleMotion(), TGDoubleHSlider::HandleMotion(), TGPopupMenu::HandleMotion(), TGMdiTitleBar::HandleMotion(), TGLBContainer::HandleMotion(), TGListTree::HandleMotion(), TGMenuBar::HandleMotion(), TGSplitButton::HandleMotion(), TGHeaderFrame::HandleMotion(), TGHtml::HandleMotion(), TProof::HandleOutputOptions(), TGuiBldDragManager::HandlePaste(), TProofServ::HandleProcess(), TGHtml::HandleRadioButton(), TGuiBldDragManager::HandleReplace(), TProofServ::HandleRetrieve(), TGuiBldDragManager::HandleReturn(), TGSplitButton::HandleSButton(), TGSplitButton::HandleSCrossing(), TGComboBox::HandleSelection(), TGTextEdit::HandleSelection(), TGDNDManager::HandleSelection(), TGTextEntry::HandleSelection(), TGTextView::HandleSelectionClear(), TGTextEntry::HandleSelectionClear(), TGComboBox::HandleSelectionRequest(), TGTextView::HandleSelectionRequest(), TGDNDManager::HandleSelectionRequest(), TGTextEntry::HandleSelectionRequest(), TGSplitButton::HandleSKey(), TApplicationServer::HandleSocketInput(), TProofServ::HandleSocketInput(), TProofServ::HandleSubmerger(), TProof::HandleSubmerger(), TXProofServ::HandleTermination(), TRint::HandleTermInput(), TProofPlayerLite::HandleTimer(), TGCommandPlugin::HandleTimer(), TGToolTip::HandleTimer(), TGLEventHandler::HandleTimer(), TGTextEditor::HandleTimer(), TGShutter::HandleTimer(), TVirtualPacketizer::HandleTimer(), TGTextEdit::HandleTimer(), TGScrollBar::HandleTimer(), TGTextView::HandleTimer(), TGDNDManager::HandleTimer(), TGFileContainer::HandleTimer(), TGTextEntry::HandleTimer(), TGPopupMenu::HandleTimer(), TProofPlayerSlave::HandleTimer(), TSessionViewer::HandleTimer(), TGHtml::HandleTimer(), TGuiBldDragManager::HandleTimerEvent(), TGuiBldDragManager::HandleUpdateSelected(), TTVLVEntry::HasAlias(), TMVA::MethodC50::HasAnalysisType(), TMVA::MethodRSNNS::HasAnalysisType(), TMVA::MethodRSVM::HasAnalysisType(), TMVA::MethodRXGB::HasAnalysisType(), TMVA::MethodPyAdaBoost::HasAnalysisType(), TMVA::MethodPyRandomForest::HasAnalysisType(), TMVA::MethodBayesClassifier::HasAnalysisType(), TMVA::MethodPyGTB::HasAnalysisType(), TMVA::MethodTMlpANN::HasAnalysisType(), TMVA::MethodLD::HasAnalysisType(), TMVA::MethodRuleFit::HasAnalysisType(), TMVA::MethodFisher::HasAnalysisType(), TMVA::MethodDT::HasAnalysisType(), TMVA::MethodSVM::HasAnalysisType(), TMVA::MethodKNN::HasAnalysisType(), TMVA::MethodBoost::HasAnalysisType(), TMVA::MethodCategory::HasAnalysisType(), TMVA::MethodHMatrix::HasAnalysisType(), TMVA::MethodBDT::HasAnalysisType(), TMVA::MethodFDA::HasAnalysisType(), TMVA::MethodLikelihood::HasAnalysisType(), TMVA::MethodPDERS::HasAnalysisType(), TMVA::MethodMLP::HasAnalysisType(), TMVA::MethodCFMlpANN::HasAnalysisType(), TMVA::MethodPDEFoam::HasAnalysisType(), RooVectorDataStore::hasAsymError(), TXMLEngine::HasAttr(), TXMLNode::HasAttributes(), RooRealVar::hasBinning(), RooErrorVar::hasBinning(), RooChangeTracker::hasChanged(), TEveListTreeItem::HasCheckBox(), TGListTreeItem::HasCheckedChild(), TGListTreeItemStd::HasCheckedChild(), TXMLNode::HasChildren(), RooAbsArg::hasClients(), Cppyy::HasComplexHierarchy(), TMVA::ConvergenceTest::HasConverged(), TMVA::GeneticAlgorithm::HasConverged(), TRefArrayProxy::HasCounter(), TMVA::DataSetInfo::HasCuts(), TClass::HasDefaultConstructor(), RooVectorDataStore::hasError(), RooVectorDataStore::hasFilledCache(), TGeoNodeCache::HasIdArray(), RooHist::hasIdenticalBinning(), TGeoElement::HasIsotopes(), THostAuth::HasMethod(), TXMLNode::HasNextNode(), TUrl::HasOption(), TXMLNode::HasParent(), TVirtualGeoTrack::HasPoints(), TXMLNode::HasPreviousNode(), RooCmdConfig::hasProcessed(), RooSuperCategory::hasRange(), RooCategory::hasRange(), TGeoTube::HasRmin(), ROOT::Detail::TSchemaRuleSet::TMatches::HasRuleWithSource(), ROOT::Detail::TSchemaRuleSet::HasRuleWithSourceClass(), ROOT::Detail::TSchemaRuleSet::TMatches::HasRuleWithTarget(), TEveRhoZProjection::HasSeveralSubSpaces(), ROOT::TSchemaRule::HasSource(), TSQLTableData::HasSQLName(), TSQLiteServer::HasStatement(), TPgSQLServer::HasStatement(), TOracleServer::HasStatement(), TODBCServer::HasStatement(), TMySQLServer::HasStatement(), TGLRnrCtx::HasStopwatchTimedOut(), TSQLServer::HasTable(), TSQLFile::HasTable(), ROOT::TSchemaRule::HasTarget(), TProofChain::HasTreeHeader(), TGListTreeItem::HasUnCheckedChild(), TGListTreeItemStd::HasUnCheckedChild(), TTVRecord::HasUserCode(), THtml::HaveDot(), TEveTrackPropagator::HelixIntersectPlane(), TGDockableFrame::HideContainer(), TGuiBldDragManager::HideGrabRectangles(), TPad::HighLight(), TGuiBldDragManager::HighlightCompositeFrame(), TGListTree::HighlightItem(), TRootBrowserLite::HistoryBackward(), TRootBrowserLite::HistoryForward(), TProofPlayerRemote::HistoSameAxis(), TGTextEntry::Home(), TTabCom::Hook(), TGSplitFrame::HSplit(), TRootGuiBuilder::HSplitter(), TRootBrowserLite::IconBoxAction(), TVirtualDragManager::IgnoreEvent(), TGuiBldDragManager::IgnoreEvent(), TPointSet3DGL::IgnoreSizeForOfInterest(), TEveQuadSetGL::IgnoreSizeForOfInterest(), TGLPolyMarker::IgnoreSizeForOfInterest(), TEveStraightLineSetGL::IgnoreSizeForOfInterest(), TEveProjectionAxesGL::IgnoreSizeForOfInterest(), TEveBoxGL::IgnoreSizeForOfInterest(), TEvePolygonSetProjectedGL::IgnoreSizeForOfInterest(), TEveBoxProjectedGL::IgnoreSizeForOfInterest(), TOrdCollection::IllegalIndex(), TPython::Import(), RooWorkspace::import(), RooFit::Import(), RooWorkspace::importClassCode(), RooDataHist::importDHistSet(), TGeoElementTable::ImportElementsRN(), RooDataHist::importTH1(), RooDataHist::importTH1Set(), RooHistFunc::importWorkspaceHook(), RooHistPdf::importWorkspaceHook(), TProofPlayerRemote::Incorporate(), TGProgressBar::Increment(), TGLCamera::IncTimeStamp(), TProofProgressDialog::IndicateStop(), TSessionQueryFrame::IndicateStop(), TClass::InheritsFrom(), TMVA::MsgLogger::InhibitOutput(), TGraphDelaunay::InHull(), TBranchObject::Init(), TAlienSystem::Init(), TOutputListSelectorDataMap::Init(), TStructNodeEditor::Init(), TXSlave::Init(), TGLFBO::Init(), TGButtonGroup::Init(), TXProofMgr::Init(), TDataSetManagerFile::Init(), TDataMember::Init(), TParallelCoord::Init(), TNetXNGFile::Init(), TGTextEdit::Init(), TGX11TTF::Init(), TProofOutputFile::Init(), TGraphPolargram::Init(), TGCocoa::Init(), TProofProgressLog::Init(), TGTextEntry::Init(), TPythia6Decayer::Init(), TUnixSystem::Init(), TGText::Init(), TXNetFile::Init(), TTreeCacheUnzip::Init(), TProofLite::Init(), TMVA::MethodSVM::Init(), TParallelCoordVar::Init(), TGTable::Init(), TCanvas::Init(), Memstat::TMemStatMng::Init(), TMonaLisaWriter::Init(), TMVA::MethodDT::Init(), TTF::Init(), TThread::Init(), TFile::Init(), TWinNTSystem::Init(), TBranchElement::Init(), TDataSetManagerAliEn::Init(), TGX11::Init(), TMVA::MethodBDT::Init(), TGWin32::Init(), TMVA::MethodCFMlpANN::Init(), TMVA::MethodPDEFoam::Init(), TClass::Init(), TSystem::Init(), TGRadioButton::Init(), TProof::Init(), TGeoManager::InitArrayPNE(), TMVA::MethodBase::InitBase(), THbookTree::InitBranches(), TMVA::MethodCategory::InitCircularTree(), PyROOT::TMethodHolder::InitConverters_(), TGeoHelix::InitDirection(), TTreeTableInterface::InitEntries(), TXSocket::InitEnvs(), TMVA::MethodBDT::InitEventSample(), PyROOT::TSetItemHolder::InitExecutor_(), PyROOT::TConstructorHolder::InitExecutor_(), PyROOT::TMethodHolder::InitExecutor_(), TMVA::RuleFitParams::InitGD(), RooSimGenContext::initGenerator(), RooSimSplitGenContext::initGenerator(), RooConvGenContext::initGenerator(), TGLH2PolyPainter::InitGeometry(), TGLVoxelPainter::InitGeometry(), TGLTF3Painter::InitGeometry(), TGLBoxPainter::InitGeometry(), TGLTH3CompositionPainter::InitGeometry(), TGL5DPainter::InitGeometry(), TGLParametricPlot::InitGeometry(), TGLIsoPainter::InitGeometry(), TGLLegoPainter::InitGeometryCartesian(), TGLSurfacePainter::InitGeometryCartesian(), TGLLegoPainter::InitGeometryCylindrical(), TGLSurfacePainter::InitGeometryCylindrical(), TGLLegoPainter::InitGeometryPolar(), TGLSurfacePainter::InitGeometryPolar(), TGLLegoPainter::InitGeometrySpherical(), TGLSurfacePainter::InitGeometrySpherical(), TMVA::MethodBDT::InitGradBoost(), TMVA::MethodBoost::InitHistos(), TPython::Initialize(), PyROOT::TMethodHolder::Initialize(), RooGrid::initialize(), RooSegmentedIntegrator1D::initialize(), RooNumConvolution::initialize(), RooNumConvPdf::initialize(), TMVA::RuleEnsemble::Initialize(), RooSimultaneous::initialize(), RooAbsTestStatistic::initialize(), TH2Poly::Initialize(), TRecorderReplaying::Initialize(), TColor::InitializeColors(), TBasket::InitializeCompressedBuffer(), TGenCollectionProxy::InitializeEx(), TGLUtil::InitializeIfNeeded(), RooChi2MCSModule::initializeInstance(), RooDLLSignificanceMCSModule::initializeInstance(), RooRandomizeParamMCSModule::initializeInstance(), RooStats::UpperLimitMCSModule::initializeInstance(), RooAbsMCStudyModule::initializeInstance(), RooProfileLL::initializeMinimizer(), TBranchElement::InitializeOffsets(), RooChi2MCSModule::initializeRun(), RooDLLSignificanceMCSModule::initializeRun(), RooRandomizeParamMCSModule::initializeRun(), RooStats::UpperLimitMCSModule::initializeRun(), RooAbsMCStudyModule::initializeRun(), TBranchElement::InitInfo(), RooXYChi2Var::initIntegrator(), TEveViewer::InitInternal(), TROOT::InitInterpreter(), TDataSetManagerFile::InitLocalCache(), TProof::InitMembers(), RooRealIntegral::initNumIntegrator(), TGeoHelix::InitPoint(), PyROOT::Utility::InitProxy(), TAuthenticate::InitRandom(), TProofResourcesStatic::InitResources(), PyROOT::TPyROOTApplication::InitROOTGlobals(), PyROOT::TPyROOTApplication::InitROOTMessageCallback(), TGLViewer::InitSecondaryObjects(), RooAbsTestStatistic::initSimMode(), RooAbsOptTestStatistic::initSlave(), TGLFontManager::InitStatics(), TWinNTSystem::InitUsersGroups(), TSpider::InitVariables(), RooRealMPFE::initVars(), TASImage::InitVisual(), TXNetSystem::InitXrdClient(), TMVA::MethodCFMlpANN_Utils::Innit(), RooSuperCategory::inRange(), RooAbsRealLValue::inRange(), RooAbsArg::inRange(), TGText::InsChar(), RooParamBinning::insertHook(), TGeoManager::InsertPNEId(), TEveManager::InsertVizDBEntry(), TGeoArb8::InsidePolygon(), TGText::InsLine(), TInspectCanvas::InspectObject(), TAlienPackage::InstallAllPackages(), TAlienPackage::InstallSinglePackage(), TVirtualDragManager::Instance(), TKDE::Instantiate(), ROOT::Math::GoFTest::Instantiate(), TGText::InsText(), RooMCIntegrator::integral(), RooIntegrator1D::integral(), TH2::IntegralAndError(), TH3::IntegralAndError(), TH1::IntegralAndError(), TCutG::IntegralHist(), RooAbsReal::integralNameSuffix(), ROOT::R::TRInterface::Interactive(), TGraphDelaunay::Interpolate(), TGraphDelaunay::InterpolateOnPlane(), TRint::Interrupt(), TMonitor::Interrupt(), TApplicationServer::Interrupt(), TApplicationRemote::Interrupt(), TProofServ::Interrupt(), TGTextEditor::InterruptMacro(), TRootBrowserLite::InterruptMacro(), TGeoVoxelFinder::Intersect(), RootCsg::intersect(), RootCsg::intersect_2d_no_bounds_check(), TGeoVoxelFinder::IntersectAndStore(), Intersection(), TMatrixTCramerInv::Inv2x2(), TMatrixTSymCramerInv::Inv2x2(), TMatrixTCramerInv::Inv3x3(), TMatrixTSymCramerInv::Inv3x3(), TMatrixTCramerInv::Inv4x4(), TMatrixTSymCramerInv::Inv4x4(), TMatrixTCramerInv::Inv5x5(), TMatrixTSymCramerInv::Inv5x5(), TMatrixTCramerInv::Inv6x6(), TMatrixTSymCramerInv::Inv6x6(), TGLPlotPainter::InvalidateSelection(), TMVA::VariableRearrangeTransform::InverseTransform(), TMVA::VariablePCATransform::InverseTransform(), TMVA::VariableNormalizeTransform::InverseTransform(), TMVA::VariableGaussTransform::InverseTransform(), TDecompChol::Invert(), TDecompBK::Invert(), TDecompLU::InvertLU(), TUnfold::InvertMSparseSymmPos(), TAlienCollection::InvertSelection(), TEveRhoZProjection::Is2D(), TEveRPhiProjection::Is2D(), TPointsArray3D::Is3D(), TVolumeView::Is3D(), TVolumePosition::Is3D(), TVolume::Is3D(), TEve3DProjection::Is3D(), TMonitor::IsActive(), TSecContext::IsActive(), TProofServ::IsActive(), TGeoVolume::IsAllInvisible(), TString::IsAlnum(), TString::IsAlpha(), TEveWindow::IsAncestorOf(), TDataMember::IsaPointer(), TStreamerBasicPointer::IsaPointer(), TStreamerLoop::IsaPointer(), TStreamerObjectPointer::IsaPointer(), TStreamerObjectAnyPointer::IsaPointer(), TStreamerSTL::IsaPointer(), TCollection::IsArgNull(), TMVA::Option< T * >::IsArrayOpt(), TString::IsAscii(), TGeoShapeAssembly::IsAssembly(), TGeoVolumeAssembly::IsAssembly(), TSocket::IsAuthenticated(), TStreamerBase::IsBase(), TStreamerSTL::IsBase(), TDataMember::IsBasic(), RooResolutionModel::isBasisSupported(), TEvePad::IsBatch(), TString::IsBin(), isBinary(), RooParamHistFunc::isBinnedDistribution(), RooAddition::isBinnedDistribution(), RooProduct::isBinnedDistribution(), RooRealSumPdf::isBinnedDistribution(), ParamHistFunc::isBinnedDistribution(), RooProdPdf::isBinnedDistribution(), RooAddPdf::isBinnedDistribution(), TPBHandleDSType::IsCheckCache(), TView3D::IsClippedNDC(), TGeoShape::IsCloseToPhi(), TApplicationImp::IsCmdThread(), TRootApplication::IsCmdThread(), TApplication::IsCmdThread(), TVirtualX::IsCmdThread(), TGWin32::IsCmdThread(), TGCocoa::IsCmdThread(), TGeoCompositeShape::IsComposite(), TGCompositeFrame::IsComposite(), TGLite::IsConnected(), TGrid::IsConnected(), TSQLServer::IsConnected(), TParameter< Long64_t >::IsConst(), RooResolutionModel::isConvolved(), TPBHandleDSType::IsCopyFiles(), TGeoShape::IsCrossingSemiplane(), TGeoPgon::IsCrossingSlice(), TGeoEltu::IsCylType(), TGeoParaboloid::IsCylType(), TGeoTube::IsCylType(), TGeoTorus::IsCylType(), TGeoCone::IsCylType(), TGeoPcon::IsCylType(), TGeoHype::IsCylType(), TProof::IsDataReady(), TString::IsDec(), RooAbsOptTestStatistic::isDerived(), RooAbsArg::isDerived(), RooRealVar::isDerived(), TMVA::SVWorkingSet::IsDiffSignificant(), TString::IsDigit(), RooAbsAnaConvPdf::isDirectGenSafe(), RooAddModel::isDirectGenSafe(), RooAbsPdf::isDirectGenSafe(), TSystemFile::IsDirectory(), TSystemDirectory::IsDirectory(), TAlienPackage::IsDirectory(), TGX11::IsDNDAware(), TGWin32::IsDNDAware(), TRootSniffer::IsDrawableClass(), TGeoNodeCache::IsDummy(), TFileSet::IsEmpty(), TDataSet::IsEmpty(), TXMLEngine::IsEmptyNode(), TGPopupMenu::IsEntryChecked(), TGPopupMenu::IsEntryEnabled(), TGPopupMenu::IsEntryHidden(), TGPopupMenu::IsEntryRChecked(), TDataMember::IsEnum(), TGeoMaterial::IsEq(), TGeoMixture::IsEq(), TObjString::IsEqual(), ROOT::Internal::TFriendProxyDescriptor::IsEquivalent(), ROOT::Internal::TBranchProxyClassDescriptor::IsEquivalent(), TCling::IsErrorMessagesEnabled(), TGRadioButton::IsExclusiveToggle(), TGeoPainter::IsExplodedView(), TSystem::IsFileInIncludePath(), THttpServer::IsFileRequested(), TRecorderRecording::IsFiltered(), TFitter::IsFixed(), TFumili::IsFixed(), TString::IsFloat(), TColumnView::IsFolder(), TBranchSTL::IsFolder(), TAlienDirectoryEntry::IsFolder(), TBranchObject::IsFolder(), TTableMap::IsFolder(), TSystemDirectory::IsFolder(), TAlienMasterJobStatus::IsFolder(), TSPlot::IsFolder(), TBaseClass::IsFolder(), TBranchClones::IsFolder(), TFolder::IsFolder(), TAlienJobStatus::IsFolder(), TParticleClassPDG::IsFolder(), TAlienDirectory::IsFolder(), THbookFile::IsFolder(), TTask::IsFolder(), TGeoTrack::IsFolder(), TPrincipal::IsFolder(), TVolumePosition::IsFolder(), TDatabasePDG::IsFolder(), TAxis3D::IsFolder(), TNode::IsFolder(), TGeometry::IsFolder(), TCollection::IsFolder(), TMapFile::IsFolder(), TGeoNode::IsFolder(), TApplicationRemote::IsFolder(), TPair< A, B >::IsFolder(), TDataSet::IsFolder(), TGeoVolume::IsFolder(), TTable::IsFolder(), TGeoNodeMatrix::IsFolder(), TGeoManager::IsFolder(), TBranch::IsFolder(), TMultiDimFit::IsFolder(), TBranchElement::IsFolder(), TROOT::IsFolder(), THnBase::IsFolder(), TPad::IsFolder(), TClass::IsFolder(), TTree::IsFolder(), TProof::IsFolder(), RooVectorDataStore::isFullReal(), RooStringVar::isFundamental(), RooErrorVar::isFundamental(), RooCategory::isFundamental(), RooRealVar::isFundamental(), IsGoodChar(), TString::IsHex(), TPBHistType::IsHist1D(), TPBHistType::IsHist2D(), TPBHistType::IsHist3D(), TPBHistType::IsHistAll(), Roo1DTable::isIdentical(), RooCurve::isIdentical(), RooHist::isIdentical(), RooFitResult::isIdentical(), TRotation::IsIdentity(), TLorentzRotation::IsIdentity(), TProofDesc::IsIdle(), TProof::IsIdle(), TGeoPolygon::IsIllegalCheck(), TString::IsInBaseN(), TGLBoxCut::IsInCut(), TThread::IsInitialized(), TGeoShape::IsInPhiRange(), TGeoManager::IsInPhiRange(), TFFTComplex::IsInplace(), TFFTComplexReal::IsInplace(), TFFTRealComplex::IsInplace(), TFFTReal::IsInplace(), RooArgSet::isInRange(), THnBase::IsInRange(), THistPainter::IsInside(), TF3::IsInside(), TF2::IsInside(), TFormLeafInfo::IsInteger(), TTreeFormula::IsInteger(), TFormLeafInfoMethod::IsInteger(), RooAbsCategory::isIntegrationSafeLValue(), TQpVar::IsInteriorPoint(), TH2Poly::IsIntersectingPolygon(), TVirtualGeoTrack::IsInTimeRange(), TSystemDirectory::IsItDirectory(), RooLinearVar::isJacobianOK(), RooAbsRealLValue::isJacobianOK(), TKeySQL::IsKeyModified(), TTreeFormula::IsLeafInteger(), TTreeFormula::IsLeafString(), TROOT::IsLineProcessing(), TProof::IsLite(), ROOT::Internal::TBranchProxyClassDescriptor::IsLoaded(), TCling::IsLoaded(), RooAbsCategoryLValue::isLValue(), RooAbsRealLValue::isLValue(), TGWindow::IsMapSubwindows(), TProofNodeInfo::IsMaster(), TProofLogElem::IsMaster(), TGeoPhysicalNode::IsMatchingState(), TProofOutputFile::IsMerge(), TMethodBrowsable::IsMethodBrowsable(), TBranchElement::IsMissingCollection(), TGeoMixture::IsMixture(), TDocOutput::IsModified(), TDocParser::IsName(), RooDataHist::isNonPoissonWeighted(), RooDataSet::isNonPoissonWeighted(), TSQLStatement::IsNull(), TPgSQLStatement::IsNull(), TMySQLStatement::IsNull(), TOracleStatement::IsNull(), TODBCStatement::IsNull(), TGeoBBox::IsNullBox(), TGDMLWrite::IsNullParam(), TSQLStructure::IsNumericType(), IsObjectEditable(), TString::IsOct(), TStatus::IsOk(), TStreamerElement::IsOldFormat(), TGeoPatternX::IsOnBoundary(), TGeoPatternY::IsOnBoundary(), TGeoPatternZ::IsOnBoundary(), TGeoPatternParaX::IsOnBoundary(), TGeoPatternParaY::IsOnBoundary(), TGeoPatternParaZ::IsOnBoundary(), TGeoPatternTrapZ::IsOnBoundary(), TGeoPatternCylR::IsOnBoundary(), TGeoPatternCylPhi::IsOnBoundary(), TGeoPatternSphPhi::IsOnBoundary(), TAlienCollection::IsOnline(), TXNetSystem::IsOnline(), TGeoNode::IsOnScreen(), TLeafObject::IsOnTerminalBranch(), TLeafElement::IsOnTerminalBranch(), TLeaf::IsOnTerminalBranch(), THbookFile::IsOpen(), TNetFile::IsOpen(), TWebFile::IsOpen(), TFTP::IsOpen(), TFileIter::IsOpen(), TFile::IsOpen(), TGLOrthoCamera::IsOrthographic(), TGeoBranchArray::IsOutside(), TGLScene::IsOutside(), TProof::IsParallel(), TTreeCacheUnzip::IsParallelUnzip(), RooParamBinning::isParameterized(), IsParentOfGrab(), TSystem::IsPathLocal(), TGLPerspectiveCamera::IsPerspective(), TGeoSphere::IsPointInside(), TGeoXtru::IsPointInsidePlane(), TGuiBldDragManager::IsPointVisible(), TMVA::Option< T >::IsPreDefinedValLocal(), TParticle::IsPrimary(), TProofBenchDataSet::IsProof(), TProof::IsProofd(), TROOT::IsProofServ(), Cppyy::IsPublicData(), RooStreamParser::isPunctChar(), TTreeCacheUnzip::IsQueueEmpty(), TGeoElementRN::IsRadioNuclide(), TSQLFile::IsReadAccess(), TPBReadType::IsReadFull(), TPBReadType::IsReadNo(), THttpServer::IsReadOnly(), TPBReadType::IsReadOpt(), TRootSnifferScanRec::IsReadyForResult(), TFormLeafInfoReference::IsReference(), TLDAPEntry::IsReferral(), TProofOutputFile::IsRegister(), TPBHandleDSType::IsReleaseCache(), TPBHandleDSType::IsRemoveFiles(), TProofOutputFile::IsRetrieve(), TGeoHelix::IsRightHanded(), TGeoPolygon::IsRightSided(), TGeoMatrix::IsRotAboutZ(), TProofDesc::IsRunning(), TGeoNavigator::IsSafeStep(), TGeoVoxelFinder::IsSafeVoxel(), TGeoNavigator::IsSameLocation(), TGeoArb8::IsSamePoint(), TGeoNavigator::IsSamePoint(), TGeoShape::IsSameWithinTolerance(), TEveTrans::IsScale(), TGLMatrix::IsScalingForRender(), TGeoPolygon::IsSegConvex(), TGeoShape::IsSegCrossing(), TAlienCollection::IsSelected(), TGuiBldDragManager::IsSelectedVisible(), TClassMenuItem::IsSeparator(), TXSocket::IsServProofd(), RooAbsArg::isShapeServer(), RooAbsBinning::isShareable(), TProofDesc::IsShuttingDown(), RooAbsCategory::isSignType(), TBuffer3DSphere::IsSolidUncut(), RooThreshEntry::IsSortable(), RooInt::IsSortable(), TObjString::IsSortable(), RooDouble::IsSortable(), TNamed::IsSortable(), TPerfEvent::IsSortable(), TPave::IsSortable(), TClassDocInfo::IsSortable(), TStructNode::IsSortable(), TGeoOverlap::IsSortable(), TUrl::IsSortable(), TCollection::IsSortable(), TParameter< Long64_t >::IsSortable(), TFileInfo::IsSortable(), TUri::IsSortable(), TGeoBranchArray::IsSortable(), TSlave::IsSortable(), TDSetElement::IsSortable(), TSlaveInfo::IsSortable(), RooAbsArg::IsSortable(), TSortedList::IsSorted(), TNetXNGFileStager::IsStaged(), TNetFileStager::IsStaged(), TFileStager::IsStaged(), TSelector::IsStandardDraw(), TClassMenuItem::IsStandardList(), RooCategory::isStateInRange(), Cppyy::IsStaticData(), TFormLeafInfo::IsString(), TTreeFormula::IsString(), TGeoVolume::IsStyleDefault(), TProofNodeInfo::IsSubMaster(), TProofLogElem::IsSubMaster(), Cppyy::IsSubtype(), TMatrixTSym< Double_t >::IsSymmetric(), TMatrixTBase< Element >::IsSymmetric(), RooUnitTest::isTestAvailable(), IsTextFile(), TGCheckButton::IsToggleButton(), TGRadioButton::IsToggleButton(), TGeoVolume::IsTopVolume(), TStreamerElement::IsTransient(), TAttFill::IsTransparent(), TMemberInspector::IsTreatingNonAccessibleTypes(), TGQuartz::IsTTFStringVisible(), TGeoArb8::IsTwisted(), RooCintUtils::isTypeDef(), RooUniformBinning::isUniform(), TNetXNGFile::IsUseable(), TMySQLResult::IsValid(), TMySQLRow::IsValid(), TSQLiteRow::IsValid(), TSQLiteResult::IsValid(), TPgSQLResult::IsValid(), TPgSQLRow::IsValid(), TOracleRow::IsValid(), TTreeRow::IsValid(), TSapDBRow::IsValid(), TSapDBResult::IsValid(), TNetXNGFileStager::IsValid(), TTreeResult::IsValid(), TNetFileStager::IsValid(), TTableMap::IsValid(), TXNetFileStager::IsValid(), TOracleResult::IsValid(), TFileStager::IsValid(), TRef::IsValid(), TIndexTable::IsValid(), TProofMonSender::IsValid(), TProcessID::IsValid(), TInetAddress::IsValid(), TPSocket::IsValid(), TProofMgr::IsValid(), TUrl::IsValid(), TDataMember::IsValid(), TProofPerfAnalysis::IsValid(), TASLogHandler::IsValid(), TApplicationRemote::IsValid(), TUDPSocket::IsValid(), TSlave::IsValid(), TSocket::IsValid(), TASImage::IsValid(), TGeoRotation::IsValid(), TImage::IsValid(), TXSockPipe::IsValid(), TProofServLogHandler::IsValid(), TF1::IsValid(), RooAbsArg::isValid(), TGeoBBox::IsValidBox(), RooWorkspace::isValidCPPID(), RooCintUtils::isValidEnumValue(), RooAbsCategory::isValidIndex(), RooAbsCategory::isValidLabel(), RooGenericPdf::isValidReal(), RooFormulaVar::isValidReal(), RooAbsRealLValue::isValidReal(), RooRealIntegral::isValidReal(), RooAbsReal::isValidReal(), RooAbsString::isValidString(), TXMLSetup::IsValidXmlSetup(), RooAbsArg::isValueDirty(), RooAbsArg::isValueDirtyAndClear(), RooAbsArg::isValueOrShapeDirtyAndClear(), RooAbsArg::isValueServer(), TGX11TTF::IsVisible(), TGWin32::IsVisible(), TGeoManager::IsVisLeaves(), TGeoVolumeMulti::IsVolumeMulti(), TProofServ::IsWaiting(), RooCompositeDataStore::isWeighted(), RooDataHist::isWeighted(), TDocParser::IsWord(), TProofNodeInfo::IsWorker(), TProofLogElem::IsWorker(), TRootSnifferStoreXml::IsXml(), TGHtml::ItemLayout(), TProofPlayerRemote::JoinProcess(), TBufferJSON::JsonDisablePostprocessing(), TBufferJSON::JsonStreamCollection(), TGLObject::KeepDuringSmartRefresh(), TAlien::KillById(), TH2::KolmogorovTest(), TH3::KolmogorovTest(), TMath::KolmogorovTest(), TH1::KolmogorovTest(), TRobustEstimator::KOrdStat(), TMath::KOrdStat(), Krb5Authenticate(), TProfile::LabelsOption(), TProfile2D::LabelsOption(), TH1::LabelsOption(), TProofPerfAnalysis::LatencyPlot(), TGView::Layout(), TGCanvas::Layout(), TGListBox::Layout(), TGMenuBar::Layout(), TGuiBldHintsEditor::LayoutSubframes(), RooAbsArg::leafNodeServerList(), TTreeCache::LearnPrefill(), TStructViewerGUI::LevelDistValueSetSlot(), TMVA::likelihoodrefs(), TCreatePrimitives::Line(), TGListTree::LineDown(), TEveTrackPropagator::LineIntersectPlane(), TMVA::MethodMLP::LineSearch(), TEveTrackPropagator::LineToVertex(), TGListTree::LineUp(), RooFit::Link(), TODBCServer::ListData(), TClassDocOutput::ListDataMembers(), TList::LnkCompare(), TViewPubDataMembers::Load(), TViewPubFunctions::Load(), TListOfEnums::Load(), TListOfDataMembers::Load(), TGText::Load(), TEventIterTree::Load(), TClass::Load(), TProof::Load(), TTreeFormula::LoadBranches(), TGText::LoadBuffer(), TGTextView::LoadBuffer(), TROOT::LoadClass(), TClass::LoadClassCustom(), TClass::LoadClassDefault(), TTreeFormula::LoadCurrentDim(), TMVA::RMethodBase::LoadData(), TGTextView::LoadFile(), TApplication::LoadGraphicsLibs(), TPluginManager::LoadHandlersFromPluginDirs(), TFITSHDU::LoadHDU(), TCling::LoadLibraryMap(), TPython::LoadMacro(), TProof::LoadPackage(), TCling::LoadPCM(), RooWorkspace::loadSnapshot(), TChain::LoadTree(), TTree::LoadTree(), RooConvIntegrandBinding::loadValues(), RooRealBinding::loadValues(), RooTreeDataStore::loadValues(), RooVectorDataStore::loadValues(), TMultiLayerPerceptron::LoadWeights(), TNetXNGFileStager::LocateCollection(), TXNetFileStager::LocateCollection(), TFileStager::LocateCollection(), TSQLObjectData::LocateColumn(), TSQLStructure::LocateElementColumn(), TDocParser::LocateMethodInCurrentLine(), TDocParser::LocateMethodsInHeaderClassDecl(), TDocParser::LocateMethodsInHeaderInline(), TDocParser::LocateMethodsInSource(), TLockFile::Lock(), TGeoGlobalMagField::Lock(), TGeoManager::LockGeometry(), TGLPadPainter::LockPainter(), TGLLockable::LockValid(), RooAbsReal::logEvalError(), TProofLog::LogToBox(), TChain::Lookup(), TDSetElement::Lookup(), TDSet::Lookup(), TAlienCollection::LookupSUrls(), RooNDKeysPdf::loopRange(), TEveTrackPropagator::LoopToLineSegment(), TEveTrackPropagator::LoopToVertex(), TGraphSmooth::Lowest(), TProofOutputList::ls(), TFolder::ls(), TTask::ls(), TDirectoryFile::ls(), TCollection::ls(), TDirectory::ls(), main(), THtml::MakeAll(), RooClassFactory::makeAndCompileFunction(), RooClassFactory::makeAndCompilePdf(), TKDTree< Index, Value >::MakeBoundaries(), TGeoBoolNode::MakeBranch(), TGeoTorus::MakeBuffer3D(), TGeoSphere::MakeBuffer3D(), TGeoPgon::MakeBuffer3D(), TGeoPcon::MakeBuffer3D(), TMultiDimFit::MakeCandidates(), TGeoChecker::MakeCheckOverlap(), RooClassFactory::makeClass(), TTabCom::MakeClassFromVarName(), TTableDescriptor::MakeCommentField(), TGeoBranchArray::MakeCopy(), TMVA::RuleCut::MakeCuts(), TProofBench::MakeDataSet(), TMVA::RuleFit::MakeDebugHists(), TTableDescriptor::MakeDescriptor(), RooWorkspace::makeDir(), TAlienSystem::MakeDirectory(), THDFSSystem::MakeDirectory(), TGFontPool::MakeFont(), TMVA::RuleFit::MakeForest(), RooProduct::makeFPName(), RooMCStudy::makeFrameAndPlotCmd(), TMVA::RuleFitParams::MakeGDPath(), TMVA::RuleFitParams::MakeGradientVector(), TPrincipal::MakeHistograms(), TGeoBranchArray::MakeInstance(), TGCocoa::MakeOpenGLContextCurrent(), TMultiDimFit::MakeParameterization(), TEvePolygonSetProjected::MakePolygonsFromBS(), TFile::MakeProject(), RooAbsReal::makeProjectionSet(), TProofServ::MakeQueryResult(), TPrincipal::MakeRealCode(), TMultiDimFit::MakeRealCode(), TGeoVolume::MakeReflectedVolume(), RooProdPdf::makeRGPPName(), TMVA::RuleEnsemble::MakeRuleMap(), RooSimWSTool::makeSplitName(), TEveTrackProjected::MakeTrack(), TEveTrack::MakeTrack(), TMVA::RuleFitParams::MakeTstGradientVector(), RooMappedCategory::map(), TTreeViewer::MapBranch(), TGWin32::MapEvent(), TGX11::MapEvent(), TGWin32::MapSetWindowAttributes(), TGX11::MapSetWindowAttributes(), TGTextView::Mark(), TProof::MarkBad(), TGTextEntry::MarkWord(), RooMsgService::StreamConfig::match(), RooAbsReal::matchArgsByName(), TNetXNGFileStager::Matches(), TNetFileStager::Matches(), TXNetFileStager::Matches(), TFileStager::Matches(), RooExpensiveObjectCache::ExpensiveObject::matches(), TNetFile::Matches(), TQueryResult::Matches(), TFile::Matches(), TFileOpenHandle::Matches(), TVectorT< Element >::MatchesNonZeroPattern(), THtml::TFileDefinition::MatchFileSysName(), TStreamerInfo::MatchLegacyCheckSum(), TClass::MatchLegacyCheckSum(), TXProofMgr::MatchUrl(), TProofMgr::MatchUrl(), TGDMLParse::MatProcess(), TGuiBldHintsEditor::MatrixLayout(), TStructNodeEditor::MaxLevelsValueSetSlot(), TStructNodeEditor::MaxObjectsValueSetSlot(), TRootGuiBuilder::MaybeCloseWindow(), TString::MaybeRegexp(), TString::MaybeWildcard(), TGeoNode::MayOverlap(), RooStats::MCMCIntervalPlot::MCMCIntervalPlot(), RooAbsReal::mean(), TMath::Median(), MemIsEqual(), TTree::MemoryFull(), TGuiBldDragManager::Menu4Frame(), TGuiBldDragManager::Menu4Lasso(), TProfileHelper::Merge(), TOutputListSelectorDataMap::Merge(), TSeqCollection::Merge(), TStatus::Merge(), TH2::Merge(), RooDataSet::merge(), TH3::Merge(), TProofOutputFile::Merge(), TChain::Merge(), TH1::Merge(), TProofPlayerRemote::MergeOutput(), TProofPlayerRemote::MergeOutputFiles(), TFileMerger::MergeRecursive(), TMVA::MethodC50::MethodC50(), TMVA::MethodRSNNS::MethodRSNNS(), TMVA::MethodRSVM::MethodRSVM(), ROOT::Math::RMinimizer::Minimize(), TGMdiMainFrame::Minimize(), RooFit::Minos(), RooCmdConfig::missingArgs(), TAlienSystem::mkdir(), TGLite::Mkdir(), TDataSetIter::Mkdir(), TWinNTSystem::mkdir(), TSystem::mkdir(), TMinuit::mncler(), TMinuit::mncomd(), TMinuit::mncros(), TMinuit::mnexcm(), TMinuit::mngrad(), TMinuit::mnimpr(), TMinuit::mninit(), TMinuit::mnmigr(), TMinuit::mnmnot(), TMinuit::mnparm(), TMinuit::mnpint(), TMinuit::mnplot(), TMinuit::mnrset(), TMinuit::mnset(), TMinuit::mnunpt(), TGLPhysicalShape::Modified(), TProof::ModifyWorkerLists(), TStyleManager::ModPaperSizePredef(), TF1::Moment(), RooIntegralMorph::MorphCacheElem::MorphCacheElem(), TGLCameraGuide::MouseEnter(), TGLManipSet::MouseEnter(), TGLOverlayButton::MouseEnter(), TEveCaloLegoOverlay::MouseEnter(), TGLAnnotation::MouseEnter(), TGLOverlayElement::MouseStillInside(), TGMdiDecorFrame::Move(), RooList::moveAfter(), RooList::moveBefore(), TGMdiDecorFrame::MoveResize(), TMVA::DataSet::MoveTrainingBlock(), TVolumePosition::Mult(), RooFit::MultiArg(), TMVA::MultiClassActionButton(), TLinearFitter::MultiGraphLinearFitter(), TProfile::Multiply(), THnBase::Multiply(), TH1::Multiply(), TDecompBase::MultiSolve(), TClonesArray::MultiSort(), TMVA::mvas(), TMVA::mvasMulticlass(), TMVA::mvaweights(), TApplication::NeedGraphicsLibs(), RooVectorDataStore::RealVector::needRecalc(), TGClient::NeedRedraw(), TSVG::NewPage(), TTeXDump::NewPage(), TPDF::NewPage(), TPostScript::NewPage(), TRootGuiBuilder::NewProject(), TGXYLayout::NewSize(), TEveChunkManager::iterator::next(), TExMapIter::Next(), TViewPubDataMembersIter::Next(), TViewPubFunctionsIter::Next(), THashTableIter::Next(), TGenericCollectionIterator::RegularIterator::Next(), TListIter::Next(), TGeoIterator::Next(), RooGrid::nextBox(), TFileIter::NextEventKey(), TSQLiteStatement::NextIteration(), TOracleStatement::NextIteration(), TODBCStatement::NextIteration(), TSQLiteStatement::NextResultRow(), TOracleStatement::NextResultRow(), TSystem::NextTimeOut(), TStringToken::NextToken(), TGeoBuilder::Node(), TProofProgressLog::NoLineEntry(), TComplex::Normalize(), TGeoGenTrans::Normalize(), RooProofDriverSelector::Notify(), TSelectorEntries::Notify(), TPySelector::Notify(), TBranchRef::Notify(), TSelHandleDataSet::Notify(), Notify(), TSelector::Notify(), TTreeFormulaManager::Notify(), TSelVerifyDataSet::Notify(), TTimer::Notify(), TProofDraw::Notify(), TSelectorDraw::Notify(), TASLogHandler::Notify(), TARInterruptHandler::Notify(), TTreeFormula::Notify(), TProofInputHandler::Notify(), TProcessEventTimer::Notify(), TProofServLogHandler::Notify(), TGLRedrawTimer::Notify(), TShutdownTimer::Notify(), TReaperTimer::Notify(), TIdleTOTimer::Notify(), TTree::Notify(), TDataSetManagerFile::NotifyUpdate(), TGLCamera::OfInterest(), RooCmdConfig::ok(), TSlave::OldAuthSetup(), TProofServ::OldAuthSetup(), OldSlaveAuthSetup(), TGLBContainer::OnAutoScroll(), TSessionQueryFrame::OnBtnAbort(), TSessionServerFrame::OnBtnAddClicked(), TSessionServerFrame::OnBtnConnectClicked(), TSessionFrame::OnBtnGetQueriesClicked(), TSessionQueryFrame::OnBtnSubmit(), TSessionViewer::OnCascadeMenu(), TNewChainDlg::OnElementClicked(), TSessionFrame::OnEnablePackages(), TSessionViewer::OnListTreeClicked(), TGContainer::OnMouseOver(), TSessionFrame::OnUploadPackages(), TAlienFile::Open(), TXNetFile::Open(), TASPaletteEditor::Open(), TPostScript::Open(), TFile::Open(), TProof::Open(), TViewer3DPad::OpenComposite(), TGLScenePad::OpenComposite(), TAlien::OpenDataset(), TAlienSystem::OpenDirectory(), TFTP::OpenDirectory(), TNetSystem::OpenDirectory(), TWinNTSystem::OpenDirectory(), TGX11::OpenDisplay(), TGWin32::OpenDisplay(), TGLRnrCtx::OpenDLCapture(), TFileMerger::OpenExcessFiles(), TFile::OpenFromCache(), TGListTree::OpenItem(), TGWin32::OpenPixmap(), TRootGuiBuilder::OpenProject(), TMVA::RuleFitAPI::OpenRFile(), TGenericCollectionIterator::RegularIterator::operator bool(), TQuaternion::operator!=(), TRotation::operator!=(), TLorentzRotation::operator!=(), TGeoBranchArray::operator!=(), TVector3::operator!=(), TVectorT< Element >::operator!=(), TMatrixTBase< Element >::operator!=(), operator!=(), RooConvIntegrandBinding::operator()(), TIsAProxy::operator()(), TVectorT< Element >::operator*=(), TMatrixT< Element >::operator*=(), TMatrixTSub< Element >::operator*=(), TGeoBranchArray::operator<(), TVectorT< Element >::operator<(), TMatrixTBase< Element >::operator<(), operator<<(), TGeoBranchArray::operator<=(), TVectorT< Element >::operator<=(), TMatrixTBase< Element >::operator<=(), RooAbsCategoryLValue::operator=(), TClonesArray::operator=(), RooMappedCategory::Entry::operator=(), ROOT::R::TRObject::operator=(), TDsKey::operator==(), RooNameSet::operator==(), ROOT::TSchemaRule::operator==(), TQuaternion::operator==(), TRotation::operator==(), TGeoMatrix::operator==(), TGRegion::operator==(), RooMultiVarGaussian::BitBlock::operator==(), TLorentzRotation::operator==(), operator==(), TGeoBranchArray::operator==(), TVector3::operator==(), TMVA::Rule::operator==(), TVectorT< Element >::operator==(), TMatrixTBase< Element >::operator==(), TTableRange::operator==(), TGeoBranchArray::operator>(), TVectorT< Element >::operator>(), TMatrixTBase< Element >::operator>(), TGeoBranchArray::operator>=(), TVectorT< Element >::operator>=(), TMatrixTBase< Element >::operator>=(), TMVA::operator>>(), operator>>(), TMVA::Factory::OptimizeAllMethods(), RooObjCacheManager::optimizeCacheMode(), RooAbsArg::optimizeCacheMode(), RooAbsOptTestStatistic::optimizeConstantTerms(), RooAbsData::optimizeReadingWithCaching(), TMVA::OptimizeConfigParameters::optimizeScan(), TFileMerger::OutputFile(), TGeoPolygon::OutscribedConvex(), TAlienCollection::OverlapCollection(), RooAbsCollection::overlaps(), TCreatePrimitives::Pad(), TGFileBrowser::PadModified(), TEveGeoShape::Paint(), TSpline::Paint(), TParallelCoordRange::Paint(), TPolyLineShape::Paint(), TGraphPolargram::Paint(), THStack::Paint(), TGeoTrack::Paint(), THistPainter::Paint(), TMultiGraph::Paint(), TNode::Paint(), TPie::Paint(), TASImage::Paint(), TEveGeoTopNode::Paint(), TGeoPainter::Paint(), TPad::Paint(), TF1::Paint(), TPolyLineShape::Paint3d(), TGaxis::PaintAxis(), TH1Editor::PaintBox3D(), THistPainter::PaintBoxes(), TGeoTrack::PaintCollect(), TGeoTrack::PaintCollectTrack(), TGeoCompositeShape::PaintComposite(), THistPainter::PaintContourLine(), TFileDrawMap::PaintDir(), TParallelCoord::PaintEntries(), THistPainter::PaintErrors(), TGraphPainter::PaintGraphAsymmErrors(), TGraphPainter::PaintGraphBentErrors(), TGraphPainter::PaintGraphErrors(), TGraphPainter::PaintGrapHist(), TGraphPainter::PaintGraphPolar(), TMarker3DBox::PaintH3(), TPolyMarker3D::PaintH3(), TLatex::PaintLatex(), TLatex::PaintLatex1(), THistPainter::PaintLego(), TPad::PaintModified(), TGeoPainter::PaintOverlap(), TPave::PaintPaveArc(), TPad::PaintPolyLine(), TGraphPainter::PaintPolyLineHatches(), TLegend::PaintPrimitives(), THistPainter::PaintScatterPlot(), TVolumeView::PaintShape(), TVolume::PaintShape(), TGeoPainter::PaintShape(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TGraphPainter::PaintStats(), THistPainter::PaintText(), THistPainter::PaintTH2PolyBins(), TGeoTrack::PaintTrack(), TGraph2DPainter::PaintTriangles_new(), TGraph2DPainter::PaintTriangles_old(), TGeoPainter::PaintVolume(), TWbox::PaintWbox(), TGLH2PolyPainter::Pan(), TGLVoxelPainter::Pan(), TGLTF3Painter::Pan(), TGLLegoPainter::Pan(), TGLBoxPainter::Pan(), TGLSurfacePainter::Pan(), TGLTH3CompositionPainter::Pan(), TGL5DPainter::Pan(), TGLIsoPainter::Pan(), TGLParametricPlot::Pan(), RooAbsPdf::paramOn(), TTreeDrawArgsParser::Parse(), TGeoManager::Parse(), TVirtualX::ParseColor(), TGX11::ParseColor(), TGWin32::ParseColor(), TProof::ParseConfigField(), TDataSetManagerAliEn::ParseCustomFindUri(), TDataSetManager::ParseDataSetSrvMaps(), TGFontPool::ParseFontName(), TGDMLParse::ParseGDML(), TDataSetManagerFile::ParseInitOpts(), TTreeDrawArgsParser::ParseName(), TDataSetManagerAliEn::ParseOfficialDataUri(), TTreeDrawArgsParser::ParseOption(), TMVA::Configurable::ParseOptions(), TS3WebFile::ParseOptions(), ROOT::Internal::TTreeReaderGenerator::ParseOptions(), TGLHistPainter::ParsePaintOption(), TApplication::ParseRemoteLine(), TGHtml::ParseText(), TChain::ParseTreeFilename(), TDataSetManager::ParseUri(), TArchiveFile::ParseUrl(), TTreeFormula::ParseWithLeaf(), TGFontPool::ParseXLFD(), TAlienCollection::ParseXML(), TFileMerger::PartialMerge(), TGTextEdit::Paste(), TCreatePrimitives::Pave(), TMVA::PDEFoam::PDEFoam(), TGListTree::PDeleteItem(), RooAbsCachedPdf::PdfCacheElem::PdfCacheElem(), TMVA::PDEFoam::PeekMax(), TSQLStructure::PerformConversion(), TBufferJSON::PerformPostProcessing(), TMath::Permute(), TPad::Pick(), TXSocket::PickUpReady(), PiecewiseInterpolation::PiecewiseInterpolation(), TXSocket::Ping(), TMySQLServer::PingVerify(), TGPopupMenu::PlaceMenu(), TGComboBoxPopup::PlacePopup(), TMVA::plot_efficiencies(), RooAbsReal::plotAsymOn(), RooAbsData::plotEffOn(), RooSimultaneous::plotOn(), RooAbsData::plotOn(), RooAbsPdf::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnCompSelect(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), RooMCStudy::plotPull(), RooAddition::plotSamplingHint(), RooRealSumPdf::plotSamplingHint(), RooAddPdf::plotSamplingHint(), RooAbsReal::plotSanityChecks(), TGLPlotPainter::PlotSelected(), RooAbsReal::plotSliceOn(), RootCsg::point_in_polygon_test_3d(), TProofLite::PollForNewWorkers(), TProof::PollForNewWorkers(), RootCsg::polygon_mid_point_ray(), RooStats::HistFactory::FlexibleInterpVar::PolyInterpValue(), TAlienPackage::PostInstall(), TClass::PostLoadCheck(), TComplex::Power(), TGLSceneBase::PreDraw(), TGLScenePad::PreferLocalFrame(), TGLViewer::PreferLocalFrame(), TXNetSystem::Prepare(), TSQLObjectData::PrepareForRawData(), TProof::PrepareInputDataFile(), RooAbsPdf::prepareMultiGen(), TRecorderReplaying::PrepareNextEvent(), TGLSurfacePainter::PreparePalette(), TMVA::VariableRearrangeTransform::PrepareTransformation(), TMVA::VariableIdentityTransform::PrepareTransformation(), TMVA::VariablePCATransform::PrepareTransformation(), TMVA::VariableNormalizeTransform::PrepareTransformation(), TMVA::VariableDecorrTransform::PrepareTransformation(), TMVA::VariableGaussTransform::PrepareTransformation(), TEveProjection::PreScaleVariable(), TTreePlayer::Principal(), TAlienMasterJob::Print(), TProofOutputList::Print(), RooListProxy::print(), TAlienJobStatus::Print(), RooSetProxy::print(), TStatus::Print(), TTreeIndex::Print(), TPrincipal::Print(), TClassTable::Print(), TGTextEdit::Print(), TGLayoutHints::Print(), TCollection::Print(), TGeoVoxelFinder::Print(), TTable::Print(), RooWorkspace::Print(), TQueryResult::Print(), RooMsgService::Print(), TPluginHandler::Print(), TSlaveInfo::Print(), TPad::Print(), TTree::Print(), RooAbsGenContext::printArgs(), RooAbsDataStore::printArgs(), RooDataHist::printArgs(), RooDataSet::printArgs(), RooAbsArg::printAttribList(), THnBase::PrintBin(), TRootCanvas::PrintCanvas(), TFileCollection::PrintDetailed(), TVirtualPS::PrintFast(), TPDF::PrintFast(), TProofPerfAnalysis::PrintFileInfo(), TAlienJobStatus::PrintJob(), RooAbsCollection::printLatex(), RooAddition::printMetaArgs(), RooMappedCategory::printMetaArgs(), RooProduct::printMetaArgs(), RooRealSumPdf::printMetaArgs(), RooProdPdf::printMetaArgs(), RooAddModel::printMetaArgs(), RooAddPdf::printMetaArgs(), RooFitResult::printMultiline(), TMVA::Configurable::PrintOptions(), TVirtualPS::PrintRaw(), TVirtualPS::PrintStr(), TPDF::PrintStr(), RooPlot::printValue(), RooAbsCollection::printValue(), TProofPerfAnalysis::PrintWrkInfo(), TMVA::probas(), RooProofDriverSelector::Process(), TEveSelectorToEventList::Process(), TProofPlayerLite::Process(), TSelectorEntries::Process(), TSelHandleDataSet::Process(), TSelHist::Process(), RooCmdConfig::process(), TSQLiteStatement::Process(), TSelEventGen::Process(), TSelVerifyDataSet::Process(), TOracleStatement::Process(), TProofDraw::Process(), TProofLite::Process(), TSelEvent::Process(), TTreePlayer::Process(), TChain::Process(), TProofPlayer::Process(), TProofPlayerRemote::Process(), TProof::Process(), RooChi2MCSModule::processAfterFit(), RooDLLSignificanceMCSModule::processAfterFit(), RooAbsMCStudyModule::processAfterFit(), RooRandomizeParamMCSModule::processBeforeGen(), RooAbsMCStudyModule::processBeforeGen(), RooStats::UpperLimitMCSModule::processBetweenGenAndFit(), RooAbsMCStudyModule::processBetweenGenAndFit(), ROOT::TSchemaRule::ProcessChecksum(), TDocParser::ProcessComment(), TSelector::ProcessCut(), TDocOutput::ProcessDocInDir(), RooAbsTestStatistic::processEmptyDataSets(), TGLVoxelPainter::ProcessEvent(), TGLTF3Painter::ProcessEvent(), TGLBoxPainter::ProcessEvent(), TGLSurfacePainter::ProcessEvent(), TGLTH3CompositionPainter::ProcessEvent(), TGL5DPainter::ProcessEvent(), TGLIsoPainter::ProcessEvent(), TGLParametricPlot::ProcessEvent(), TProcessEventTimer::ProcessEvents(), TSystem::ProcessEvents(), ROOT::R::TRInterface::ProcessEventsLoop(), TDataSetManager::ProcessFile(), TGLSAViewer::ProcessFrameMessage(), TS3WebFile::ProcessHttpHeader(), TGClient::ProcessIdleEvent(), TApplicationServer::ProcessLine(), TCling::ProcessLine(), TROOT::ProcessLineSync(), TSessionLogView::ProcessMessage(), TGInputDialog::ProcessMessage(), TTreeInput::ProcessMessage(), TGedMarkerPopup::ProcessMessage(), TRootHelpDialog::ProcessMessage(), TRootControlBar::ProcessMessage(), TAttTextEditor::ProcessMessage(), TRootContextMenu::ProcessMessage(), TGedPopup::ProcessMessage(), TGHtmlBrowser::ProcessMessage(), TGedMarkerSelect::ProcessMessage(), TNewChainDlg::ProcessMessage(), TGFontDialog::ProcessMessage(), TGSearchDialog::ProcessMessage(), TG16ColorSelector::ProcessMessage(), TGView::ProcessMessage(), TGTextEditor::ProcessMessage(), TGComboBox::ProcessMessage(), TGMsgBox::ProcessMessage(), TGedPatternSelector::ProcessMessage(), TASPaletteEditor::ProcessMessage(), TGFileDialog::ProcessMessage(), TestMainFrame::ProcessMessage(), TGShutter::ProcessMessage(), TGPrintDialog::ProcessMessage(), TNewQueryDlg::ProcessMessage(), TGColorPopup::ProcessMessage(), TGedPatternPopup::ProcessMessage(), TGDockableFrame::ProcessMessage(), TGTextEdit::ProcessMessage(), TGGotoDialog::ProcessMessage(), TestDialog::ProcessMessage(), TGColorSelect::ProcessMessage(), TUploadDataSetDlg::ProcessMessage(), TRootCanvas::ProcessMessage(), TRootBrowserLite::ProcessMessage(), TGedPatternSelect::ProcessMessage(), TestMsgBox::ProcessMessage(), TGMdiMainFrame::ProcessMessage(), TGSelectBox::ProcessMessage(), TGColorDialog::ProcessMessage(), TestSliders::ProcessMessage(), TestShutter::ProcessMessage(), TTreeViewer::ProcessMessage(), TGMdiTitleBar::ProcessMessage(), TestProgress::ProcessMessage(), TGCanvas::ProcessMessage(), TSessionServerFrame::ProcessMessage(), Editor::ProcessMessage(), TGNumberEntry::ProcessMessage(), TGListBox::ProcessMessage(), TSessionViewer::ProcessMessage(), TProofServ::ProcessNext(), TGClient::ProcessOneEvent(), TMVA::MethodDT::ProcessOptions(), TMVA::MethodBDT::ProcessOptions(), TMVA::MethodRuleFit::ProcessOptions(), TMVA::MethodPDEFoam::ProcessOptions(), TBufferXML::ProcessPointer(), RooProdPdf::processProductTerm(), THttpServer::ProcessRequest(), TEveSceneList::ProcessSceneChanges(), TEveCaloData::ProcessSelection(), TProofDraw::ProcessSingle(), TXSocket::ProcessUnsolicitedMsg(), ROOT::TSchemaRule::ProcessVersion(), RooFactoryWSTool::prod(), TRootSniffer::Produce(), TRootSniffer::ProduceBinary(), TSQLFile::ProduceClassSelectQuery(), TXMLPlayer::ProduceCode(), TRootSniffer::ProduceExe(), TRootSniffer::ProduceImage(), TRootSniffer::ProduceItem(), TRootSniffer::ProduceMulti(), RooMinimizer::profileStart(), TProofChain::Progress(), TProofProgressDialog::Progress(), TH3::Project3D(), TH3::Project3DProfile(), THnBase::ProjectionAny(), THnBase::ProjectionND(), TProfile::ProjectionX(), TProfile2D::ProjectionXY(), TProfile3D::ProjectionXYZ(), TProof::Prompt(), TAuthenticate::ProofAuthSetup(), RooStats::ProposalHelper::ProposalHelper(), Proxy(), TMVA::DecisionTree::PruneNodeInPlace(), TGCheckButton::PSetState(), TGRadioButton::PSetState(), TXProofMgr::PutFile(), TGuiBldDragManager::PutToCanvas(), TMVA::PyMethodBase::PyIsInitialized(), PyROOT::Pythonize(), TDecompQRH::QRH(), TMath::Quantiles(), TGraphQQ::Quartiles(), TMySQLServer::Query(), TTreePlayer::Query(), ROOT::Internal::R__AddPragmaForClass(), R__InitStreamerInfoFactory(), R__MatchFilename(), R__WriteMoveConstructorBody(), RooAbsPdf::raiseEvalError(), TGeoChecker::RandomPoints(), TGeoChecker::RandomRays(), TSVG::Range(), TTeXDump::Range(), TPDF::Range(), TPostScript::Range(), TProofPerfAnalysis::RatePlot(), TGeoPainter::Raytrace(), TGeoVolume::Raytrace(), RooDataSet::read(), ROOT::Detail::TBranchProxy::Read(), TDirectoryFile::ReadAll(), TFilePrefetch::ReadAsync(), TBasket::ReadBasketBuffers(), TProofMgrLite::ReadBuffer(), TGFALFile::ReadBuffer(), TDCacheFile::ReadBuffer(), TNetXNGFile::ReadBuffer(), TNetFile::ReadBuffer(), TWebFile::ReadBuffer(), TDavixFile::ReadBuffer(), TXNetFile::ReadBuffer(), TFile::ReadBuffer(), TWebFile::ReadBuffer10(), TXNetFile::ReadBufferAsync(), TFile::ReadBufferAsync(), TFileCacheRead::ReadBufferExtNormal(), TFileCacheRead::ReadBufferExtPrefetch(), TRFIOFile::ReadBuffers(), TChirpFile::ReadBuffers(), TDCacheFile::ReadBuffers(), TNetXNGFile::ReadBuffers(), TNetFile::ReadBuffers(), TWebFile::ReadBuffers(), TDavixFile::ReadBuffers(), TS3WebFile::ReadBuffers(), TXNetFile::ReadBuffers(), TFile::ReadBuffers(), TWebFile::ReadBuffers10(), TBufferFile::ReadClass(), TBufferFile::ReadClassBuffer(), TBufferFile::ReadClones(), TProofResourcesStatic::ReadConfigFile(), TSessionViewer::ReadConfiguration(), TMVA::BinarySearchTreeNode::ReadDataRecord(), TMVA::DecisionTreeNode::ReadDataRecord(), TZIPFile::ReadDirectory(), RooStreamParser::readDouble(), TKeyXML::ReadFile(), TKeySQL::ReadFile(), TKey::ReadFile(), RooArgSet::readFromFile(), TXMLFile::ReadFromFile(), RooGenericPdf::readFromStream(), RooAbsHiddenReal::readFromStream(), RooMultiCategory::readFromStream(), RooSuperCategory::readFromStream(), RooStringVar::readFromStream(), RooMappedCategory::readFromStream(), RooFormulaVar::readFromStream(), RooLinearVar::readFromStream(), RooErrorVar::readFromStream(), RooAbsCategoryLValue::readFromStream(), RooArgList::readFromStream(), RooAbsRealLValue::readFromStream(), RooRealVar::readFromStream(), RooArgSet::readFromStream(), TMVA::VariablePCATransform::ReadFromXML(), TMVA::VariableNormalizeTransform::ReadFromXML(), TMVA::VariableDecorrTransform::ReadFromXML(), TMVA::VariableGaussTransform::ReadFromXML(), TMVA::Rule::ReadFromXML(), TDataSetManager::ReadGroupConfig(), RooStreamParser::readInteger(), TKDTreeBinning::ReadjustMinBinEdges(), RooStreamParser::readLine(), TMVA::RuleFitAPI::ReadModelSum(), TXMLEngine::ReadNode(), TKeyXML::ReadObj(), TKeyXML::ReadObjWithBuffer(), TGX11::ReadPictureDataFromFile(), TMVA::Rule::ReadRaw(), TAuthenticate::ReadRootAuthrc(), TCling::ReadRootmapFile(), TXMLSetup::ReadSetupFromStr(), TSQLFile::ReadSQLClassInfos(), TTree::ReadStream(), RooStreamParser::readString(), RooStreamParser::readToken(), TMVA::RuleFitAPI::ReadVarImp(), TMVA::MethodPDERS::ReadWeightsFromStream(), TMVA::MethodPDERS::ReadWeightsFromXML(), TMVA::MethodANNBase::ReadWeightsFromXML(), TMVA::RuleFitAPI::ReadYhat(), RooProdPdf::rearrangeProduct(), THnBase::RebinBase(), THnBase::RebinnedAdd(), TProofProgressLog::Rebuild(), RooVectorDataStore::recalculateCache(), TGuiBldDragManager::RecognizeGesture(), TSQLStructure::RecognizeTString(), RooFormula::reCompile(), TH1::RecomputeAxisLimits(), TGeoShapeAssembly::RecomputeBoxLast(), TXSocket::Reconnect(), TRecorderRecording::RecordCmdEvent(), RooAbsArg::recursiveCheckObservables(), RooAbsArg::recursiveRedirectServers(), TBrowser::RecursiveRemove(), TPad::RecursiveRemove(), RecvHostAuth(), TProof::RecvLogFile(), TUDPSocket::RecvProcessIDs(), TSocket::RecvProcessIDs(), TUDPSocket::RecvStreamerInfos(), TSocket::RecvStreamerInfos(), TUnixSystem::RedirectOutput(), RooAbsArg::redirectServers(), RooGenericPdf::redirectServersHook(), RooProjectedPdf::redirectServersHook(), RooRealIntegral::redirectServersHook(), redirguard::redirguard(), TQCommand::Redo(), TQUndoManager::Redo(), TStructViewerGUI::RedoButtonSlot(), TEveViewer::Redraw(), TEveManager::Redraw3D(), RooAbsData::reduce(), RooDataHist::reduceEng(), TGDMLParse::Reflection(), TBrowser::Refresh(), TRootBrowserLite::Refresh(), TROOT::RefreshBrowsers(), TMVA::RegGuiActionButton(), TGLite::Register(), TAlien::Register(), ROOT::RegisterClassTemplate(), TRootSniffer::RegisterCommand(), TDataSetManagerFile::RegisterDataSet(), TProofLite::RegisterDataSet(), TProof::RegisterDataSet(), TProofServ::RegisterDataSets(), TVirtualBranchBrowsable::RegisterDefaultGenerators(), TTreeFormula::RegisterDimensions(), PyROOT::TMemoryRegulator::RegisterObject(), TRootSniffer::RegisterObject(), TEveManager::RegisterRedraw3D(), TMVA::regression_averagedevs(), TGLViewer::ReinitializeCurrentCamera(), TProofPlayer::ReinitSelector(), TAlienPackage::ReInstall(), TCondor::Release(), TGLLockable::ReleaseLock(), TEntryList::Relocate(), TRecorderReplaying::RemapWindowReferences(), RooRealConstant::removalDummy(), RooMPSentinel::remove(), RooHashTable::remove(), RooLinkedList::Remove(), RooAbsCollection::remove(), TAlienCollection::Remove(), TMapFile::Remove(), RooBinning::removeBoundary(), TDataSetManagerFile::RemoveDataSet(), TEveElement::RemoveFromListTree(), TGMdiMainFrame::RemoveMdiFrame(), TFileInfo::RemoveMetaData(), TClonesArray::RemoveRange(), TObjArray::RemoveRange(), TGLPhysicalShape::RemoveReference(), TGDNDManager::RemoveRootProxy(), RooWorkspace::removeSet(), TUnixSystem::RemoveSignalHandler(), TWinNTSystem::RemoveSignalHandler(), TMVA::RuleEnsemble::RemoveSimilarRules(), TRootBrowser::RemoveTab(), TFileInfo::RemoveUrl(), TFileInfo::RemoveUrlAt(), RooWorkspace::renameSet(), TEveFrameBoxGL::Render(), TEveRGBAPaletteOverlay::Render(), TGLCameraOverlay::Render(), TGLOverlayButton::Render(), TEveCaloLegoOverlay::Render(), TGLScene::RenderElements(), TGLScene::RenderHighlight(), TGLViewerBase::RenderNonSelected(), TGLScene::RenderOpaque(), TGLCameraOverlay::RenderPlaneIntersect(), TGLViewerBase::RenderSelected(), TGLViewerBase::RenderSelectedForHighlight(), TGLScene::RenderTransp(), TGLViewerBase::RenderTransparent(), TXMLFile::ReOpen(), TFile::ReOpen(), TSQLFile::ReOpen(), TEveScene::Repaint(), TEveViewerList::RepaintAllViewers(), TEveViewerList::RepaintChangedViewers(), RooHashTable::replace(), RooLinkedList::Replace(), RooAbsCollection::replace(), TGTextEdit::Replace(), TGText::Replace(), TGeoBoolNode::ReplaceMatrix(), RooAbsArg::replaceServer(), TProofMgr::ReplaceSubdirs(), TGeoManager::ReplaceVolume(), TRecorderInactive::Replay(), TGLRedrawTimer::RequestDraw(), TGFileBrowser::RequestFilter(), TSQLFile::RequestSQLClassInfo(), TProofLite::RequestStagingDataSet(), TProof::RequestStagingDataSet(), TGWin32::RequestString(), TFileMergeInfo::Reset(), TMVA::Timer::Reset(), TBasket::Reset(), TTable::Reset(), TStyle::Reset(), TLeaf::ResetAddress(), TMemFile::ResetAfterMerge(), TAttImage::ResetAttImage(), TTreeCache::ResetCache(), TTreeCacheUnzip::ResetCache(), TGLViewer::ResetCameras(), TGLViewer::ResetCamerasAfterNextUpdate(), TClass::ResetClassInfo(), TGLViewer::ResetCurrentCamera(), TTreeFormula::ResetLoading(), TQRootCanvas::resizeEvent(), TGWin32GLManager::ResizeOffScreenDevice(), TX11GLManager::ResizeOffScreenDevice(), TPad::ResizePad(), TGWin32::ResizePixmap(), TGuiBldGeometryFrame::ResizeSelected(), TMatrixTSparse< Element >::ResizeTo(), TGWin32::ResizeWindow(), RooFactoryWSTool::resolveClassName(), TGLScene::ResolveSelectRecord(), TAlien::ResubmitById(), TGLite::Rm(), TXProofMgr::Rm(), TAlien::Rm(), TGLite::Rmdir(), TAlien::Rmdir(), TMVA::ROCCalc::ROCCalc(), TOracleServer::Rollback(), TMySQLServer::Rollback(), RooAbsArg::RooAbsArg(), RooAbsDataStore::RooAbsDataStore(), RooAbsNumGenerator::RooAbsNumGenerator(), RooAbsOptTestStatistic::RooAbsOptTestStatistic(), RooAbsTestStatistic::RooAbsTestStatistic(), RooAdaptiveGaussKronrodIntegrator1D::RooAdaptiveGaussKronrodIntegrator1D(), RooAdaptiveIntegratorND::RooAdaptiveIntegratorND(), RooAddGenContext::RooAddGenContext(), RooAddModel::RooAddModel(), RooAddPdf::RooAddPdf(), RooArgSet::RooArgSet(), RooBinIntegrator::RooBinIntegrator(), RooBinnedGenContext::RooBinnedGenContext(), RooCategorySharedProperties::RooCategorySharedProperties(), RooCmdArg::RooCmdArg(), RooConstVar::RooConstVar(), RooConvGenContext::RooConvGenContext(), RooConvIntegrandBinding::RooConvIntegrandBinding(), RooCurve::RooCurve(), RooDataHist::RooDataHist(), RooDataProjBinding::RooDataProjBinding(), RooDataSet::RooDataSet(), RooEffGenContext::RooEffGenContext(), RooFirstMoment::RooFirstMoment(), RooFitResult::RooFitResult(), RooFormula::RooFormula(), RooFunctor::RooFunctor(), RooGaussKronrodIntegrator1D::RooGaussKronrodIntegrator1D(), RooGenContext::RooGenContext(), RooGenProdProj::RooGenProdProj(), RooIntegrator1D::RooIntegrator1D(), RooJeffreysPrior::RooJeffreysPrior(), RooMCStudy::RooMCStudy(), RooMinimizerFcn::RooMinimizerFcn(), RooMinuit::RooMinuit(), RooMinuitGlue(), RooMoment::RooMoment(), RooMultiVarGaussian::RooMultiVarGaussian(), RooNLLVar::RooNLLVar(), RooNumGenFactory::RooNumGenFactory(), RooParamHistFunc::RooParamHistFunc(), RooPlot::RooPlot(), RooProdGenContext::RooProdGenContext(), RooQuasiRandomGenerator::RooQuasiRandomGenerator(), RooRealBinding::RooRealBinding(), RooRealIntegral::RooRealIntegral(), RooRealMPFE::RooRealMPFE(), RooRealSumPdf::RooRealSumPdf(), RooRealVar::RooRealVar(), RooResolutionModel::RooResolutionModel(), RooSecondMoment::RooSecondMoment(), RooSegmentedIntegrator1D::RooSegmentedIntegrator1D(), RooSimGenContext::RooSimGenContext(), RooSimSplitGenContext::RooSimSplitGenContext(), TMVA::ROCCalc::Root(), TMVA::RootFinder::Root(), TMVA::PDEFoam::RootPlot2dim(), TMath::RootsCubic(), RooWorkspace::RooWorkspace(), TEveLegoEventHandler::Rotate(), TGLCamera::RotateArcBallRad(), TGLCamera::RotateRad(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TMVA::MCFitter::Run(), TRint::Run(), TProofBenchRunCPU::Run(), RooMCStudy::run(), TProofBenchRunDataRead::Run(), TApplication::Run(), TSystem::Run(), RooUnitTest::runCompTests(), TProofBench::RunCPU(), TProofBench::RunCPUx(), TProofBench::RunDataSet(), TProofBench::RunDataSetx(), TDocOutput::RunDot(), RunTests(), TGeoEltu::Safety(), TGeoSphere::Safety(), TGeoHype::Safety(), TGeoNavigator::Safety(), TGeoTubeSeg::Safety(), TGeoCtub::Safety(), TGeoNavigator::SafetyOverlaps(), TGeoTubeSeg::SafetyS(), TGeoXtru::SafetyToSector(), TGeoPcon::SafetyToSegment(), TGeoChecker::SamplePoints(), RooMinuit::save(), RooMinimizer::save(), TGText::Save(), TGuiBldDragManager::Save(), TGeoNode::SaveAttributes(), TGTextEdit::SaveFile(), TGTextEditor::SaveFileAs(), TGuiBldDragManager::SaveFrame(), TGMainFrame::SaveFrameAsCodeOrImage(), TProof::SaveInputData(), TProofPlayer::SavePartialResults(), TGLViewer::SavePictureUsingBB(), TGLViewer::SavePictureUsingFBO(), TParallelCoord::SavePrimitive(), TGTextView::SavePrimitive(), TProfile::SavePrimitive(), TGTableLayout::SavePrimitive(), TGTextEdit::SavePrimitive(), TGListTreeItemStd::SavePrimitive(), TGeoVolume::SavePrimitive(), TGPopupMenu::SavePrimitive(), TH1::SavePrimitive(), TRootGuiBuilder::SaveProject(), TQueryResultManager::SaveQuery(), TDirectoryFile::SaveSelf(), RooWorkspace::saveSnapshot(), TCanvas::SaveSource(), TGMainFrame::SaveSource(), TGTransientFrame::SaveSource(), TProofProgressLog::SaveToFile(), TXMLFile::SaveToFile(), TTreePlayer::Scan(), TRootSniffer::ScanCollection(), TDataSetManagerFile::ScanDataSet(), TDataSetManager::ScanDataSet(), TDataSetManager::ScanFile(), TRootSniffer::ScanObjectMembers(), TEntryList::ScanPaths(), RooAbsOptTestStatistic::seal(), TSpectrum2::Search(), TSpectrum3::Search(), TSpectrum::Search(), TGTextView::Search(), TGTextEdit::Search(), TGText::Search(), TGeoNavigator::SearchNode(), TFileCacheRead::SecondSort(), TMultiDimFit::Select(), TGLBContainer::Select(), TGTextView::SelectAll(), TGTextEntry::SelectAll(), RooAbsCollection::selectByName(), TMySQLServer::SelectDataBase(), RooVoigtian::selectFastAlgorithm(), TAlienCollection::SelectFile(), TGLEventHandler::SelectForMouseOver(), TGuiBldDragManager::SelectFrame(), TGuiBldNameFrame::SelectFrameByItem(), TGWin32::SelectInput(), TGHtml::SelectionSet(), TTVLVContainer::SelectItem(), TEveWindowManager::SelectWindow(), RooAbsCachedReal::selfNormalized(), RooAbsCachedPdf::selfNormalized(), RooIntegralMorph::selfNormalized(), RooProjectedPdf::selfNormalized(), RooExtendPdf::selfNormalized(), RooMomentMorph::selfNormalized(), RooAddModel::selfNormalized(), RooSimultaneous::selfNormalized(), RooAddPdf::selfNormalized(), TMVA::MsgLogger::Send(), TApplicationServer::SendCanvases(), TXSocket::SendCoordinator(), TProofMonSenderML::SendDataSetInfo(), TGWin32::SendEvent(), TApplicationRemote::SendFile(), TProof::SendFile(), TMonaLisaWriter::SendFileCheckpoint(), TMonaLisaWriter::SendFileCloseEvent(), TProofMonSenderML::SendFileInfo(), TMonaLisaWriter::SendFileOpenProgress(), TMonaLisaWriter::SendInfoDescription(), TMonaLisaWriter::SendInfoStatus(), TMonaLisaWriter::SendInfoTime(), TMonaLisaWriter::SendInfoUser(), TApplicationServer::SendLogFile(), TProofServ::SendLogFile(), TSQLMonitoringWriter::SendParameters(), TMonaLisaWriter::SendParameters(), TMonaLisaWriter::SendProcessingProgress(), TMonaLisaWriter::SendProcessingStatus(), TProofPlayerRemote::SendSelector(), RooRealMPFE::serverLoop(), TGLClipPlane::Set(), TProofCondor::SetActive(), TG16ColorSelector::SetActive(), TGedPatternSelector::SetActive(), TSessionServerFrame::SetAddEnabled(), TBranchElement::SetAddress(), TTree::SetAlias(), TPDF::SetAlpha(), TPie::SetAngularOffset(), TQueryResult::SetArchived(), RooRealProxy::setArg(), RooCategoryProxy::setArg(), PyROOT::TCStringConverter::SetArg(), PyROOT::TNonConstCStringConverter::SetArg(), PyROOT::TNonConstUCStringConverter::SetArg(), PyROOT::TVoidArrayConverter::SetArg(), PyROOT::TCppObjectConverter::SetArg(), PyROOT::TValueCppObjectConverter::SetArg(), PyROOT::TRefCppObjectConverter::SetArg(), PyROOT::TCppObjectPtrConverter< ISREFERENCE >::SetArg(), PyROOT::TCppObjectArrayConverter::SetArg(), PyROOT::TSTLIteratorConverter::SetArg(), PyROOT::TVoidPtrRefConverter::SetArg(), PyROOT::TVoidPtrPtrConverter::SetArg(), PyROOT::TSmartPtrCppObjectConverter::SetArg(), PyROOT::TRefExecutor::SetAssignable(), TUri::SetAuthority(), TEveFrameBox::SetBackColor(), TLinearFitter::SetBasisFunctions(), TTree::SetBasketSize(), TCanvas::SetBatch(), TOracleStatement::SetBinary(), TODBCStatement::SetBinary(), TH2Poly::SetBinContent(), PiecewiseInterpolation::setBinIntegrator(), TAxis::SetBinLabel(), TEfficiency::SetBins(), TMVA::PDEFoamDensityBase::SetBox(), TGeoPhysicalNode::SetBranchAsState(), TTree::SetBranchStatus(), TFileCacheRead::SetBufferSize(), TGButtonGroup::SetButton(), TTree::SetCacheEntryRange(), TFile::SetCacheFileDir(), TChain::SetCacheSize(), TTree::SetCacheSize(), TTree::SetCacheSizeAux(), RooNumConvolution::setCallProfiling(), TH1::SetCanExtend(), RooArgSet::setCatIndex(), RooArgSet::setCatLabel(), TGeoHelix::SetCharge(), TClonesArray::SetClass(), TCling::SetClassInfo(), TCling::SetClassSharedLibs(), TClass::SetCollectionProxy(), TSessionServerFrame::SetConnectEnabled(), TGLContext::SetContext(), RooNumConvolution::setConvolutionWindow(), TGLPlotCoordinates::SetCoordType(), TCurlyLine::SetCurly(), TGMdiMainFrame::SetCurrent(), TSpider::SetCurrentEntries(), TGeoManager::SetCurrentNavigator(), TGText::SetCurrentRow(), TFileInfo::SetCurrentUrl(), TQApplication::SetCustomized(), TStorage::SetCustomNewDelete(), RooAddition::setData(), RooAbsTestStatistic::setData(), RooAbsReal::setData(), TOutputListSelectorDataMap::SetDataMembers(), RooAbsOptTestStatistic::setDataSlave(), RooAbsTestStatistic::setDataSlave(), TOracleStatement::SetDate(), TODBCStatement::SetDate(), TOracleStatement::SetDatime(), TODBCStatement::SetDatime(), TQRootApplication::SetDebugOn(), TGenPhaseSpace::SetDecay(), TGRecorder::SetDefault(), TEveRGBAPalette::SetDefaultColor(), TTree::SetDefaultEntryOffsetLen(), TASImage::SetDefaults(), TRootBrowserLite::SetDefaults(), TMD5::SetDigest(), TGeoPcon::SetDimensions(), TGLLogicalShape::SetDLCache(), TMVA::Event::SetDoNotBoost(), TOracleStatement::SetDouble(), TODBCStatement::SetDouble(), RooPlot::setDrawOptions(), TKDE::SetDrawOptions(), ROOT::Internal::TFriendProxyDescriptor::SetDuplicate(), TUnixSystem::SetDynamicPath(), TWinNTSystem::SetDynamicPath(), TFitEditor::SetEditable(), TGuiBldDragManager::SetEditable(), TFileCacheRead::SetEnablePrefetchingImpl(), THttpCallArg::SetEncoding(), TChain::SetEntryList(), TChain::SetEntryListFile(), TBranch::SetEntryOffsetLen(), TPie::SetEntryVal(), TAuthenticate::SetEnvironment(), TChain::SetEventList(), TTree::SetEventList(), TGeoPainter::SetExplodedView(), TAlienCollection::SetExportUrl(), TGeoHelix::SetField(), TBranchElement::SetFillActionSequence(), ROOT::Quartz::SetFillColor(), TGWin32::SetFillColor(), TGWin32::SetFillStyle(), TGFileContainer::SetFilter(), TQueryResult::SetFinalized(), TFitEditor::SetFitObject(), TCanvas::SetFixedAspectRatio(), TPad::SetFixedAspectRatio(), TGTableCell::SetFont(), TGTextEntry::SetFont(), TGTextButton::SetFont(), TGSplitButton::SetFont(), RooGenericPdf::setFormula(), TRootSnifferScanRec::SetFoundResult(), TUri::SetFragment(), TEveFrameBox::SetFrameColor(), TEveTrans::SetFrom(), ROOT::TSchemaRule::SetFromRule(), TParallelCoord::SetGlobalLogScale(), RooStats::ModelConfig::SetGlobalObservables(), TEveViewer::SetGLViewer(), TProofProgressLog::SetGrepView(), TGLViewerEditor::SetGuides(), TGLViewer::SetGuideState(), TGListView::SetHeader(), TGListView::SetHeaders(), TGeoHelix::SetHelixStep(), TUri::SetHierPart(), TGraph2D::SetHistogram(), TParallelCoordVar::SetHistogramHeight(), TUri::SetHost(), TGColorPick::SetHScursor(), TGeoHype::SetHypeDimensions(), TBufferSQL2::SetIgnoreVerification(), TASImage::SetImage(), TASImage::SetImageBuffer(), RooSuperCategory::setIndex(), RooCategory::setIndex(), TGHtml::SetInsert(), RooSharedProperties::setInSharedList(), TOracleStatement::SetInt(), TODBCStatement::SetInt(), TGTable::SetInterface(), TVirtualStreamerInfo::SetIsCompiled(), TRootSniffer::SetItemField(), TASImage::SetJpegDpi(), TAlienResult::SetKey(), TGLiteResult::SetKey(), RooSuperCategory::setLabel(), RooCategory::setLabel(), TGColorPick::SetLcursor(), ROOT::Quartz::SetLineColor(), TGWin32::SetLineColor(), TGWin32::SetLineStyle(), TGWin32::SetLineWidth(), TTreeReader::SetLocalEntry(), TParallelCoordVar::SetLogScale(), TOracleStatement::SetLong(), TODBCStatement::SetLong(), TOracleStatement::SetLong64(), TODBCStatement::SetLong64(), TBranchElement::SetMakeClass(), TGWin32::SetMarkerColor(), TGWin32::SetMarkerStyle(), TGuiBldHintsEditor::SetMatrixSep(), RooRealVar::setMax(), TOracleStatement::SetMaxFieldSize(), TGeoManager::SetMaxThreads(), TGMdiDecorFrame::SetMdiButtons(), PyROOT::TCallContext::SetMemoryPolicy(), TGSplitButton::SetMenuState(), TGLIsoPainter::SetMesh(), RooRealVar::setMin(), TEveTriangleSetGL::SetModel(), TEveQuadSetGL::SetModel(), TEveArrowGL::SetModel(), TF2GL::SetModel(), TEveTrackProjectedGL::SetModel(), TGLParametricEquationGL::SetModel(), TEveTextGL::SetModel(), TEveStraightLineSetGL::SetModel(), TH2GL::SetModel(), TEveLineGL::SetModel(), TEveTrackGL::SetModel(), TEvePlot3DGL::SetModel(), TH3GL::SetModel(), TEveProjectionAxesGL::SetModel(), TEveJetConeGL::SetModel(), TEveBoxGL::SetModel(), TEveBoxSetGL::SetModel(), TEvePolygonSetProjectedGL::SetModel(), TEveCalo3DGL::SetModel(), TPieSliceEditor::SetModel(), TEveCalo2DGL::SetModel(), TCurlyArcEditor::SetModel(), TArrowEditor::SetModel(), TTextEditor::SetModel(), TLineEditor::SetModel(), TAttFillEditor::SetModel(), TCurlyLineEditor::SetModel(), TAttLineEditor::SetModel(), TFrameEditor::SetModel(), TAttMarkerEditor::SetModel(), TF1Editor::SetModel(), TAttTextEditor::SetModel(), TGraphEditor::SetModel(), TPaveStatsEditor::SetModel(), TPadEditor::SetModel(), TPieEditor::SetModel(), TAxisEditor::SetModel(), TEveBoxProjectedGL::SetModel(), TSpiderEditor::SetModel(), TEveGedNameFrame::SetModel(), TGeoVolumeEditor::SetModel(), TGedEditor::SetModel(), TParallelCoordEditor::SetModel(), TEveCaloLegoGL::SetModel(), TGeoManagerEditor::SetModel(), TH1Editor::SetModel(), TH2Editor::SetModel(), TGLObject::SetModelCheckClass(), TDirectoryFile::SetModified(), TGFileInfo::SetMultipleSelection(), TGeoPolygon::SetNextIndex(), TStructViewerGUI::SetNodePtr(), TOracleStatement::SetNull(), TODBCStatement::SetNull(), RooStats::HypoTestResult::SetNullDistribution(), RooExpensiveObjectCache::setObj(), RooCacheManager< T >::setObj(), TObjectSet::SetObject(), TObjectSpy::SetObject(), TFitEditor::SetObjectType(), TProofBench::SetOutFile(), TView3D::SetOutlineToCube(), TEveRGBAPalette::SetOverColor(), TGeoPhysicalNode::SetPath(), TUri::SetPath(), RooMinimizerFcn::SetPdfParamVal(), RooMinuit::setPdfParamVal(), TView3D::SetPerspective(), TGeoManager::SetPhiRange(), TGTripleVSlider::SetPointerPos(), TGTripleHSlider::SetPointerPos(), TGeoTorus::SetPoints(), TGeoSphere::SetPoints(), TGeoHype::SetPoints(), TUri::SetPort(), TGuiBldHintsEditor::SetPosition(), TGProgressBar::SetPosition(), TMultiDimFit::SetPowers(), RooStats::HypoTestResult::SetPValueIsRightTail(), TUri::SetQuery(), RooRealVar::setRange(), RooCategory::setRange(), RooErrorVar::setRange(), TGProgressBar::SetRange(), TGLPlotCoordinates::SetRanges(), TGLPlotCoordinates::SetRangesCartesian(), TGLPlotCoordinates::SetRangesCylindrical(), TGLPlotCoordinates::SetRangesPolar(), TGLPlotCoordinates::SetRangesSpherical(), TBuffer3D::SetRawSizes(), TBranchElement::SetReadActionSequence(), RooArgSet::setRealValue(), TUri::SetRelativePart(), TGX11::SetRGB(), TGWin32::SetRGB(), TEveElement::SetRnrChildren(), TEveElement::SetRnrSelf(), TEveElement::SetRnrSelfChildren(), TEveElement::SetRnrState(), TGDNDManager::SetRootProxy(), TGLViewerEditor::SetRotatorMode(), TEveTrans::SetRotByAngles(), TGTableLayout::SetRowColSizesInit(), RooStats::SamplingDistPlot::SetSampleWeights(), TProofPerfAnalysis::SetSaveResult(), TUri::SetScheme(), TPCON::SetSegsAndPols(), TGeoTorus::SetSegsAndPols(), TGeoSphere::SetSegsAndPols(), TGeoPgon::SetSegsAndPols(), TGeoPcon::SetSegsAndPols(), TSelectorEntries::SetSelection(), TGCocoa::SetSelectionOwner(), TGWin32::SetSelectionOwner(), TProofMonSender::SetSendOptions(), RooAbsArg::setShapeDirty(), PyROOT::TCallContext::SetSignalPolicy(), RooUnitTest::setSilentMode(), TEveCaloLegoOverlay::SetSliderVal(), TGSplitButton::SetSplit(), TMVA::DataSetInfo::SetSplitOptions(), TCondor::SetState(), TGNumberEntry::SetState(), TGMenuTitle::SetState(), TRootBrowserLite::SetStatusText(), TOracleStatement::SetString(), TODBCStatement::SetString(), RooArgSet::setStringValue(), TMatrixTSparse< Element >::SetSub(), TKeyXML::SetSubir(), TGTab::SetTab(), RooStats::HypoTestResult::SetTestStatisticData(), TGLabel::SetText(), TGTextLBEntry::SetText(), TGSplitButton::SetText(), TGLabel::SetTextColor(), TGTextEntry::SetTextColor(), TGTextButton::SetTextColor(), TGGroupFrame::SetTextColor(), TGLabel::SetTextFont(), TGGroupFrame::SetTextFont(), TGLabel::SetTextJustify(), TOracleStatement::SetTime(), TODBCStatement::SetTime(), TOracleStatement::SetTimestamp(), TODBCStatement::SetTimestamp(), TNewQueryDlg::SettingsChanged(), TEditQueryFrame::SettingsChanged(), TGButtonGroup::SetTitle(), Editor::SetTitle(), TStyle::SetTitleColor(), TStyle::SetTitleFont(), TStyle::SetTitleSize(), TGeoManager::SetTminTmax(), TGraphPolargram::SetToDegree(), TGraphPolargram::SetToGrad(), TGraphPolargram::SetToRadian(), TEveTrans::SetTrans(), TEntryList::SetTree(), TSPlot::SetTreeSelection(), TOracleStatement::SetUInt(), TODBCStatement::SetUInt(), TOracleStatement::SetULong64(), TODBCStatement::SetULong64(), TEveRGBAPalette::SetUnderColor(), TClass::SetUnloaded(), TLeaf::SetUnsigned(), TApplicationServer::Setup(), TGLClipPlane::Setup(), TGLClipBox::Setup(), TEveDigitSetGL::SetupColor(), TProofServ::SetupCommon(), TProofPlayerLite::SetupFeedback(), TProofPlayerSuperMaster::SetupFeedback(), TMVA::MethodBase::SetupMethod(), TProofServLite::SetupOnFork(), TProof::SetupWorkersEnv(), TUri::SetUri(), TUrl::SetUrl(), TKDE::SetUseBins(), RooImproperIntegrator1D::setUseIntegrandLimits(), RooGaussKronrodIntegrator1D::setUseIntegrandLimits(), RooSegmentedIntegrator1D::setUseIntegrandLimits(), RooBinIntegrator::setUseIntegrandLimits(), RooAdaptiveGaussKronrodIntegrator1D::setUseIntegrandLimits(), RooIntegrator1D::setUseIntegrandLimits(), RooAdaptiveIntegratorND::setUseIntegrandLimits(), TGeoManager::SetUseParallelWorldNav(), TUri::SetUserInfo(), TDSetElement::SetValid(), TPieSlice::SetValue(), TMVA::OptionBase::SetValue(), TEnv::SetValue(), TMVA::Option< T * >::SetValue(), RooAbsArg::setValueDirty(), TPaveStatsEditor::SetValuesON(), RooStats::ProposalHelper::SetVariables(), TTreeTableInterface::SetVariablesExpression(), TOracleStatement::SetVDouble(), TGListView::SetViewMode(), TGLPlotCamera::SetViewport(), TOracleStatement::SetVInt(), TGeoNode::SetVirtual(), TGeoAtt::SetVisBranch(), TGeoAtt::SetVisDaughters(), TGeoAtt::SetVisibility(), TGeoNode::SetVisibility(), TGeoManager::SetVisibility(), TGeoVolume::SetVisibility(), TGeoPainter::SetVisOption(), TOracleStatement::SetVLong(), TOracleStatement::SetVLong64(), TGeoManager::SetVolumeAttribute(), TOracleStatement::SetVUInt(), TOracleStatement::SetVULong64(), TQRootApplication::SetWarningOn(), TGLPlotCoordinates::SetXLog(), TGeoPolygon::SetXY(), TGeoHelix::SetXYcurvature(), TGLPlotCoordinates::SetYLog(), TGLPlotCoordinates::SetZLog(), TFumili::SGZ(), TGeoChecker::ShapeNormal(), TSQLObjectData::ShiftToNextValue(), TGeoChecker::ShootRay(), TGLObject::ShouldDLCache(), TGLLogicalShape::ShouldDLCache(), TMVA::SimulatedAnnealing::ShouldGoIn(), TEveProjectionManager::ShouldImport(), RooStats::MetropolisHastings::ShouldTakeStep(), TGSplitTool::Show(), TDataSetManager::ShowDataSets(), TVirtualPadEditor::ShowEditor(), TRootCanvas::ShowEditor(), TSessionViewer::ShowEnabledPackages(), TPad::ShowGuidelines(), TSessionViewer::ShowLog(), TRootBrowserLite::ShowMacroButtons(), TFitEditor::ShowObjectName(), TSessionViewer::ShowPackages(), TProof::ShowPackages(), TProof::ShowParameters(), TProof::ShowQueries(), TDataSetManager::ShowQuota(), TEmulatedCollectionProxy::Shrink(), TFile::ShrinkCacheFileDir(), TGTable::ShrinkColumns(), TGTable::ShrinkRows(), RooAbsReal::sigma(), TMatrixTSym< Element >::Similarity(), TMatrixTSym< Element >::SimilarityT(), TEveSceneInfo::SingleRnrState(), TEveScene::SingleRnrState(), TEveGeoTopNode::SingleRnrState(), TTimer::SingleShot(), TSPHE::Sizeof3D(), TPolyLineShape::Sizeof3D(), TGeoIterator::Skip(), TSelectorEntries::SlaveBegin(), TSelHist::SlaveBegin(), TSelEventGen::SlaveBegin(), TSelVerifyDataSet::SlaveBegin(), TSelEvent::SlaveBegin(), TGeoPgon::SliceCrossing(), TGeoPgon::SliceCrossingIn(), TGeoPgon::SliceCrossingInZ(), TGeoPgon::SliceCrossingZ(), TGraphPainter::Smooth(), RooAbsCollection::snapshot(), TDecompChol::Solve(), TDecompBK::Solve(), TDecompLU::Solve(), TDecompQRH::Solve(), TDecompSVD::Solve(), TDecompSparse::Solve(), TVectorT< Element >::SomePositive(), TClonesArray::Sort(), TOrdCollection::Sort(), TObjArray::Sort(), TList::Sort(), TFileCacheRead::Sort(), TKDTreeBinning::SortBinsByDensity(), TKDTreeBinning::SortOneDimBinEdges(), TDecompSVD::SortSingular(), TPie::SortSlices(), TClassTable::SortTable(), TEveViewer::SpawnGLViewer(), RooAbsData::split(), TSelectorDraw::SplitNames(), TTreeDrawArgsParser::SplitVariables(), TSQLFile::SQLApplyCommands(), TSQLFile::SQLCanStatement(), TBufferSQL2::SqlObjectInfo(), TBufferSQL2::SqlReadCharStarValue(), TBufferSQL2::SqlReadObject(), TSQLFile::SQLTestTable(), TBufferSQL2::SqlWriteValue(), TComplex::Sqrt(), TAuthenticate::SshAuth(), TUnixSystem::StackTrace(), TWinNTSystem::StackTrace(), TFileStager::Stage(), TDCacheFile::Stage(), TAlienCollection::Stage(), TGLAutoRotator::Start(), TGuiBldDragManager::StartDrag(), TGDNDManager::StartDrag(), TEveWindowSlot::StartEmbedding(), TGLAutoRotator::StartImageAutoSave(), TGLAutoRotator::StartImageAutoSaveAnimatedGif(), TTreeCache::StartLearningPhase(), TGLEventHandler::StartMouseTimer(), TRecorderRecording::StartRecording(), TProofSuperMaster::StartSlaves(), TProofCondor::StartSlaves(), TProof::StartSlaves(), TGRecorder::StartStop(), TGLRnrCtx::StartStopwatch(), TTreeCacheUnzip::StartThreadUnzip(), TODBCServer::StartTransaction(), RooWorkspace::startTransaction(), TDSet::StartViewer(), TXProofMgr::Stat(), TMySQLServer::Statement(), RooAbsData::statOn(), TAlienCollection::Status(), TEveGridStepper::Step(), TGeoNavigator::Step(), TGeoHelix::StepToPlane(), TTree::StopCacheLearningPhase(), TTreeCache::StopLearningPhase(), TEventIter::StopProcess(), TVirtualPacketizer::StopProcess(), TTreeCacheUnzip::StopThreadUnzip(), RooAICRegistry::store(), TSQLStructure::StoreClassInNormalForm(), TSQLStructure::StoreElementInNormalForm(), TSQLStructure::StoreObject(), TSQLFile::StoreObjectInTables(), RooNumIntFactory::storeProtoIntegrator(), RooNumGenFactory::storeProtoSampler(), TSQLiteStatement::StoreResult(), TODBCStatement::StoreResult(), TSQLStructure::StoreTObject(), TSQLStructure::StoreTString(), stressVector(), TTreeFormula::StringToNumber(), TDocParser::Strip(), TMath::StudentQuantile(), TAlienJDL::SubmitTest(), TGLLogicalShape::SubRef(), TPRegexp::Substitute(), TPRegexp::SubstituteInternal(), TEntryList::Subtract(), RooDataHist::sum(), RooMomentMorph::sumPdf(), TPointSet3DGL::SupportsSecondarySelect(), TEveTrackGL::SupportsSecondarySelect(), TEveDigitSetGL::SupportsSecondarySelect(), TEveStraightLineSetGL::SupportsSecondarySelect(), TEveCalo3DGL::SupportsSecondarySelect(), TEveCalo2DGL::SupportsSecondarySelect(), TEveCaloLegoGL::SupportsSecondarySelect(), TGuiBldDragManager::SwitchEditable(), TGuiBldEditor::SwitchLayout(), TTreeFormula::SwitchToFormLeafInfo(), TRootGuiBuilder::SwitchToolbarButton(), TTreeViewer::SwitchTree(), TTreeTableInterface::SyncFormulas(), TSpider::SyncFormulas(), RooMinimizerFcn::Synchronize(), RooMinuit::synchronize(), RooAbsPdf::syncNormalization(), TGFALFile::SysStat(), TDCacheFile::SysStat(), RooAbsData::table(), TRootDialog::TabPressed(), TStreamerInfo::TagFile(), TSelectorDraw::TakeEstimate(), TGLLockable::TakeLock(), RooAbsCollection::takeOwnership(), TMVA::SVWorkingSet::TakeStep(), TMVA::SVWorkingSet::TakeStepReg(), TAlienCollection::TAlienCollection(), TApplication::TApplication(), TAttFillEditor::TAttFillEditor(), TAttImage::TAttImage(), TAttMarkerEditor::TAttMarkerEditor(), TAttTextEditor::TAttTextEditor(), TBasket::TBasket(), TBasketSQL::TBasketSQL(), TBox::TBox(), TButton::TButton(), TCling::TCling(), TCling__UpdateClassInfo(), TClonesArray::TClonesArray(), TDirectoryFile::TDirectoryFile(), TDSet::TDSet(), TProofServLite::Terminate(), TXProofServ::Terminate(), TProofDrawPolyMarker3D::Terminate(), TMVA::SVWorkingSet::Terminated(), TProof::TerminateWorker(), TEveBoxSet::Test(), ROOT::TSchemaRule::TestChecksum(), TestDerivative(), TMultiDimFit::TestFunction(), TestIntegral(), TestMaxMin(), TestProgress::TestProgress(), TestRoot(), testSort(), TestSpeed(), ROOT::TSchemaRule::TestVersion(), TEveArrow::TEveArrow(), TEveBoxSetGL::TEveBoxSetGL(), TEveCalo2DGL::TEveCalo2DGL(), TEveCalo3D::TEveCalo3D(), TEveCalo3DGL::TEveCalo3DGL(), TEveCaloViz::TEveCaloViz(), TEveDigitSet::TEveDigitSet(), TEveElementList::TEveElementList(), TEveGeoTopNode::TEveGeoTopNode(), TEveGListTreeEditorFrame::TEveGListTreeEditorFrame(), TEveLineGL::TEveLineGL(), TEveMagFieldConst::TEveMagFieldConst(), TEventIterTree::TEventIterTree(), TEvePointSet::TEvePointSet(), TEvePolygonSetProjectedGL::TEvePolygonSetProjectedGL(), TEveQuadSetGL::TEveQuadSetGL(), TEveScene::TEveScene(), TEveShape::TEveShape(), TEveStraightLineSet::TEveStraightLineSet(), TEveStraightLineSetGL::TEveStraightLineSetGL(), TEveText::TEveText(), TEveTrackPropagator::TEveTrackPropagator(), TEveTriangleSetGL::TEveTriangleSetGL(), TCreatePrimitives::Text(), TPDF::Text(), TPostScript::Text(), TGNumberEntryField::TextChanged(), TGLSurfacePainter::Textured(), TFFTRealComplex::TFFTRealComplex(), TFile::TFile(), TFileInfo::TFileInfo(), TFileInfoMeta::TFileInfoMeta(), TFileIter::TFileIter(), TFileMerger::TFileMerger(), TFormLeafInfoMethod::TFormLeafInfoMethod(), TFormLeafInfoNumerical::TFormLeafInfoNumerical(), TFrameEditor::TFrameEditor(), TFriendElement::TFriendElement(), TGColorDialog::TGColorDialog(), TGColorPopup::TGColorPopup(), TGContainer::TGContainer(), TGCursorWindow(), TGDockableFrame::TGDockableFrame(), TGedPopup::TGedPopup(), TGedSelect::TGedSelect(), TGeoAtt::TGeoAtt(), TGeoBoolNode::TGeoBoolNode(), TGeoConeEditor::TGeoConeEditor(), TGeoEltuEditor::TGeoEltuEditor(), TGeoHelix::TGeoHelix(), TGeoHypeEditor::TGeoHypeEditor(), TGeoIntersection::TGeoIntersection(), TGeoMaterialEditor::TGeoMaterialEditor(), TGeoNodeEditor::TGeoNodeEditor(), TGeoParaEditor::TGeoParaEditor(), TGeoPcon::TGeoPcon(), TGeoPhysicalNode::TGeoPhysicalNode(), TGeoSphereEditor::TGeoSphereEditor(), TGeoTorusEditor::TGeoTorusEditor(), TGeoTrapEditor::TGeoTrapEditor(), TGeoTubeEditor::TGeoTubeEditor(), TGFileContainer::TGFileContainer(), TGFileDialog::TGFileDialog(), TGFontTypeComboBox::TGFontTypeComboBox(), TGFrame::TGFrame(), TGGC::TGGC(), TGHSplitter::TGHSplitter(), TGHtml::TGHtml(), TGLabel::TGLabel(), TGLClip::TGLClip(), TGLCylinder::TGLCylinder(), TGLineLBEntry::TGLineLBEntry(), TGListBox::TGListBox(), TGListTree::TGListTree(), TGListTreeItemStd::TGListTreeItemStd(), TGLLogicalShape::TGLLogicalShape(), TGLVEntry::TGLVEntry(), TGMainFrame::TGMainFrame(), TGMdiButtons::TGMdiButtons(), TGMdiCornerWinResizer::TGMdiCornerWinResizer(), TGMdiHorizontalWinResizer::TGMdiHorizontalWinResizer(), TGMdiTitleBar::TGMdiTitleBar(), TGMdiTitleIcon::TGMdiTitleIcon(), TGMenuBar::TGMenuBar(), TGPopupMenu::TGPopupMenu(), TGraph::TGraph(), TGraph2D::TGraph2D(), TGraphEditor::TGraphEditor(), TGraphErrors::TGraphErrors(), TGRedirectOutputGuard::TGRedirectOutputGuard(), TGRegion::TGRegion(), TGridResult::TGridResult(), TGSearchType::TGSearchType(), TGTableHeader::TGTableHeader(), TGTextLBEntry::TGTextLBEntry(), TGTileLayout::TGTileLayout(), TGToolTip::TGToolTip(), TGuiBldBorderFrame(), TGuiBldDragManager::TGuiBldDragManager(), TGuiBldEditor::TGuiBldEditor(), TGVSplitter::TGVSplitter(), TGWin32VirtualXProxy::TGWin32VirtualXProxy(), TGXYLayout::TGXYLayout(), TH2PolyBin::TH2PolyBin(), THbookFile::THbookFile(), THostAuth::THostAuth(), TGLAxis::TicksPositions(), TGeoChecker::TimingPerVolume(), TLeafObject::TLeafObject(), TLinearFitter::TLinearFitter(), TMapFile::TMapFile(), TMemFile::TMemFile(), TMemStat::TMemStat(), TMinuit::TMinuit(), TMultiDimFit::TMultiDimFit(), TNetXNGFile::TNetXNGFile(), TObjectRefSpy::TObjectRefSpy(), TGeoTorus::ToBoundary(), TEveListTreeItem::Toggle(), TGButton::Toggle(), TGFileBrowser::ToggleSort(), TString::Tokenize(), PyROOT::TCStringConverter::ToMemory(), PyROOT::TVoidArrayConverter::ToMemory(), PyROOT::TCppObjectConverter::ToMemory(), PyROOT::TCppObjectPtrConverter< ISREFERENCE >::ToMemory(), TRootBrowserLite::ToSystemDirectory(), RooStats::ToyMCStudy::ToyMCStudy(), TPad::TPad(), TPadEditor::TPadEditor(), TParallelCoordEditor::TParallelCoordEditor(), TParallelCoordRange::TParallelCoordRange(), TParallelCoordSelect::TParallelCoordSelect(), TPerfStats::TPerfStats(), TPieEditor::TPieEditor(), TPolyLineShape::TPolyLineShape(), TPrincipal::TPrincipal(), TProof::TProof(), TProofMgr::TProofMgr(), TProofMonSenderML::TProofMonSenderML(), TProofMonSenderSQL::TProofMonSenderSQL(), TProofOutputFile::TProofOutputFile(), TProofServ::TProofServ(), TPSocket::TPSocket(), TQRootCanvas::TQRootCanvas(), RooAbsPdf::traceEvalPdf(), TMVA::MethodBoost::Train(), TMVA::MethodHMatrix::Train(), TMVA::MethodPDERS::Train(), TMVA::MethodBDT::Train(), TMVA::Factory::TrainAllMethods(), TMVA::DecisionTree::TrainNodeFast(), TMVA::DecisionTree::TrainNodeFull(), TMVA::VariablePCATransform::Transform(), TMVA::VariableDecorrTransform::Transform(), TGeoShape::TransformPoints(), TGeoManager::TransformVolumeToAssembly(), TGCompositeFrame::TranslateCoordinates(), TranslateToStr(), TDecompLU::TransSolve(), TDecompQRH::TransSolve(), TDecompSVD::TransSolve(), RooAbsArg::treeNodeServerList(), TRemoteObject::TRemoteObject(), TGLEventHandler::TriggerTooltip(), TROOT::TROOT(), TRootBrowser::TRootBrowser(), TRootGuiBuilder::TRootGuiBuilder(), TRootSnifferScanRec::TRootSnifferScanRec(), TGLCamera::Truck(), TSQLStructure::TryConvertObjectArray(), ROOT::Detail::TSchemaRuleSet::TSchemaRuleSet(), TSlider::TSlider(), TSpider::TSpider(), TSpiderEditor::TSpiderEditor(), TSQLFile::TSQLFile(), TSQLObjectData::TSQLObjectData(), TStreamerSTL::TStreamerSTL(), TStyleManager::TStyleManager(), TTablePoints::TTablePoints(), TTableSorter::TTableSorter(), TTask::TTask(), TThread::TThread(), TTree::TTree(), TVolume::TVolume(), TVolumePosition::TVolumePosition(), TVolumeView::TVolumeView(), TWebFile::TWebFile(), TXMLFile::TXMLFile(), TXNetFile::TXNetFile(), TXSocket::TXSocket(), TMVA::MethodBase::TxtWeightsOnly(), TQCommand::Undo(), TQUndoManager::Undo(), TStructViewerGUI::UndoButtonSlot(), TAlienPackage::UnInstall(), TGeoVoxelFinder::Union(), TEveTrans::UnitRot(), TEveTrans::UnitTrans(), THDFSSystem::Unlink(), TProofServ::UnlinkDataDir(), TSQLStructure::UnpackTObject(), TSQLStructure::UnpackTString(), PyROOT::TMemoryRegulator::UnregisterObject(), TRootSniffer::UnregisterObject(), TTreeCacheUnzip::UnzipBuffer(), TFunctionTemplate::Update(), TGlobal::Update(), TRefProxy::Update(), TFunction::Update(), TMethod::Update(), TFileCollection::Update(), TDataMember::Update(), TMapFile::Update(), TRootGuiBuilder::Update(), TGFileBrowser::Update(), TFormLeafInfo::Update(), TDataSet::Update(), TCanvas::Update(), TFormLeafInfoCollection::Update(), TFormLeafInfoCollectionSize::Update(), TFormLeafInfoMethod::Update(), TGuiBldEditor::UpdateBackground(), TGuiBldEditor::UpdateBorder(), TSessionQueryFrame::UpdateButtons(), TGLBoundingBox::UpdateCache(), TMVA::StatDialogMVAEffs::UpdateCanvases(), TGListTree::UpdateChecked(), RooAddModel::updateCoefficients(), RooAddPdf::updateCoefficients(), TProof::UpdateDialog(), TStyleManager::UpdateEditor(), TGeoMixtureEditor::UpdateElements(), TMVA::RuleEnsemble::UpdateEventVal(), TGuiBldEditor::UpdateForeground(), TGLH2PolyPainter::UpdateGeometry(), TGeoHelix::UpdateHelix(), TEveTrackPropagator::Helix_t::UpdateHelix(), TSessionQueryFrame::UpdateHistos(), TGLCamera::UpdateInterest(), TSQLFile::UpdateKeyData(), TSessionViewer::UpdateListOfPackages(), TSessionViewer::UpdateListOfProofs(), TSessionViewer::UpdateListOfSessions(), TGMdiMainFrame::UpdateMdiButtons(), TGuiBldNameFrame::UpdateName(), TGeoBranchArray::UpdateNavigator(), RooPlot::updateNormVars(), TTableDescriptor::UpdateOffsets(), TEveBoxProjected::UpdateProjection(), TEveStraightLineSetProjected::UpdateProjection(), RooStats::HypoTestResult::UpdatePValue(), TEveTrackPropagator::Helix_t::UpdateRK(), TGLSceneBase::UpdateSceneInfo(), TGLScene::UpdateSceneInfo(), TGListTreeItemStd::UpdateState(), TGFontDialog::UpdateStyleSize(), TGLSceneInfo::UpdateTimeouted(), TGLViewerEditor::UpdateViewerAxes(), TParallelMergingFile::UploadAndReset(), TUploadDataSetDlg::UploadDataSet(), TProofMgr::UploadFiles(), TStreamerInfoActions::UseCacheGenericCollection(), TStreamerInfoActions::UseCacheVectorLoop(), TStreamerInfoActions::UseCacheVectorPtrLoop(), TMVA::RuleFit::UseImportanceVisHists(), TEveDigitSet::UseSingleColor(), PyROOT::UseStrictOwnership(), RooAbsDataStore::valid(), RooCompositeDataStore::valid(), RooAbsData::valid(), RooTreeDataStore::valid(), RooVectorDataStore::valid(), RooDataHist::valid(), TGeoOverlap::Validate(), TDSetElement::Validate(), RooProfileLL::validateAbsMin(), TGSelectBox::ValidateAlias(), RooSimWSTool::validateConfig(), TProof::ValidateDSet(), TPacketizer::ValidateFiles(), TPacketizerAdaptive::ValidateFiles(), TGLScenePad::ValidateObjectBuffer(), TQpResidual::ValidNonZeroPattern(), TQpVar::ValidNonZeroPattern(), RooRealConstant::value(), TGenCollectionProxy::Value::Value(), TMVA::variables(), TMVA::variablesMultiClass(), RooVectorDataStore::varsNoWeight(), RooTreeDataStore::varsNoWeight(), TASImage::Vectorize(), RooMCIntegrator::vegas(), TBufferXML::VerifyAttr(), VerifyDataSet(), TProof::VerifyDataSetParallel(), TSQLObjectData::VerifyDataType(), TBufferXML::VerifyElemNode(), THttpServer::VerifyFilePath(), TBufferXML::VerifyItemNode(), TSQLFile::VerifyLongStringTable(), VerifyMatrixIdentity(), VerifyMatrixValue(), TBufferXML::VerifyNode(), VerifyPyBool(), VerifyPyFloat(), VerifyPyLong(), TMVA::MethodRuleFit::VerifyRange(), VerifyVectorIdentity(), VerifyVectorValue(), TGLViewerEditor::ViewerRedraw(), TGLCamera::ViewportPlaneIntersection(), TGeoNode::VisibleDaughters(), TGeoVolume::VisibleDaughters(), TGDMLParse::VolProcess(), TMVA::Volume::Volume(), TGSplitFrame::VSplit(), TRootGuiBuilder::VSplitter(), TFilePrefetch::WaitFinishPrefetch(), TPad::WaitPrimitive(), TGeoChecker::Weight(), RooCacheManager< std::vector< Double_t > >::wireCache(), TEveRGBAPalette::WithinVisibleRange(), TBufferSQL2::WorkWithClass(), TBufferXML::WorkWithClass(), TBufferJSON::WorkWithClass(), TBufferSQL2::WorkWithElement(), RooDataSet::write(), TDirectoryFile::Write(), TFile::Write(), TMVA::RuleFitAPI::WriteAll(), TTreeCloner::WriteBaskets(), TCastorFile::WriteBuffer(), TFileCacheWrite::WriteBuffer(), TGFALFile::WriteBuffer(), TDCacheFile::WriteBuffer(), TNetXNGFile::WriteBuffer(), TNetFile::WriteBuffer(), TBasket::WriteBuffer(), TDavixFile::WriteBuffer(), TXNetFile::WriteBuffer(), TFile::WriteBuffer(), TStreamerInfo::WriteBufferAux(), TBufferFile::WriteClassBuffer(), TClassDocOutput::WriteClassDescription(), TBufferFile::WriteClones(), TDataSetManagerFile::WriteDataSet(), TBufferXML::WriteFastArray(), TBufferSQL2::WriteFastArray(), TKey::WriteFile(), TKey::WriteFileKeepBuffer(), TGDMLWrite::WriteGDMLfile(), TMVA::RuleFitAPI::WriteIntParms(), TSQLFile::WriteKeyData(), TMVA::RuleFitAPI::WriteLx(), TClassDocOutput::WriteMethod(), TMVA::MethodANNBase::WriteMonitoringHistosToFile(), TMVA::RuleFitAPI::WriteProgram(), ROOT::Internal::TTreeProxyGenerator::WriteProxy(), TMVA::RuleFitAPI::WriteRealParms(), TMVA::RuleFitAPI::WriteRealVarImp(), TMVA::RuleFitAPI::WriteRfOut(), TMVA::RuleFitAPI::WriteRfStatus(), TMVA::RuleFitAPI::WriteRuleFitMod(), TMVA::RuleFitAPI::WriteRuleFitSum(), TSQLFile::WriteSpecialObject(), TFile::WriteStreamerInfo(), TMVA::RuleFitAPI::WriteTest(), RooMappedCategory::writeToStream(), RooArgList::writeToStream(), TMVA::RuleFitAPI::WriteTrain(), TMVA::RuleFitAPI::WriteVarImp(), TMVA::RuleFitAPI::WriteVarNames(), TMVA::RuleFitAPI::WriteYhat(), TProofPerfAnalysis::WrkInfoOK(), TThread::XAction(), TThread::XARequest(), TBufferXML::XmlReadAny(), TPostScript::Zone(), TGLPerspectiveCamera::Zoom(), TGLOrthoCamera::Zoom(), RooAbsArg::~RooAbsArg(), TClass::~TClass(), TDSetElement::~TDSetElement(), TEveManager::~TEveManager(), TEventIter::~TEventIter(), TGDockableFrame::~TGDockableFrame(), TGeoManager::~TGeoManager(), TIdleTOTimerGuard::~TIdleTOTimerGuard(), TLeafB::~TLeafB(), TLeafC::~TLeafC(), TLeafD::~TLeafD(), TLeafF::~TLeafF(), TLeafI::~TLeafI(), TLeafL::~TLeafL(), TLeafO::~TLeafO(), TLeafS::~TLeafS(), TPacketizerFile::~TPacketizerFile(), TPacketizerMulti::~TPacketizerMulti(), TPerfStats::~TPerfStats(), TProofNodes::~TProofNodes(), TProofOutputList::~TProofOutputList(), TReaperTimer::~TReaperTimer(), TROOT::~TROOT(), and TTree::~TTree().