ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes | List of all members
TNamed Class Reference

The TNamed class is the base class for all named ROOT classes.

A TNamed contains the essential elements (name, title) to identify a derived object in containers, directories and files. Most member functions defined in this base class are in general overridden by the derived classes.

Definition at line 33 of file TNamed.h.

Public Member Functions

 TNamed ()
 
 TNamed (const char *name, const char *title)
 
 TNamed (const TString &name, const TString &title)
 
 TNamed (const TNamed &named)
 
TNamedoperator= (const TNamed &rhs)
 TNamed assignment operator. More...
 
virtual ~TNamed ()
 
virtual void Clear (Option_t *option="")
 Set name and title to empty strings (""). More...
 
virtual TObjectClone (const char *newname="") const
 Make a clone of an object using the Streamer facility. More...
 
virtual Int_t Compare (const TObject *obj) const
 Compare two TNamed objects. More...
 
virtual void Copy (TObject &named) const
 Copy this to obj. More...
 
virtual void FillBuffer (char *&buffer)
 Encode TNamed into output buffer. More...
 
virtual const char * GetName () const
 Returns name of object. More...
 
virtual const char * GetTitle () const
 Returns title of object. More...
 
virtual ULong_t Hash () const
 Return hash value for this object. More...
 
virtual Bool_t IsSortable () const
 
virtual void SetName (const char *name)
 Change (i.e. More...
 
virtual void SetNameTitle (const char *name, const char *title)
 Change (i.e. set) all the TNamed parameters (name and title). More...
 
virtual void SetTitle (const char *title="")
 Change (i.e. set) the title of the TNamed. More...
 
virtual void ls (Option_t *option="") const
 List TNamed name and title. More...
 
virtual void Print (Option_t *option="") const
 Print TNamed name and title. More...
 
virtual Int_t Sizeof () const
 Return size of the TNamed part of the TObject. More...
 
- Public Member Functions inherited from TObject
 TObject ()
 
 TObject (const TObject &object)
 TObject copy ctor. More...
 
TObjectoperator= (const TObject &rhs)
 TObject assignment operator. More...
 
virtual ~TObject ()
 TObject destructor. More...
 
virtual void AppendPad (Option_t *option="")
 Append graphics object to current pad. More...
 
virtual void Browse (TBrowser *b)
 Browse object. May be overridden for another default action. More...
 
virtual const char * ClassName () const
 Returns name of class to which the object belongs. More...
 
virtual void Delete (Option_t *option="")
 Delete this object. More...
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 Computes distance from point (px,py) to the object. More...
 
virtual void Draw (Option_t *option="")
 Default Draw method for all objects. More...
 
virtual void DrawClass () const
 Draw class inheritance tree of the class to which this object belongs. More...
 
virtual TObjectDrawClone (Option_t *option="") const
 Draw a clone of this object in the current pad. More...
 
virtual void Dump () const
 Dump contents of object on stdout. More...
 
virtual void Execute (const char *method, const char *params, Int_t *error=0)
 Execute method on this object with the given parameter string, e.g. More...
 
virtual void Execute (TMethod *method, TObjArray *params, Int_t *error=0)
 Execute method on this object with parameters stored in the TObjArray. More...
 
virtual void ExecuteEvent (Int_t event, Int_t px, Int_t py)
 Execute action corresponding to an event at (px,py). More...
 
virtual TObjectFindObject (const char *name) const
 Must be redefined in derived classes. More...
 
virtual TObjectFindObject (const TObject *obj) const
 Must be redefined in derived classes. More...
 
virtual Option_tGetDrawOption () const
 Get option used by the graphics system to draw this object. More...
 
virtual UInt_t GetUniqueID () const
 Return the unique object id. More...
 
virtual const char * GetIconName () const
 Returns mime type name of object. More...
 
virtual Option_tGetOption () const
 
virtual char * GetObjectInfo (Int_t px, Int_t py) const
 Returns string containing info about the object at position (px,py). More...
 
virtual Bool_t HandleTimer (TTimer *timer)
 Execute action in response of a timer timing out. More...
 
virtual Bool_t InheritsFrom (const char *classname) const
 Returns kTRUE if object inherits from class "classname". More...
 
virtual Bool_t InheritsFrom (const TClass *cl) const
 Returns kTRUE if object inherits from TClass cl. More...
 
virtual void Inspect () const
 Dump contents of this object in a graphics canvas. More...
 
virtual Bool_t IsFolder () const
 Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More...
 
virtual Bool_t IsEqual (const TObject *obj) const
 Default equal comparison (objects are equal if they have the same address in memory). More...
 
Bool_t IsOnHeap () const
 
Bool_t IsZombie () const
 
virtual Bool_t Notify ()
 This method must be overridden to handle object notification. More...
 
virtual void Paint (Option_t *option="")
 This method must be overridden if a class wants to paint itself. More...
 
virtual void Pop ()
 Pop on object drawn in a pad to the top of the display list. More...
 
virtual Int_t Read (const char *name)
 Read contents of object with specified name from the current directory. More...
 
virtual void RecursiveRemove (TObject *obj)
 Recursively remove this object from a list. More...
 
virtual void SaveAs (const char *filename="", Option_t *option="") const
 Save this object in the file specified by filename. More...
 
virtual void SavePrimitive (std::ostream &out, Option_t *option="")
 Save a primitive as a C++ statement(s) on output stream "out". More...
 
virtual void SetDrawOption (Option_t *option="")
 Set drawing option for object. More...
 
virtual void SetUniqueID (UInt_t uid)
 Set the unique object id. More...
 
virtual void UseCurrentStyle ()
 Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0)
 Write this object to the current directory. More...
 
virtual Int_t Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const
 Write this object to the current directory. More...
 
voidoperator new (size_t sz)
 
voidoperator new[] (size_t sz)
 
voidoperator new (size_t sz, void *vp)
 
voidoperator new[] (size_t sz, void *vp)
 
void operator delete (void *ptr)
 Operator delete. More...
 
void operator delete[] (void *ptr)
 Operator delete []. More...
 
void SetBit (UInt_t f, Bool_t set)
 Set or unset the user status bits as specified in f. More...
 
void SetBit (UInt_t f)
 
void ResetBit (UInt_t f)
 
Bool_t TestBit (UInt_t f) const
 
Int_t TestBits (UInt_t f) const
 
void InvertBit (UInt_t f)
 
virtual void Info (const char *method, const char *msgfmt,...) const
 Issue info message. More...
 
virtual void Warning (const char *method, const char *msgfmt,...) const
 Issue warning message. More...
 
virtual void Error (const char *method, const char *msgfmt,...) const
 Issue error message. More...
 
virtual void SysError (const char *method, const char *msgfmt,...) const
 Issue system error message. More...
 
virtual void Fatal (const char *method, const char *msgfmt,...) const
 Issue fatal error message. More...
 
void AbstractMethod (const char *method) const
 Use this method to implement an "abstract" method that you don't want to leave purely abstract. More...
 
void MayNotUse (const char *method) const
 Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More...
 
void Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const
 Use this method to declare a method obsolete. More...
 

Protected Attributes

TString fName
 
TString fTitle
 

Additional Inherited Members

- Public Types inherited from TObject
enum  EStatusBits {
  kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4),
  kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13)
}
 
enum  { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff }
 
enum  { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) }
 
- Static Public Member Functions inherited from TObject
static Long_t GetDtorOnly ()
 Return destructor only flag. More...
 
static void SetDtorOnly (void *obj)
 Set destructor only flag. More...
 
static Bool_t GetObjectStat ()
 Get status of object stat flag. More...
 
static void SetObjectStat (Bool_t stat)
 Turn on/off tracking of objects in the TObjectTable. More...
 
- Protected Member Functions inherited from TObject
void MakeZombie ()
 
virtual void DoError (int level, const char *location, const char *fmt, va_list va) const
 Interface to ErrorHandler (protected). More...
 

#include <TNamed.h>

Inherits TObject.

Inherited by fileDesc, MonitoredTFileSummary, RooAbsArg, RooAbsBinning, RooAbsData, RooAbsDataStore, RooAbsGenContext, RooAbsMCStudyModule, RooAbsNumGenerator, RooAbsStudy, RooArgProxy, RooClassFactory, RooCmdArg, RooCustomizer, RooDouble, RooFactoryWSTool, RooFitResult, RooInt, RooMapCatEntry, RooMCStudy, RooNameReg, RooPlot, RooSimWSTool, RooSimWSTool::SplitRule, RooStats::BayesianCalculator, RooStats::ConfidenceBelt, RooStats::ConfInterval, RooStats::HistFactory::Measurement, RooStats::HLFactory, RooStats::HybridCalculatorOriginal, RooStats::HybridPlot, RooStats::HypoTestInverterOriginal, RooStats::HypoTestInverterPlot, RooStats::HypoTestResult, RooStats::LikelihoodIntervalPlot, RooStats::MarkovChain, RooStats::MCMCCalculator, RooStats::MCMCIntervalPlot, RooStats::ModelConfig, RooStats::SamplingDistPlot, RooStats::SamplingDistribution, RooStats::SPlot, RooStats::ToyMCPayload, RooStudyManager, RooStudyPackage, ROOT::Internal::TBranchDescriptor, ROOT::Internal::TBranchProxyClassDescriptor, ROOT::Internal::TBranchProxyDescriptor, ROOT::Internal::TFriendProxyDescriptor, ROOT::Internal::THnBaseBrowsable, ROOT::TSchemaRule::TSources, ROOT::v5::TFormula, ROOT::v5::TFormulaPrimitive, RooTable, RooTObjWrap, RooUnitTest, RooWorkspace, TAlienDirectory, TAlienDirectoryEntry, TApplicationRemote::TARFileStat, TAttParticle, TAutoBinVal, TAxis, TAxis3D, TBenchmark, TBranch, TBrowser, TBrowserObject, TBrowserPlugin, TChainElement, TClassTree, TColor, TColorWheel, TContextMenu, TControlBarButton, TCut, TDatabasePDG, TDataSet, TDictionary, TDirectory, TDocDirective, TDSet, TDSetElement, TEfficiency, TEntryList, TEveArrow, TEveCaloData, TEveCaloViz, TEveDigitSet, TEveElementList, TEveGeoShapeExtract, TEventIterTree::TFileTree, TEventList, TEveParamList, TEvePointSetArray, TEveProjectionAxes, TEveSceneInfo, TEveStraightLineSet, TEveText, TExec, TF1, TFileCollection, TFileDrawMap, TFileInfo, TFileInfoMeta, TFileOpenHandle, TFileStager, TFitResult, TFITSHDU, TFolder, TFormula, TFriendElement, TGenerator, TGeoElement, TGeoIsotope, TGeoManager, TGeoMaterial, TGeoMatrix, TGeoMedium, TGeometry, TGeoNode, TGeoOverlap, TGeoParallelWorld, TGeoPhysicalNode, TGeoPNEntry, TGeoShape, TGeoVolume, TGEventHandler, TGFont, TGL5DDataSet, TGLManager, TGLParametricEquation, TGLTH3Slice, TGraph, TGraph2D, TGraphDelaunay, TGraphDelaunay2D, TGraphNode, TGraphPolargram, TGraphSmooth, TGraphTime, TGridJobStatus, TGuiBldAction, TGuiFactory, TH1, THbookFile, THbookKey, THnBase, THStack, THttpEngine, THttpServer, TImage, TInterpreter, TKDE, TKey, TKeyMapFile, TLDAPAttribute, TLeaf, TLibraryDocInfo, TMacro, TMaterial, TMessageHandler, TMinuit, TMinuit2TraceObject, TModuleDocInfo, TMonaLisaText, TMonaLisaValue, TMsgList, TMultiDimFit, TMultiGraph, TMVA::MethodInfo, TNeuron, TNode, TParallelCoord, TParallelCoordRange, TParallelCoordVar, TParticleClassPDG, TParticlePDG, TPie, TPieSlice, TPrincipal, TProcessID, TProof, TProofDesc, TProofLockPath, TProofLog, TProofLogElem, TProofMgr, TProofMonSender, TProofMonSender::TDSetPlet, TProofOutputFile, TProofPerfAnalysis, TProofPerfAnalysis::TFileInfo, TProofPerfAnalysis::TPackInfo, TProofPerfAnalysis::TWrkInfo, TProofPerfAnalysis::TWrkInfoFile, TProofVectorContainer< T >, TProofVectorContainer< TProofDrawListOfGraphs::Point3D_t >, TProofVectorContainer< TProofDrawListOfPolyMarkers3D::Point4D_t >, TProtoClass, TQueryResult, TRandom, TRemoteObject, TRootSniffer, TRotMatrix, TShape, TSocket, TSpectrum, TSpectrum2, TSpectrum2Fit, TSpectrum2Painter, TSpectrum3, TSpectrumFit, TSpectrumTransform, TSpline, TSQLColumnInfo, TSQLTableInfo, TStatus, TStreamerElement, TStructNodeProperty, TStyle, TSystem, TSystemFile, TTableSorter, TTask, TText, TThread, TThreadFactory, TToggle, TToggleGroup, TTree, TUDPSocket, TUnfoldBinning, TVirtualBranchBrowsable, TVirtualFitter, TVirtualIndex, TVirtualMagField, TVirtualMC, TVirtualMCApplication, TVirtualMCGeometry, TVirtualMonitoringReader, TVirtualMonitoringWriter, TVirtualPS, TVirtualStreamerInfo, TVirtualX, TXMLEntity, and TXrdClientAdminWrapper.

Constructor & Destructor Documentation

TNamed::TNamed ( )
inline
TNamed::TNamed ( const char *  name,
const char *  title 
)
inline

Definition at line 41 of file TNamed.h.

TNamed::TNamed ( const TString name,
const TString title 
)
inline

Definition at line 42 of file TNamed.h.

TNamed::TNamed ( const TNamed named)
virtual TNamed::~TNamed ( )
inlinevirtual

Definition at line 45 of file TNamed.h.

Member Function Documentation

void TNamed::Clear ( Option_t option = "")
virtual
TObject * TNamed::Clone ( const char *  newname = "") const
virtual

Make a clone of an object using the Streamer facility.

If newname is specified, this will be the name of the new object.

Reimplemented from TObject.

Reimplemented in TClass, TH1, TStreamerInfo, TMinuit, TImage, TDataSet, TASImage, TH2Poly, RooStats::ModelConfig, RooAbsArg, TMVA::MinuitWrapper, RooDataSet, TMethod, RooDataHist, RooCmdArg, TFunction, RooFitResult, RooAbsStudy, TFunctionTemplate, RooStudyPackage, RooCategoryProxy, RooAbsBinning, RooFormula, RooRealProxy, and RooMapCatEntry.

Definition at line 63 of file TNamed.cxx.

Referenced by RooStats::HypoTestInverterResult::Add(), RooStats::BayesianCalculator::ApproximatePosterior(), TStreamerInfo::Build(), TStreamerInfo::BuildOld(), TMVA::MinuitWrapper::Clone(), TH2Poly::Clone(), TMinuit::Clone(), TStreamerInfo::Clone(), TTree::CloneTree(), TTreeCloner::CopyMemoryBaskets(), RooAbsData::createHistogram(), TClass::FindConversionStreamerInfo(), TClass::FindStreamerInfoAbstractEmulated(), TClass::GetConversionStreamerInfo(), RooStats::HypoTestInverter::GetInterval(), TKDE::GetKDEApproximateBias(), TKDE::GetKDEFunction(), TProof::GetMissingFiles(), RooStats::PointSetInterval::GetParameterPoints(), TKDE::GetPDFLowerConfidenceInterval(), TKDE::GetPDFUpperConfidenceInterval(), TClass::GetStreamerInfoAbstractEmulated(), RooWorkspace::import(), RooAbsOptTestStatistic::initSlave(), RooTreeDataStore::loadValues(), TProof::Process(), RooFactoryWSTool::prod(), R__GenerateTClassForPair(), TBackCompFitter::ReCreateMinimizer(), RooAbsData::RooAbsData(), RooCmdConfig::RooCmdConfig(), RooConvGenContext::RooConvGenContext(), RooProdGenContext::RooProdGenContext(), TProofBenchRunDataRead::Run(), RooUnitTest::runCompTests(), h1analysisTreeReader::SlaveBegin(), TF1NormSum::TF1NormSum(), and TTreeCloner::WriteBaskets().

Int_t TNamed::Compare ( const TObject obj) const
virtual

Compare two TNamed objects.

Returns 0 when equal, -1 when this is smaller and +1 when bigger (like strcmp).

Reimplemented from TObject.

Reimplemented in RooAbsArg, TDSetElement, TFileInfo, TGeoOverlap, RooDouble, RooInt, and TStructNodeProperty.

Definition at line 74 of file TNamed.cxx.

Referenced by TClassDocInfo::Compare().

void TNamed::Copy ( TObject named) const
virtual
void TNamed::FillBuffer ( char *&  buffer)
virtual

Encode TNamed into output buffer.

Reimplemented in TSQLFile, TFile, TKey, TDirectoryFile, TXMLFile, TKeySQL, and TKeyXML.

Definition at line 93 of file TNamed.cxx.

Referenced by TFile::Init().

virtual const char* TNamed::GetName ( ) const
inlinevirtual

Returns name of object.

This default method returns the class name. Classes that give objects a name should override this method.

Reimplemented from TObject.

Reimplemented in TGeoShape, TPolyLineShape, and TDocDirective.

Definition at line 51 of file TNamed.h.

Referenced by RooStats::HistFactory::HistFactoryNavigation::_GetNodes(), TMVA::ActionButton(), TGedEditor::ActivateEditor(), RooFFTConvPdf::actualObservables(), TVolume::Add(), RooStats::HypoTestInverterResult::Add(), TFileCollection::Add(), RooDataHist::add(), TClassTable::Add(), RooStats::SamplingDistribution::Add(), TChain::Add(), TDSet::Add(), RooWorkspace::WSDir::Add(), TRootGuiBuilder::AddAction(), TProofChain::AddAliases(), RooHist::addBin(), TUnfoldBinning::AddBinning(), TTreeCache::AddBranch(), RooVectorDataStore::addCategory(), ROOT::Internal::TTreeProxyGenerator::AddClass(), TDocParser::AddClassDataMembersRecursively(), TGuiBldDragManager::AddClassMenuMethods(), TDocParser::AddClassMethodsRecursively(), RooTreeDataStore::addColumn(), RooVectorDataStore::addColumn(), RooDataSet::addColumn(), RooTreeDataStore::addColumns(), RooVectorDataStore::addColumns(), RooDataSet::addColumns(), RooNumGenConfig::addConfigSection(), RooStats::NumberCountingPdfFactory::AddData(), RooStats::NumberCountingPdfFactory::AddDataWithSideband(), ROOT::Internal::TTreeProxyGenerator::AddDescriptor(), TGuiBldDragManager::AddDialogMethods(), TGeoMixture::AddElement(), TGeoElementTable::AddElement(), TFileMerger::AddFile(), TChain::AddFile(), TFolder::AddFolder(), ROOT::Internal::TTreeProxyGenerator::AddForward(), ROOT::Internal::TTreeProxyGenerator::AddFriend(), TChain::AddFriend(), TDSetElement::AddFriend(), TTree::AddFriend(), ROOT::Internal::TTreeGeneratorBase::AddHeader(), TGeoElement::AddIsotope(), TGeoElementTable::AddIsotope(), TBranch::AddLastBasket(), TGeoVolume::AddNode(), TGeoVolume::AddNodeOffset(), TGeoVolume::AddNodeOverlap(), TGeoVolumeAssembly::AddNodeOverlap(), TFormLeafInfo::AddOffset(), TProofPlayerRemote::AddOutput(), TProofPlayerRemote::AddOutputObject(), ParamHistFunc::addParamSet(), RooSimultaneous::addPdf(), RooVectorDataStore::addRealFull(), TGFileBrowser::AddRemoteFile(), TGFileContainer::AddRemoteFile(), RooStats::SamplingDistPlot::AddSamplingDistribution(), RooStats::SamplingDistPlot::AddSamplingDistributionShaded(), RooAbsArg::addServer(), RooStats::SPlot::AddSWeight(), AddText(), RooThresholdCategory::addThreshold(), TLinearFitter::AddToDesign(), TF1::AddToGlobalList(), RooCategory::addToRange(), TMVA::DataInputHandler::AddTree(), TMVA::Factory::AddTree(), TSQLObjectData::AddUnpack(), ParamHistFunc::addVarSet(), TGeoManager::AddVolume(), TGeoVolumeMulti::AddVolume(), TMVA::PDF::AddXMLTo(), RooDataHist::adjustBinning(), RooAbsStudy::aggregateSummaryOutput(), TGeoPhysicalNode::Align(), align(), RooAbsData::allClientsCached(), RooChebychev::analyticalIntegral(), RooGaussModel::analyticalIntegral(), RooGExpModel::analyticalIntegral(), RooNDKeysPdf::analyticalIntegral(), RooAbsReal::analyticalIntegral(), RooRealSumPdf::analyticalIntegralWN(), RooAddModel::analyticalIntegralWN(), RooAddPdf::analyticalIntegralWN(), RooAbsAnaConvPdf::analyticalIntegralWN(), RooAbsPdf::analyticalIntegralWN(), ROOT::Internal::TTreeProxyGenerator::AnalyzeBranches(), ROOT::Internal::TTreeReaderGenerator::AnalyzeBranches(), ROOT::Internal::TTreeProxyGenerator::AnalyzeElement(), ROOT::Internal::TTreeProxyGenerator::AnalyzeOldBranch(), ROOT::Internal::TTreeReaderGenerator::AnalyzeOldBranch(), ROOT::Internal::TTreeProxyGenerator::AnalyzeOldLeaf(), ROOT::Internal::TTreeReaderGenerator::AnalyzeOldLeaf(), ROOT::Internal::TTreeProxyGenerator::AnalyzeTree(), ROOT::Internal::TTreeReaderGenerator::AnalyzeTree(), TFileDrawMap::AnimateTree(), TMVA::annconvergencetest(), TTreeIndex::Append(), TChainIndex::Append(), RooWorkspace::WSDir::Append(), TDirectoryFile::AppendKey(), AppendLink(), TTreeViewer::AppendTree(), RooRealMPFE::applyNLLWeightSquared(), RooStats::BayesianCalculator::ApproximatePosterior(), RooWorkspace::argSet(), TCollection::AssertClass(), TProof::AssertDataSet(), TClassRef::Assign(), RooAbsReal::asTF(), TTable::At(), RooGenFitStudy::attach(), RooTreeDataStore::attachBuffers(), RooVectorDataStore::attachBuffers(), TXProofMgr::AttachSession(), RooAbsString::attachToTree(), RooAbsCategory::attachToTree(), RooAbsReal::attachToTree(), RooAbsArg::attachToTree(), RooSimultaneous::autoGenContext(), RooWorkspace::CodeRepo::autoImportClass(), TCling::AutoLoad(), TTree::AutoSave(), RooCurve::average(), TSpectrum3::Background(), TSpectrum2::Background(), TSpectrum::Background(), TMVA::BDT(), TMVA::BDT_Reg(), TMVA::bdtcontrolplots(), RooParamHistFunc::binBoundaries(), RooHistFunc::binBoundaries(), RooHistPdf::binBoundaries(), TPython::Bind(), PyROOT::BindCppGlobal(), RooFit::bindFunction(), RooFit::bindPdf(), RooAbsReal::bindVars(), RooDataSet::binnedClone(), TMVA::boostcontrolplots(), TTreeSQL::Branch(), TTreeFormula::BranchHasMethod(), TTree::BranchImp(), TTree::BranchImpRef(), TTree::BranchOld(), TTree::BronchExec(), TColumnView::Browse(), TKeyMapFile::Browse(), THbookKey::Browse(), TVolumePosition::Browse(), TSPlot::Browse(), TSystemDirectory::Browse(), TRemoteObject::Browse(), TPrincipal::Browse(), TDirectoryFile::Browse(), TLeaf::Browse(), TKey::Browse(), TGeoNode::Browse(), TMapFile::Browse(), TDataSet::Browse(), TTable::Browse(), TGeoVolume::Browse(), TBranch::Browse(), TMultiDimFit::Browse(), TBranchElement::Browse(), TApplicationServer::BrowseFile(), TGFileBrowser::BrowseObj(), RooCustomizer::build(), TDirectoryFile::Build(), TDirectory::Build(), TStreamerInfo::Build(), TStreamerInfo::BuildCheck(), TStreamerInfo::BuildEmulated(), TClass::BuildEmulatedRealData(), TMVA::DataSetFactory::BuildEventVector(), TStreamerInfo::BuildFor(), TUnfoldBinning::BuildHistogramTitle2D(), TPad::BuildLegend(), TStyleManager::BuildList(), TGeoVolumeDialog::BuildListTree(), TGeoMediumDialog::BuildListTree(), TGeoMaterialDialog::BuildListTree(), TGeoMatrixDialog::BuildListTree(), TProofProgressMemoryPlot::BuildLogList(), TProofProgressLog::BuildLogList(), TStreamerInfo::BuildOld(), RooSimPdfBuilder::buildPdf(), TMVA::PDF::BuildPDF(), TClass::BuildRealData(), BuildScopeProxyDict(), TTableSorter::BuildSorter(), TTree::BuildStreamerInfo(), TBranchElement::BuildTitle(), RooVectorDataStore::cacheArgs(), RooDataSet::cacheClone(), RooDataHist::cacheClone(), RooAbsCachedReal::cacheNameSuffix(), RooAbsCachedPdf::cacheNameSuffix(), RooMCStudy::calcPulls(), RooRealMPFE::calculate(), RooAbsIntegrator::calculate(), RooProdPdf::calculate(), PyROOT::TMethodHolder::CallFast(), TStreamerInfo::CallShowMembers(), TClass::CallShowMembers(), TClass::CanSplit(), TGLOutput::Capture(), TGeoNavigator::cd(), TF2::CentralMoment2(), TF3::CentralMoment3(), RooFormula::changeDependents(), TTree::ChangeFile(), RooCompositeDataStore::changeObservableName(), RooTreeDataStore::changeObservableName(), RooAbsArg::changeServer(), TMVA::DataSetFactory::ChangeToNewTree(), RooStats::HistFactory::channelNameFromPdf(), TTreeSQL::CheckBasket(), TGeoChecker::CheckBoundaryErrors(), TGeoChecker::CheckBoundaryReference(), TTreeSQL::CheckBranch(), TTree::CheckBranchAddressType(), TBufferFile::CheckByteCount(), TQObject::CheckConnectArgs(), HFit::CheckFitFunction(), RooArgSet::checkForDup(), TGeoManager::CheckGeometry(), TGeoChecker::CheckGeometryFull(), RooStats::HistFactory::Channel::CheckHistograms(), RooStats::HypoTestInverter::CheckInputModels(), TBufferFile::CheckObject(), RooRealSumPdf::checkObservables(), RooAddModel::checkObservables(), RooAddPdf::checkObservables(), TGeoChecker::CheckOverlaps(), TGeoNode::CheckOverlaps(), TGeoVolume::CheckOverlaps(), TGeoChecker::CheckOverlapsBySampling(), TGeoNavigator::CheckPath(), TGeoVolume::CheckShapes(), RooAbsReal::chi2FitDriver(), RooAbsReal::chi2FitTo(), RooAbsPdf::chi2FitTo(), RooPlot::chiSquare(), TClassDocOutput::Class2Html(), TBufferSQL2::ClassBegin(), TClassDocOutput::ClassDotCharts(), TBufferSQL2::ClassEnd(), TClassDocOutput::ClassHtmlTree(), Classification(), ClassImp(), TObject::ClassName(), TClassDocOutput::ClassTree(), RooAbsArg::cleanBranchName(), TProofLite::CleanupSandbox(), TQueryResultManager::CleanupSession(), RooCategory::clearRange(), RooRangeBinning::clone(), RooUniformBinning::clone(), RooParamBinning::clone(), RooBinning::clone(), RooGenFitStudy::clone(), RooDataHist::Clone(), RooDataSet::Clone(), RooStats::ModelConfig::Clone(), TClass::Clone(), TRootBrowser::CloneBrowser(), TQueryResult::CloneInfo(), TGeoVolume::CloneVolume(), TGeoVolumeAssembly::CloneVolume(), TImageDump::Close(), TGLOutput::CloseEmbeddedPS(), TGeoParallelWorld::CloseGeometry(), TGeoManager::CloseGeometry(), TGFontDialog::CloseWindow(), RooAbsAnaConvPdf::coefAnalyticalIntegral(), TTreeCloner::CollectBranches(), TApplicationRemote::CollectInput(), TStructNodeProperty::Compare(), TDSetElement::Compare(), RooAbsArg::Compare(), TMVA::compareanapp(), TStreamerInfo::CompareContent(), CompareMasses(), TStreamerInfo::Compile(), TFractionFitter::ComputeFCN(), RooStats::BayesianCalculator::ComputeShortestInterval(), RooFitResult::conditionalCovarianceMatrix(), TSystem::ConsistentWith(), RooRealMPFE::constOptimizeTestStatistic(), RooAbsOptTestStatistic::constOptimizeTestStatistic(), RooNameReg::constStr(), containBaseClass(), RooAbsCollection::contentsString(), RooMinuit::contour(), RooMinimizer::contour(), THbookFile::Convert2root(), TGeoManager::ConvertReflections(), RooAbsData::convertToVectorStore(), RooAddModel::convolution(), RooResolutionModel::convolution(), TTree::CopyAddresses(), RooAbsCategory::copyCache(), TTree::CopyEntries(), TTreeCloner::CopyProcessIds(), TTreeCloner::CopyStreamerInfos(), RooAbsData::corrcov(), RooAbsData::corrcovMatrix(), RooFitResult::correlation(), RooFitResult::correlationHist(), TMVA::correlationscatters(), TMVA::correlationscattersMultiClass(), TMVA::CorrGui(), TStructViewer::CountMembers(), TFile::Cp(), TRootControlBar::Create(), TKey::Create(), TTable::Create(), RooCustomizer::CustIFace::create(), RooFactoryWSTool::SpecialsIFace::create(), create_3Bumps(), create_array_with_different_lengths(), create_circ(), create_lin(), create_lin_Nvar(), create_lin_Nvar_2(), create_lin_Nvar_Arr(), create_lin_Nvar_categories(), create_lin_Nvar_discrete(), create_lin_Nvar_double(), create_lin_Nvar_weighted(), create_lin_Nvar_withFriend(), create_lin_NvarObsolete(), create_ManyVars(), create_MultipleBackground(), create_schachbrett(), create_schachbrett_2D(), create_schachbrett_3D(), create_schachbrett_4D(), create_schachbrett_5D(), RooFactoryWSTool::createArg(), TQCanvasMenu::CreateArgumentTitle(), TContextMenu::CreateArgumentTitle(), CreateArgumentTitle(), TTreeSQL::CreateBasket(), TTree::CreateBasket(), RooStats::CreateBranchStore(), RooAbsPdf::createCdf(), RooAbsReal::createChi2(), RooAbsPdf::createChi2(), TClassDocOutput::CreateClassHierarchy(), TDocOutput::CreateClassTypeDefs(), TMVA::DataSetInfo::CreateCorrelationMatrixHist(), TQCanvasMenu::CreateDialogTitle(), TContextMenu::CreateDialogTitle(), TClassDocOutput::CreateDotClassChartInh(), TClassDocOutput::CreateDotClassChartInhMem(), TGDMLWrite::CreateElementN(), TBufferXML::CreateElemNode(), RooAbsString::createFundamental(), RooAbsCategory::createFundamental(), RooAbsReal::createFundamental(), TGraphNode::CreateGVNode(), RooFitResult::createHessePdf(), TClassDocOutput::CreateHierarchyDot(), RooAbsRealLValue::createHistogram(), RooDataSet::createHistogram(), RooAbsData::createHistogram(), RooAbsReal::createHistogram(), THnBase::CreateHnAny(), RooAbsReal::createIntegral(), RooAbsReal::createIntObj(), RooAbsReal::createIntRI(), THtml::CreateListOfClasses(), TRootContextMenu::CreateMenu(), RooStats::LikelihoodInterval::CreateMinimizer(), TDocOutput::CreateModuleIndex(), RooAbsPdf::createNLL(), TPacketizerMulti::CreatePacketizer(), RooStats::ProposalHelper::CreatePdf(), RooAbsReal::createPlotProjection(), RooAbsReal::createProfile(), RooAbsPdf::createProjection(), RooSimPdfBuilder::createProtoBuildConfig(), ROOT::Internal::TTreeReaderValueBase::CreateProxy(), TProtoClass::TProtoRealData::CreateRealData(), RooStats::HypoTestInverterOriginal::CreateResults(), RooStats::HypoTestInverter::CreateResults(), ROOT::TGenericClassInfo::CreateRuleSet(), RooAbsReal::createRunningIntegral(), RooAbsPdf::createScanCdf(), RooAbsReal::createScanRI(), TProofMgrLite::CreateSession(), TProofMgr::CreateSession(), TClassDocOutput::CreateSourceOutputStream(), RooAbsCategory::createTable(), TTreeSQL::CreateTable(), TVolume::CreateTNode(), TDocOutput::CreateTypeIndex(), TXSocket::CtrlC(), RooAbsOptTestStatistic::data(), TProtoClass::DataMemberIndex(), RooAbsData::dataRealVar(), TGeoMaterial::DecayMaterial(), TGeoMixture::DecayMaterial(), RooAbsAnaConvPdf::declareBasis(), declaring_scope(), RooMultiVarGaussian::decodeCode(), TBufferJSON::DecrementLevel(), TBufferXML::DecrementLevel(), TBufferSQL2::DecrementLevel(), TStructNodeEditor::DefaultButtonSlot(), RooAddition::defaultErrorLevel(), RooFormulaVar::defaultErrorLevel(), RooFormula::DefinedVariable(), TTreeFormula::DefinedVariable(), TGeoMixture::DefineElement(), TSQLStructure::DefineElementColumnName(), RooWorkspace::defineSet(), RooCategory::defineType(), RooAbsCategory::defineType(), TDirectoryFile::Delete(), TKey::Delete(), TProtoClass::Delete(), TDirectory::Delete(), TTree::Delete(), TEmulatedCollectionProxy::DeleteArray(), TClass::DeleteArray(), RooAbsReal::derivative(), TClassDocOutput::DescendHierarchy(), TClass::Destructor(), TStreamerInfo::DestructorImpl(), TMVA::deviations(), dir(), TXMLFile::DirCreateEntry(), TSQLFile::DirCreateEntry(), TSQLFile::DirReadKeys(), TProofLog::Display(), TProofLogElem::Display(), TGeoPainter::DistanceToPrimitiveVol(), TGeoShapeAssembly::DistFromOutside(), TGeoVolume::Divide(), TGeoVolumeMulti::Divide(), TGeoVolumeAssembly::Divide(), do_anadist(), do_anadist_ds(), TGeoVolumeEditor::DoAddNode(), TGeoMediumEditor::DoApply(), RooCustomizer::doBuild(), TGuiBldDragManager::DoClassMenu(), TThread::DoError(), RooMinimizerFcn::DoEval(), TStyleManager::DoExport(), TGeoManagerEditor::DoExportGeometry(), RooMCStudy::doFit(), TFitEditor::DoFit(), TH2::DoFitSlices(), TStyleManager::DoImportCanvas(), TStyleManager::DoImportMacro(), TGeoVolumeDialog::DoItemClick(), TStyleManager::DoListSelect(), TAxisEditor::DoLogAxis(), TStyleManager::DoMakeDefault(), TGeoMediumEditor::DoMedName(), TGraphErrors::DoMerge(), TGraphAsymmErrors::DoMerge(), TGraphBentErrors::DoMerge(), TGeoTranslationEditor::DoName(), TGeoRotationEditor::DoName(), TGeoCombiTransEditor::DoName(), TGeoNodeEditor::DoNodeName(), TProofProgressMemoryPlot::DoPlot(), TProfile2D::DoProfile(), TH2::DoProfile(), TH2::DoProjection(), TH2::DoQuantiles(), TGFileBrowser::DoubleClicked(), RooStats::HypoTestInverterPlot::Draw(), RooStats::LikelihoodIntervalPlot::Draw(), TASImage::Draw(), TMultiLayerPerceptron::Draw(), TFITSHDU::Draw(), TGenerator::Draw(), TMVA::draw_network(), TGeoPainter::DrawBatemanSol(), RooStats::MCMCIntervalPlot::DrawChainScatter(), TPad::DrawClassObject(), TH1::DrawCopy(), RooStats::MCMCIntervalPlot::DrawHistInterval(), RooStats::MCMCIntervalPlot::DrawKeysPdfInterval(), TMVA::DrawMLPoutputMovie(), TH1::DrawNormalized(), TGeoNode::DrawOverlaps(), RooStats::MCMCIntervalPlot::DrawParameterVsTime(), DrawPopulation(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysPdf(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysProduct(), TImageDump::DrawPS(), TSVG::DrawPS(), RooStats::MCMCIntervalPlot::DrawTailFractionInterval(), TTreeCache::DropBranch(), RooAbsCollection::dump(), TClass::Dump(), TFileDrawMap::DumpObject(), TEveGeoShape::DumpShapeTree(), edit(), TSystemFile::Edit(), TGeoVoxelFinder::Efficiency(), RooDataHist::emptyClone(), RooDataSet::emptyClone(), RooRealMPFE::enableOffsetting(), TTable::EntryLoop(), RooStats::PdfProposal::Equals(), RooRealVar::errorVar(), RooFormula::eval(), RooStats::HypoTestInverter::Eval(), TTreeFormula::EvalObject(), RooRealSumPdf::evaluate(), RooAddModel::evaluate(), RooNumConvolution::evaluate(), RooBinningCategory::evaluate(), RooChebychev::evaluate(), RooNumRunningInt::evaluate(), RooRealMPFE::evaluate(), RooGaussModel::evaluate(), RooProfileLL::evaluate(), RooStats::HistFactory::FlexibleInterpVar::evaluate(), RooAbsAnaConvPdf::evaluate(), RooGExpModel::evaluate(), PiecewiseInterpolation::evaluate(), RooRealIntegral::evaluate(), RooStats::RatioOfProfiledLikelihoodsTestStat::Evaluate(), RooStats::AsymptoticCalculator::EvaluateNLL(), RooNLLVar::evaluatePartition(), RooChi2Var::evaluatePartition(), RooXYChi2Var::evaluatePartition(), RooStats::ProfileLikelihoodTestStat::EvaluateProfileLikelihood(), ROOT::Fit::HFitInterface::ExamineRange(), TEveMacro::Exec(), TExec::Exec(), TMacro::Exec(), TQCanvasMenu::Execute(), TContextMenu::Execute(), TCling::Execute(), RooSimWSTool::executeBuild(), TRootBrowserLite::ExecuteDefaultAction(), TLink::ExecuteEvent(), TPad::ExecuteEventAxis(), TTask::ExecuteTask(), TTask::ExecuteTasks(), RooExtendPdf::expectedEvents(), RooAddPdf::expectedEvents(), RooExpensiveObjectCache::ExpensiveObject::ExpensiveObject(), TGeoVolume::Export(), TGeoManager::Export(), RooStudyPackage::exportData(), TFileCollection::ExportInfo(), RooWorkspace::exportObj(), RooWorkspace::exportToCint(), TEveElement::ExportToCINT(), RooWorkspace::extendSet(), TGDMLWrite::ExtractMaterials(), TBufferXML::ExtractReference(), TGDMLWrite::ExtractVolumes(), RooStats::FactorizePdf(), fastMergeServer(), RooStats::HLFactory::fCreateCategory(), RooFFTConvPdf::FFTCacheElem::FFTCacheElem(), TProofPerfAnalysis::FileDist(), TPerfStats::FileReadEvent(), TBranchSTL::Fill(), TBranchClones::Fill(), TTreeSQL::Fill(), TBranchElement::Fill(), TTree::Fill(), TLeafObject::FillBasket(), TUnfoldBinning::FillBinMapSingleNode(), RooStats::AsymptoticCalculator::FillBins(), RooAbsSelfCachedReal::fillCacheObject(), RooAbsSelfCachedPdf::fillCacheObject(), RooCachedPdf::fillCacheObject(), RooCachedReal::fillCacheObject(), RooIntegralMorph::fillCacheObject(), RooFFTConvPdf::fillCacheObject(), RooFFTConvPdf::fillCacheSlice(), RooAbsReal::fillDataHist(), TProofPerfAnalysis::FillFileDist(), TProofPerfAnalysis::FillFileDistOneSrv(), TDirectory::FillFullPath(), TFitEditor::FillFunctionList(), RooAbsData::fillHistogram(), RooAbsReal::fillHistogram(), TBranchElement::FillLeavesAssociativeCollectionMember(), TBranchElement::FillLeavesClonesMember(), TBranchElement::FillLeavesCollectionMember(), TBranchElement::FillLeavesCollectionSplitPtrMember(), TBranchElement::FillLeavesCollectionSplitVectorPtrMember(), TBranchElement::FillLeavesImpl(), TBranchElement::FillLeavesMakeClass(), TBranchElement::FillLeavesMember(), TBranchElement::FillLeavesMemberCounter(), RooFitResult::fillLegacyCorrMatrix(), TGeoMaterial::FillMaterialEvolution(), TProtoClass::FillTClass(), RooStats::FillTree(), RooAbsString::fillTreeBranch(), RooAbsCategory::fillTreeBranch(), RooAbsReal::fillTreeBranch(), FillUnBinData(), TProofPlayerLite::Finalize(), TProof::Finalize(), TDataSetIter::Find(), RooHashTable::findArg(), TAxis::FindBin(), TBranchElement::FindBranch(), TTree::FindBranch(), RooStats::HistFactory::HistFactoryNavigation::findChild(), RooAbsArg::findConstantNodes(), TClass::FindConversionStreamerInfo(), TMethod::FindDataMember(), TProtoClass::FindDataMember(), TDataSetIter::FindDataSet(), TSystemDirectory::FindFileObj(), TFolder::FindFullPathName(), TFitEditor::FindFunction(), TProofLimitsFinder::FindGoodLimits(), TRootSniffer::FindInHierarchy(), TGListTree::FindItemByPathname(), TDirectoryFile::FindKeyAny(), TBranch::FindLeaf(), TBranchElement::FindLeaf(), TTree::FindLeaf(), TTreeFormula::FindLeafForExpression(), RooStats::LikelihoodInterval::FindLimits(), RooAbsArg::findNewServer(), TGeoNavigator::FindNextBoundary(), TGeoNavigator::FindNextBoundaryAndStep(), TGeoNavigator::FindNextDaughterBoundary(), TStructNodeEditor::FindNodeProperty(), TStructViewerGUI::FindNodeProperty(), RooPlot::findObject(), TFolder::FindObjectAny(), TDirectoryFile::FindObjectAny(), TGeoBatemanSol::FindSolution(), TSQLFile::FindSQLClassInfo(), TClass::FindStreamerInfoAbstractEmulated(), TListOfTypes::FindType(), TFractionFitter::Fit(), TBinomialEfficiencyFitter::Fit(), HFit::Fit(), TTable::Fit(), RooStats::HistFactory::FitModelAndPlot(), TH3::FitSlicesZ(), RooAbsPdf::fitTo(), FitUsingRooFit(), FitUsingTTreeFit(), TFile::Flush(), RooRealVar::format(), RooGenericPdf::formula(), RooFormulaVar::formula(), RooAbsRealLValue::frame(), RooAbsCachedReal::FuncCacheElem::FuncCacheElem(), RooAbsReal::functor(), RooAbsAnaConvPdf::genContext(), RooSimultaneous::genContext(), RooFFTConvPdf::genContext(), RooAbsGenContext::generate(), RooBinnedGenContext::generate(), RooSimSplitGenContext::generate(), RooAbsPdf::generate(), RooStats::AsymptoticCalculator::GenerateAsimovData(), RooStats::AsymptoticCalculator::GenerateAsimovDataSinglePdf(), RooAbsPdf::generateBinned(), RooStats::AsymptoticCalculator::GenerateCountingAsimovData(), TStreamerInfo::GenerateDeclaration(), RooEffGenContext::generateEvent(), RooGenContext::generateEvent(), RooBDecay::generateEvent(), TStreamerInfo::GenerateHeaderFile(), TStreamerInfo::GenerateIncludes(), TMakeProject::GenerateMissingStreamerInfos(), TCling::GenerateTClass(), THbookFile::Get(), TDirectoryFile::Get(), RooStats::ConfidenceBelt::GetAcceptanceRegion(), Cppyy::GetActualClass(), TClass::GetActualClass(), TTree::GetAlias(), RooAbsPdf::getAllConstraints(), RooUniform::getAnalyticalIntegral(), RooMultiVarGaussian::getAnalyticalIntegral(), RooHistFunc::getAnalyticalIntegral(), RooEffProd::getAnalyticalIntegralWN(), RooAddPdf::getAnalyticalIntegralWN(), RooStats::DetailedOutputAggregator::GetAsArgSet(), RooStats::MarkovChain::GetAsSparseHist(), TH1::GetAsymmetry(), TClass::GetBaseClass(), Cppyy::GetBaseOffset(), TBranch::GetBasket(), TUnfoldBinning::GetBinName(), RooErrorVar::getBinning(), RooRealVar::getBinning(), RooLinearVar::getBinningNames(), RooRealVar::getBinningNames(), RooErrorVar::getBinningNames(), TTree::GetBranch(), ROOT::Internal::TTreeReaderArrayBase::GetBranchContentDataType(), ROOT::Internal::TTreeReaderValueBase::GetBranchDataType(), TGeoNodeCache::GetBranchNames(), TMethodBrowsable::GetBrowsableMethodsForClass(), TNonSplitBrowsable::GetBrowsables(), TCollectionPropertyBrowsable::GetBrowsables(), TGeoMatrix::GetByteCount(), RooMomentMorph::getCache(), RooAbsCachedReal::getCache(), RooAbsCachedPdf::getCache(), GetCallFunc(), RooStats::HistFactory::HistFactoryNavigation::GetChannelPdf(), TGeoVoxelFinder::GetCheckList(), TStreamerInfo::GetCheckSum(), TClass::GetCheckSum(), TClass::GetClass(), TStreamerBase::GetClassPointer(), TBranchElement::GetCollectionProxy(), TStructViewer::GetColor(), TColor::GetColorBright(), TColor::GetColorDark(), TColor::GetColorTransparent(), TTreeSQL::GetColumnIndice(), RooAbsArg::getComponents(), RooProdPdf::getConstraints(), RooStats::HistFactory::HistFactoryNavigation::GetConstraintUncertainty(), ROOT::Internal::TTreeGeneratorBase::GetContainedClassName(), RooStats::LikelihoodInterval::GetContourPoints(), TGenCollectionProxy::GetConversionReadMemberWiseActions(), TClass::GetConversionStreamerInfo(), TBranchElement::GetCurrentClass(), TSQLFile::GetDataBaseName(), Cppyy::GetDatamemberName(), TStreamerInfo::GetDataMemberOffset(), TProofBenchRunDataRead::GetDataSet(), ROOT::Fit::GetDataType(), RooStats::HistFactory::getDataValuesForObservables(), THtml::GetDeclImplFileName(), TFileCollection::GetDefaultTreeName(), TFileInfoMeta::GetDirectory(), TGeoTabManager::GetEditors(), TGeoTransientPanel::GetEditors(), TGeoMixture::GetElement(), TEveGeoNode::GetElementName(), TEveElement::GetElementName(), TEveElementList::GetElementName(), TXMLSetup::GetElItemName(), TDSetElement::GetEntries(), TBranchSTL::GetEntry(), TBranch::GetEntry(), TBranchElement::GetEntry(), TBranch::GetEntryExport(), TBranchSTL::GetExpectedType(), TBranchObject::GetExpectedType(), TBranch::GetExpectedType(), TBranchElement::GetExpectedType(), TDSetElement::GetFileInfo(), THtml::TFileDefinition::GetFileName(), TDSetElement::GetFileName(), TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), Cppyy::GetFinalName(), RooPlot::getFitRangeNEvt(), TTree::GetFriend(), TTree::GetFriendAlias(), TStreamerElement::GetFullName(), RooUniform::getGenerator(), RooMultiVarGaussian::getGenerator(), TVolumeView::GetGlobalRange(), TProofBench::GetGraph(), TGraph2D::GetHistogram(), TGraph::GetHistogram(), TF1::GetHistogram(), THtml::GetHtmlFileName(), RooStats::AsymptoticCalculator::GetHypoTest(), RooStats::HypoTestCalculatorGeneric::GetHypoTest(), TStreamerBase::GetInclude(), TProof::GetInputData(), TMLPAnalyzer::GetInputNeuronTitle(), RooStats::NeymanConstruction::GetInterval(), RooStats::ProfileLikelihoodCalculator::GetInterval(), RooStats::MCMCCalculator::GetInterval(), RooStats::BayesianCalculator::GetInterval(), TKDE::GetKDEApproximateBias(), TKDE::GetKDEFunction(), TDirectoryFile::GetKey(), TMVA::GetKeyList(), TFileIter::GetKeyName(), RooCategory::getLabel(), RooAbsCategory::getLabel(), TBranch::GetLeaf(), TLeaf::GetLeafCounter(), TTree::GetLeafImpl(), TLeaf::GetLen(), TClass::GetListOfAllPublicMethods(), TClass::GetListOfBases(), TClass::GetListOfDataMembers(), TMVA::TMVAGlob::GetListOfJobs(), TProofMgr::GetListOfManagers(), TClass::GetListOfMethods(), RooStats::ProfileInspector::GetListOfProfilePlots(), TMVA::TMVAGlob::GetListOfTitles(), RooAbsPdf::getLogVal(), TGeoMCGeometry::GetMaterial(), TGeoManager::GetMaterialIndex(), Roo2DKeysPdf::getMean(), TGeoMCGeometry::GetMedium(), TClass::GetMenuItems(), TClass::GetMethod(), Cppyy::GetMethodArgName(), TMVA::TMVAGlob::GetMethodName(), Cppyy::GetMethodsFromName(), TMVA::TMVAGlob::GetMethodTitle(), TClass::GetMethodWithPrototype(), TF1::GetMinMaxNDim(), TProof::GetMissingFiles(), TLDAPAttribute::GetMod(), THtml::TModuleDefinition::GetModule(), THtml::GetModuleNameForClass(), RooRealBinding::getName(), TDocDirective::GetName(), TEveGeoNode::GetName(), TPolyLineShape::GetName(), TClassDocInfo::GetName(), TRealData::GetName(), TVolumePosition::GetName(), TPrimary::GetName(), TObject::GetName(), TGeoShape::GetName(), TParticle::GetName(), TGeoVoxelFinder::GetNextCandidates(), TEventIterObj::GetNextEvent(), TEventIterTree::GetNextEvent(), TEventIterObj::GetNextPacket(), TEventIterTree::GetNextPacket(), TNode::GetNode(), RooResolutionModel::getNorm(), RooAbsPdf::getNorm(), ParamHistFunc::GetNumBins(), TFileDrawMap::GetObject(), RooPlot::getObject(), TFileInfoMeta::GetObject(), TDirectoryFile::GetObjectChecked(), TVolumeView::GetObjectInfo(), TColorWheel::GetObjectInfo(), TNode::GetObjectInfo(), TVolume::GetObjectInfo(), TFileDrawMap::GetObjectInfoDir(), TRefArray::GetObjectUID(), TGFileBrowser::GetObjPicture(), TGContainer::GetObjPicture(), TDataMember::GetOffset(), TMLPAnalyzer::GetOutputNeuronTitle(), TAxis3D::GetPadAxis(), RooStats::HistFactory::RooBarlowBeestonLL::getParameters(), RooProduct::getPartIntList(), TGeoBranchArray::GetPath(), TGeoNodeCache::GetPath(), TGeoIterator::GetPath(), TDirectory::GetPathStatic(), TKDE::GetPDFLowerConfidenceInterval(), TKDE::GetPDFUpperConfidenceInterval(), RooStats::HybridResult::GetPlot(), TGLH2PolyPainter::GetPlotInfo(), TGLVoxelPainter::GetPlotInfo(), TGLLegoPainter::GetPlotInfo(), TGLBoxPainter::GetPlotInfo(), TGeoVolume::GetPointerName(), RooStats::BayesianCalculator::GetPosteriorFunction(), RooStats::BayesianCalculator::GetPosteriorPdf(), RooStats::BayesianCalculator::GetPosteriorPlot(), RooAddModel::getProjCache(), RooAddPdf::getProjCache(), RooProjectedPdf::getProjection(), RooAbsReal::getPropagatedError(), TF1::GetQuantiles(), TProof::GetQueryReference(), TF1::GetRandom(), TF2::GetRandom2(), TF3::GetRandom3(), RooAbsData::getRange(), TBranch::GetRealFileName(), TFile::GetRecordHeader(), TDocMacroDirective::GetResult(), TDocLatexDirective::GetResult(), TTable::GetRowClass(), TTable::GetRowDescriptors(), TVirtualBranchBrowsable::GetScope(), Cppyy::GetScopedFinalName(), TProofMgrLite::GetSessionLogs(), TProof::GetSessionTag(), Roo2DKeysPdf::getSigma(), TFile::GetSize(), RooWorkspace::getSnapshot(), TFileStager::GetStaged(), TFileCollection::GetStagedSubset(), RooStats::HistFactory::getStatUncertaintyConstraintTerm(), RooStats::HistFactory::getStatUncertaintyFromChannel(), TClass::GetStreamer(), TStreamerInfo::GetStreamerElement(), ROOT::Internal::TTreeGeneratorBase::GetStreamerInfo(), TClass::GetStreamerInfo(), TClass::GetStreamerInfoAbstractEmulated(), TFile::GetStreamerInfoList(), TXMLPlayer::GetStreamerName(), RooStats::SPlot::GetSumOfEventSWeight(), RooStats::HistFactory::getSumPdfFromChannel(), TTableSorter::GetTableName(), TDataMember::GetterMethod(), RooStats::SamplingDistPlot::GetTH1F(), TThread::GetThread(), RooStats::HLFactory::GetTotBkgPdf(), RooStats::HLFactory::GetTotDataSet(), RooStats::HLFactory::GetTotSigBkgPdf(), TMVA::DataSet::GetTree(), TEventIterTree::GetTrees(), TBranchElement::GetTypeName(), TLDAPAttribute::GetValue(), TEnv::Getvalue(), TTreeFormula::GetValueFromMethod(), TTreeFormula::GetValuePointerFromMethod(), RooResolutionModel::getValV(), RooStats::MaxLikelihoodEstimateTestStat::GetVarName(), TGeoPainter::GetVolumeInfo(), TGeoVoxelFinder::GetVoxelCandidates(), RooFitResult::globalCorr(), TGFileBrowser::GotoDir(), RooAbsArg::graphVizTree(), TProofLog::Grep(), TProofServ::HandleCache(), TGTextView::HandleDNDDrop(), TProofPlayerRemote::HandleHistogram(), TProof::HandleInputMessage(), TProofServ::HandleProcess(), TProofPlayer::HandleRecvHisto(), TProofServ::HandleRemove(), TProofServ::HandleRetrieve(), RooVectorDataStore::hasAsymError(), RooVectorDataStore::hasError(), TFitEditor::HasFitFunction(), ROOT::Detail::TSchemaRuleSet::HasRuleWithSourceClass(), ROOT::TSchemaRule::HasSource(), RooStats::HistFactory::HistFactoryNavigation::HistFactoryNavigation(), RooPlot::histName(), TColumnView::Histogram(), TTabCom::Hook(), RooStats::HypoTestInverterResult::HypoTestInverterResult(), RooWorkspace::import(), RooWorkspace::importClassCode(), RooStats::ModelConfig::ImportDataInWS(), RooDataHist::importDHistSet(), RooStats::ModelConfig::ImportPdfInWS(), RooDataHist::importTH1(), RooDataHist::importTH1Set(), RooHistFunc::importWorkspaceHook(), RooHistPdf::importWorkspaceHook(), TBufferJSON::IncrementLevel(), TBufferSQL2::IncrementLevel(), TClass::InheritsFrom(), TTableDescriptor::Init(), TOutputListSelectorDataMap::Init(), TBranchClones::Init(), TXSlave::Init(), TPySelector::Init(), TProofOutputFile::Init(), TSlave::Init(), TMethodCall::Init(), TProofLite::Init(), TFile::Init(), TBranchElement::Init(), TGeoManager::Init(), TStreamerBase::Init(), TClass::Init(), RooSimGenContext::initGenerator(), RooSimSplitGenContext::initGenerator(), RooBinningCategory::initialize(), TControlBar::Initialize(), Roo1DMomentMorphFunction::initialize(), TSVG::Initialize(), RooStats::AsymptoticCalculator::Initialize(), RooNumConvolution::initialize(), RooRealMPFE::initialize(), RooNumConvPdf::initialize(), RooMomentMorph::initialize(), RooSimultaneous::initialize(), TPostScript::Initialize(), RooTreeDataStore::initialize(), RooDataSet::initialize(), TRecorderReplaying::Initialize(), RooStats::HistFactory::RooBarlowBeestonLL::initializeBarlowCache(), TEmulatedCollectionProxy::InitializeEx(), TGenCollectionProxy::InitializeEx(), RooProdPdf::initializeFromCmdArgList(), RooRandomizeParamMCSModule::initializeInstance(), RooProfileLL::initializeMinimizer(), TBranchElement::InitializeOffsets(), TBranchElement::InitInfo(), THbookFile::InitLeaves(), RooAbsTestStatistic::initMPMode(), RooRealIntegral::initNumIntegrator(), TProofPlayerRemote::InitPacketizer(), PyROOT::InitRoot(), RooAbsTestStatistic::initSimMode(), RooAbsOptTestStatistic::initSlave(), RooAbsSelfCachedPdf::inputBaseName(), RooAbsSelfCachedReal::inputBaseName(), RooCachedPdf::inputBaseName(), RooCachedReal::inputBaseName(), RooNumRunningInt::inputBaseName(), RooIntegralMorph::inputBaseName(), RooFFTConvPdf::inputBaseName(), TStreamerInfo::InsertArtificialElements(), RooParamBinning::insertHook(), TCling::InspectMembers(), TGeoNode::InspectNode(), TInspectCanvas::InspectObject(), TGeoShapeAssembly::InspectShape(), TGeoNavigator::InspectState(), TF1::Integral(), RooAbsReal::integralNameSuffix(), TF1::IntegralOneDim(), RooRealIntegral::intRange(), TStreamerSTL::IsBase(), RooAbsAnaConvPdf::isDirectGenSafe(), RooAbsPdf::isDirectGenSafe(), ROOT::Internal::TBranchProxyDescriptor::IsEquivalent(), ROOT::Internal::TFriendProxyDescriptor::IsEquivalent(), TColumnView::IsFolder(), RooVectorDataStore::isFullReal(), RooFitResult::isIdentical(), RooStats::PointSetInterval::IsInInterval(), TKeySQL::IsKeyModified(), TTreeFormula::IsLeafString(), TMethodBrowsable::IsMethodBrowsable(), Cppyy::IsMethodTemplate(), TDocOutput::IsModified(), IsObjectEditable(), RooCategory::isStateInRange(), TDataSet::IsThisDir(), RooAbsRealLValue::isValidReal(), TEveGListTreeEditorFrame::ItemDblClicked(), TBufferJSON::JsonSpecialClass(), TBufferJSON::JsonStartElement(), TBufferJSON::JsonWriteMember(), TBufferJSON::JsonWriteObject(), TH2::KolmogorovTest(), TH3::KolmogorovTest(), TH1::KolmogorovTest(), TAxis::LabelsOption(), langaufit(), RooFitResult::lastMinuitFit(), RooMinimizer::lastMinuitFit(), LDAPExample(), TTableDescriptor::LearnTable(), TTableSorter::LearnTable(), TMVA::likelihoodrefs(), TClassDocOutput::ListDataMembers(), TClassDocOutput::ListFunctions(), TRootBrowserLite::ListTreeHighlight(), TListOfDataMembers::Load(), TEventIterTree::Load(), TSystem::Load(), TBranch::LoadBaskets(), TClass::LoadClassInfo(), Roo2DKeysPdf::loadDataSet(), TCling::LoadLibraryMap(), RooWorkspace::loadSnapshot(), TChain::LoadTree(), TEveVSD::LoadTrees(), RooTreeDataStore::loadValues(), RooVectorDataStore::loadValues(), TSQLStructure::LocateElementColumn(), TDocParser::LocateMethods(), TDocParser::LocateMethodsInHeaderInline(), TDocParser::LocateMethodsInSource(), TQueryResultManager::LocateQuery(), TGeoGlobalMagField::Lock(), TXProofServ::LockSession(), TQueryResultManager::LockSession(), RooAbsReal::logEvalError(), TDSetElement::Lookup(), RooAbsCategory::lookupType(), ls(), ls(), TPointsArray3D::ls(), TFolder::ls(), TPoints3D::ls(), TFriendElement::ls(), TChainElement::ls(), TTask::ls(), THStack::ls(), TNode::ls(), TColor::ls(), TKey::ls(), TDirectoryFile::ls(), TCollection::ls(), TQConnection::ls(), TParameter< Long64_t >::ls(), TObject::ls(), TFile::ls(), TStreamerInfo::ls(), TPad::ls(), TStreamerSTL::ls(), RooRealProxy::lvptr(), RooCategoryProxy::lvptr(), TGeoManager::MakeAlignablePN(), RooClassFactory::makeAndCompileFunction(), RooClassFactory::makeAndCompilePdf(), RooStats::AsymptoticCalculator::MakeAsimovData(), TGeoVolumeAssembly::MakeAssemblyFromVolume(), TTreePlayer::MakeClass(), TTabCom::MakeClassFromVarName(), TTreePlayer::MakeCode(), RooAbsAnaConvPdf::makeCoefVarList(), RooProdPdf::makeCondPdfRatioCorr(), TGeoNodeMatrix::MakeCopyNode(), TGeoNodeOffset::MakeCopyNode(), TGeoVolume::MakeCopyVolume(), TGeoVolumeMulti::MakeCopyVolume(), TClass::MakeCustomMenuList(), RooWorkspace::makeDir(), RooCurve::makeErrorBand(), RooStats::HypoTestInverterPlot::MakeExpectedPlot(), RooProduct::makeFPName(), RooMCStudy::makeFrameAndPlotCmd(), RooGenProdProj::makeIntegral(), RooStats::HistFactory::MakeModelAndMeasurementFast(), MakePlots(), TFile::MakeProject(), RooAbsReal::makeProjectionSet(), TProofLite::MakeQueryResult(), TTreePlayer::MakeReader(), TGeoVolume::MakeReflectedVolume(), RooHist::makeResidHist(), RooProdPdf::makeRGPPName(), RooSimWSTool::makeSplitName(), TClassDocOutput::MakeTree(), makeTree_circ(), makeTree_lin_Nvar(), TMVA::RuleFit::MakeVisHists(), RooMappedCategory::map(), TFile::Map(), TTreeViewer::MapBranch(), TTreeViewer::MapTree(), RooMsgService::StreamConfig::match(), RooAbsReal::matchArgs(), RooExpensiveObjectCache::ExpensiveObject::matches(), TQueryResult::Matches(), RooAbsData::meanVar(), RooDataSet::merge(), TChain::Merge(), TH1::Merge(), TTree::Merge(), TDSetElement::MergeElement(), TFileMerger::MergeRecursive(), RooMinuit::minos(), RooMinimizer::minos(), RooAbsData::moment(), RooAbsReal::moment(), TF2::Moment2(), TF3::Moment3(), TMVA::MultiClassActionButton(), TMVA::MultiClassGetKeyList(), TMVA::mvaweights(), RooArgProxy::name(), RooPlot::nameOf(), TGFontPool::NameOfFont(), ROOT::Internal::TBranchProxyClassDescriptor::NameToSymbol(), TTable::NaN(), TStreamerInfo::New(), TClass::New(), TClass::NewArray(), TFileIter::NextEventKey(), TGeoBuilder::Node(), TEveGeoTopNode::NodeVisChanged(), h1analysisTreeReader::Notify(), h1analysis::Notify(), TOCCToStep::OCCShapeCreation(), TSessionServerFrame::OnBtnConnectClicked(), TSessionFrame::OnBtnGetQueriesClicked(), OneSidedFrequentistUpperLimitWithBands(), TRootContextMenu::OnlineHelp(), RooCmdArg::opcode(), TPDF::Open(), TAlienFile::Open(), TFile::Open(), TMVA::TMVAGlob::OpenFile(), TFile::OpenFromCache(), TConvertClonesArrayToProxy::operator()(), TMVA::operator<<(), operator<<(), RooStringVar::operator=(), RooCmdArg::operator=(), RooStats::HypoTestResult::operator=(), TGeoIterator::operator=(), TTree::OptimizeBaskets(), RooObjCacheManager::optimizeCacheMode(), RooAbsArg::optimizeCacheMode(), RooAbsOptTestStatistic::optimizeConstantTerms(), RooAbsData::optimizeReadingWithCaching(), TGeoManager::OptimizeVoxels(), TGeoVolume::OptimizeVoxels(), ROOT::Internal::TFriendProxyDescriptor::OutputClassDecl(), ROOT::Internal::TFriendProxyDescriptor::OutputDecl(), ROOT::Internal::TBranchProxyClassDescriptor::OutputDecl(), TPerfStats::PacketEvent(), TEveGeoShape::Paint(), THStack::Paint(), TMultiGraph::Paint(), THistPainter::PaintAxis(), TGaxis::PaintAxis(), THistPainter::PaintBarH(), TColorWheel::PaintCircles(), TGraphPainter::PaintGraphPolar(), TParallelCoordVar::PaintLabels(), TColorWheel::PaintRectangles(), THistPainter::PaintStat(), THistPainter::PaintStat2(), THistPainter::PaintStat3(), TMVA::paracoor(), parallel_world(), parallelMergeServer(), WrapperRooPdf::ParameterName(), RooAbsPdf::paramOn(), TFileInfo::ParseInput(), ROOT::Internal::TTreeReaderGenerator::ParseOptions(), TTreeFormula::ParseWithLeaf(), TDataSet::Path(), TVolumeView::PathP(), RooAbsCachedPdf::PdfCacheElem::PdfCacheElem(), RooFFTConvPdf::pdfObservable(), TSQLStructure::PerformConversion(), TBufferJSON::PerformPostProcessing(), PiecewiseInterpolation::PiecewiseInterpolation(), TMVA::plot_efficiencies(), RooAbsData::plotAsymOn(), RooAbsReal::plotAsymOn(), RooAbsData::plotEffOn(), TEveDigitSetEditor::PlotHisto(), RooSimultaneous::plotOn(), RooAbsData::plotOn(), RooAbsPdf::plotOn(), RooDataHist::plotOn(), RooFitResult::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnCompSelect(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), RooMCStudy::plotPull(), RooParamHistFunc::plotSamplingHint(), RooRangeBoolean::plotSamplingHint(), RooHistFunc::plotSamplingHint(), RooHistPdf::plotSamplingHint(), RooAbsReal::plotSanityChecks(), RooAbsReal::plotSliceOn(), TMVA::TransformationHandler::PlotVariables(), TQCanvasMenu::Popup(), TClass::PostLoadCheck(), RooIntegralMorph::preferredObservableScanOrder(), TStructViewer::Prepare(), RooAbsPdf::prepareMultiGen(), TBranchSTL::Print(), TSQLTableInfo::Print(), TFileCacheWrite::Print(), RooArgProxy::print(), TStreamerInfoActions::TConfiguration::Print(), TLDAPAttribute::Print(), TNetFileStager::Print(), TCondorSlave::Print(), TBranchObject::Print(), TXNetFileStager::Print(), TXTRU::Print(), TSQLColumnInfo::Print(), TLDAPEntry::Print(), TParticleClassPDG::Print(), Print(), TPointsArray3D::Print(), TMessageHandler::Print(), TEventList::Print(), TPoints3D::Print(), TStatus::Print(), TProofLog::Print(), TAttParticle::Print(), TTreeIndex::Print(), TMemFile::Print(), TCondor::Print(), RooCmdConfig::print(), TPrimary::Print(), TFileCollection::Print(), TGeoPhysicalNode::Print(), TGeoElement::Print(), TGeoOverlap::Print(), TTreeCache::Print(), TKey::Print(), TGeoMatrix::Print(), TProofLogElem::Print(), TParticlePDG::Print(), TFileInfo::Print(), TGeoVoxelFinder::Print(), TParameter< Long64_t >::Print(), TProofOutputFile::Print(), TGeoIsotope::Print(), TGeoMaterial::Print(), TDSetElement::Print(), TChain::Print(), TTreeCacheUnzip::Print(), TTable::Print(), TGeoVolume::Print(), RooWorkspace::Print(), TObject::Print(), RooStats::HypoTestResult::Print(), TQueryResult::Print(), TBranch::Print(), TGeoMixture::Print(), TBranchElement::Print(), TDSet::Print(), TFile::Print(), THnBase::Print(), TGeoBatemanSol::Print(), TH1::Print(), TGeoElemIter::Print(), TF1::Print(), TTree::Print(), RooStats::HistFactory::FlexibleInterpVar::printAllInterpCodes(), PiecewiseInterpolation::printAllInterpCodes(), RooAbsGenContext::printArgs(), RooAbsNumGenerator::printArgs(), RooCustomizer::printArgs(), RooAbsBinning::printArgs(), RooAbsDataStore::printArgs(), RooDataHist::printArgs(), RooDataSet::printArgs(), TGeoNode::PrintCandidates(), RooStats::HistFactory::HistFactoryNavigation::PrintChannelParameters(), RooEllipse::printClassName(), RooGrid::printClassName(), RooNameSet::printClassName(), Roo1DTable::printClassName(), RooCurve::printClassName(), RooHist::printClassName(), RooAbsGenContext::printClassName(), RooFitResult::printClassName(), RooFormula::printClassName(), RooAbsNumGenerator::printClassName(), RooCustomizer::printClassName(), RooAbsBinning::printClassName(), RooAbsDataStore::printClassName(), RooCatType::printClassName(), RooPlot::printClassName(), RooAbsCollection::printClassName(), RooAbsData::printClassName(), RooAbsArg::printClassName(), TQConnection::PrintCollectionHeader(), RooAbsArg::printCompactTree(), RooAbsArg::printComponentTree(), TTable::PrintContents(), TDataSetManager::PrintDataSet(), printDataSet(), TODBCServer::PrintDataSources(), TStreamerInfoActions::TConfiguration::PrintDebug(), TParticlePDG::PrintDecayChannel(), RooAbsArg::printDirty(), TODBCServer::PrintDrivers(), RooStats::HistFactory::FlexibleInterpVar::printFlexibleInterpVars(), TGedEditor::PrintFrameStat(), TGeoOverlap::PrintInfo(), RooAbsCollection::printLatex(), TSQLStructure::PrintLevel(), RooAddition::printMetaArgs(), RooProjectedPdf::printMetaArgs(), RooRealIntegral::printMetaArgs(), RooProduct::printMetaArgs(), RooNumConvPdf::printMetaArgs(), RooRealSumPdf::printMetaArgs(), RooFFTConvPdf::printMetaArgs(), RooProdPdf::printMetaArgs(), RooAddModel::printMetaArgs(), RooAddPdf::printMetaArgs(), RooStats::HybridResult::PrintMore(), RooGenContext::printMultiline(), Roo1DTable::printMultiline(), RooFitResult::printMultiline(), RooCustomizer::printMultiline(), RooAbsDataStore::printMultiline(), RooDataHist::printMultiline(), RooPlot::printMultiline(), RooDataSet::printMultiline(), RooAbsCollection::printMultiline(), Roo1DTable::printName(), RooHist::printName(), RooAbsGenContext::printName(), RooFormula::printName(), RooFitResult::printName(), RooAbsNumGenerator::printName(), RooCustomizer::printName(), RooAbsBinning::printName(), RooAbsDataStore::printName(), RooPlot::printName(), RooAbsData::printName(), RooAbsArg::printName(), TGeoVolume::PrintNodes(), TGeoChecker::PrintOverlaps(), TGeoNode::PrintOverlaps(), RooStats::HistFactory::HistFactoryNavigation::PrintParameters(), TGLPlotPainter::PrintPlot(), RooStats::HistFactory::HistFactoryNavigation::PrintSampleComponents(), RooStats::HistFactory::HistFactoryNavigation::PrintSampleParameters(), TMCVerbose::PrintTrackInfo(), RooPrintable::printTree(), RooAbsCollection::printValue(), TBranchElement::PrintValue(), TStreamerInfo::PrintValue(), TStreamerInfo::PrintValueAux(), TMVA::probas(), TProofPlayerLite::Process(), TSelHandleDataSet::Process(), RooCmdConfig::process(), TSelEventGen::Process(), TSelVerifyDataSet::Process(), TProofLite::Process(), TProofPlayer::Process(), TProof::Process(), RooStudyManager::processBatchOutput(), RooRandomizeParamMCSModule::processBeforeGen(), TSelectorDraw::ProcessFillObject(), TFormula::ProcessFormula(), TApplication::ProcessLine(), TRootBrowserLite::ProcessMessage(), TTreeViewer::ProcessMessage(), TProofServ::ProcessNext(), RooProdPdf::processProductTerm(), TRootSniffer::ProduceBinary(), TRootSniffer::ProduceExe(), TRootSniffer::ProduceJson(), TXMLPlayer::ProduceSTLstreamer(), TXMLPlayer::ProduceStreamerSource(), TGraph2D::Project(), TH3::Project3D(), TH3::Project3DProfile(), THnBase::ProjectionAny(), TH3::ProjectionX(), TProfile::ProjectionX(), TProfile2D::ProjectionXY(), TProfile3D::ProjectionXYZ(), TH3::ProjectionY(), TH3::ProjectionZ(), TGeoChecker::PropagateInGeom(), TThread::Ps(), TDirectoryFile::Purge(), TFileIter::PurgeKeys(), TXProofMgr::QuerySessions(), TProofMgr::QuerySessions(), ROOT::Internal::R__AddPragmaForClass(), R__FindBranchHelper(), R__GetBranchPointerName(), R__WriteConstructorBody(), R__WriteDestructorBody(), R__WriteMoveConstructorBody(), TGeoChecker::RandomPoints(), TGeoChecker::RandomRays(), RooDataSet::read(), TDirectoryFile::ReadAll(), TArray::ReadArray(), TStreamerInfoActions::ReadArraySTLMemberWiseChangedClass(), TLeafF::ReadBasket(), TLeafD::ReadBasket(), TLeafS::ReadBasket(), TLeafB::ReadBasket(), TLeafO::ReadBasket(), TLeafI::ReadBasket(), TLeafL::ReadBasket(), TLeafObject::ReadBasket(), TBasket::ReadBasketBuffers(), TFile::ReadBuffer(), TStreamerInfo::ReadBuffer(), TBufferFile::ReadClass(), TBufferFile::ReadClassBuffer(), RooGenericPdf::readFromStream(), RooAbsHiddenReal::readFromStream(), RooStringVar::readFromStream(), RooMappedCategory::readFromStream(), RooFormulaVar::readFromStream(), RooErrorVar::readFromStream(), RooRealVar::readFromStream(), TKeySQL::ReadKeyObject(), TXMLFile::ReadKeysList(), TBranchElement::ReadLeavesClones(), TBranchElement::ReadLeavesCollection(), TBranchElement::ReadLeavesImpl(), TBranchElement::ReadLeavesMakeClass(), TStreamerInfoActions::ReadLoopInvalid(), TKeyXML::ReadObj(), TKeySQL::ReadObj(), TKey::ReadObj(), TKey::ReadObjectAny(), TBufferFile::ReadObjectAny(), TKeyXML::ReadObjWithBuffer(), TKeySQL::ReadObjWithBuffer(), TKey::ReadObjWithBuffer(), TGenCollectionStreamer::ReadPairFromMap(), TFile::ReadProcessID(), TRandom::ReadRandom(), TCling::ReadRootmapFile(), TXMLPlayer::ReadSTLarg(), TStreamerInfoActions::ReadSTLMemberWiseChangedClass(), TTree::ReadStream(), TFile::ReadStreamerInfo(), TString::ReadString(), TDirectoryFile::ReadTObject(), TBufferFile::ReadVersion(), TBufferFile::ReadVersionForMemberWise(), TTable::ReAlloc(), RooVectorDataStore::RealVector::RealVector(), RooProdPdf::rearrangeProduct(), THnBase::RebinBase(), RooStats::SamplingDistPlot::RebinDistribution(), TGeoShapeAssembly::RecomputeBoxLast(), TFile::Recover(), RooAbsArg::recursiveCheckObservables(), RooAbsArg::recursiveRedirectServers(), TUDPSocket::RecvStreamerInfos(), TSocket::RecvStreamerInfos(), RooAbsArg::redirectServers(), RooProjectedPdf::redirectServersHook(), RooResolutionModel::redirectServersHook(), RooProdPdf::redirectServersHook(), RooAbsData::reduce(), RooFitResult::reducedCovarianceMatrix(), RooDataSet::reduceEng(), RooDataHist::reduceEng(), TDocOutput::ReferenceEntity(), RooNameSet::refill(), TTree::Refresh(), TGeoParallelWorld::RefreshPhysicalNodes(), TMVA::RegGuiActionButton(), TMVA::RegGuiGetKeyList(), RegisterAddressInRepository(), TProofServ::RegisterDataSets(), TTreeFormula::RegisterDimensions(), RooAbsArg::registerProxy(), TClass::RegisterStreamerInfo(), RooAbsStudy::registerSummaryOutput(), TUnfoldDensity::RegularizeDistributionRecursive(), TUnfoldDensity::RegularizeOneDistribution(), TProofPlayer::ReinitSelector(), TBranchElement::ReleaseObject(), TEntryList::Relocate(), TEntryList::RelocatePaths(), TXSocket::RemoteTouch(), RooAbsCollection::remove(), RooPlot::remove(), TProofLite::Remove(), RooAbsArg::removeServer(), RooWorkspace::removeSet(), RooWorkspace::renameSet(), TFile::ReOpen(), RooAbsCollection::replace(), RooCustomizer::replaceArg(), RooStats::HistFactory::HistFactoryNavigation::ReplaceNode(), TGeoVolume::ReplaceNode(), TGeoManager::ReplaceVolume(), TGeoVolume::ReplayCreation(), TSQLFile::RequestSQLClassInfo(), TGIcon::Reset(), TChain::ResetBranchAddress(), RooTreeDataStore::resetCache(), ROOT::ResetClassVersion(), TMemFile::ResetObjects(), RooPlot::residHist(), TGIcon::Resize(), TProofLog::Retrieve(), TProofLogElem::Retrieve(), TPoolProcessor< F >::RetrieveTree(), RooNumRunningInt::RICacheElem::RICacheElem(), RooAbsData::rmsVar(), Roo1DMomentMorphFunction::Roo1DMomentMorphFunction(), Roo2DMomentMorphFunction::Roo2DMomentMorphFunction(), RooAbsArg::RooAbsArg(), RooAbsData::RooAbsData(), RooAbsNumGenerator::RooAbsNumGenerator(), RooAddGenContext::RooAddGenContext(), RooAddition::RooAddition(), RooAddModel::RooAddModel(), RooAddPdf::RooAddPdf(), RooBernstein::RooBernstein(), RooBinnedGenContext::RooBinnedGenContext(), RooChebychev::RooChebychev(), RooCompositeDataStore::RooCompositeDataStore(), RooConstraintSum::RooConstraintSum(), RooConvGenContext::RooConvGenContext(), RooCurve::RooCurve(), RooDataHist::RooDataHist(), RooDataHistSliceIter::RooDataHistSliceIter(), RooDataSet::RooDataSet(), RooDataWeightedAverage::RooDataWeightedAverage(), RooEffGenContext::RooEffGenContext(), RooFitResult::RooFitResult(), RooFormula::RooFormula(), RooFracRemainder::RooFracRemainder(), RooFunctorPdfBinding::RooFunctorPdfBinding(), RooGenContext::RooGenContext(), RooGenProdProj::RooGenProdProj(), RooHist::RooHist(), RooHistFunc::RooHistFunc(), RooHistPdf::RooHistPdf(), RooJeffreysPrior::RooJeffreysPrior(), RooKeysPdf::RooKeysPdf(), RooMCStudy::RooMCStudy(), RooMinimizerFcn::RooMinimizerFcn(), RooMinuit::RooMinuit(), RooMinuitGlue(), RooMoment::RooMoment(), RooMomentMorph::RooMomentMorph(), RooMultiBinomial::RooMultiBinomial(), RooMultiCategory::RooMultiCategory(), RooMultiVarGaussian::RooMultiVarGaussian(), RooNDKeysPdf::RooNDKeysPdf(), RooNonCentralChiSquare::RooNonCentralChiSquare(), RooNumConvPdf::RooNumConvPdf(), RooParametricStepFunction::RooParametricStepFunction(), RooParamHistFunc::RooParamHistFunc(), RooPlot::RooPlot(), RooPolynomial::RooPolynomial(), RooPolyVar::RooPolyVar(), RooProdGenContext::RooProdGenContext(), RooProdPdf::RooProdPdf(), RooProduct::RooProduct(), RooRealBinding::RooRealBinding(), RooRealIntegral::RooRealIntegral(), RooRealSumPdf::RooRealSumPdf(), RooRecursiveFraction::RooRecursiveFraction(), RooSecondMoment::RooSecondMoment(), RooSimGenContext::RooSimGenContext(), RooSimSplitGenContext::RooSimSplitGenContext(), RooSimultaneous::RooSimultaneous(), RooStepFunction::RooStepFunction(), RooSuperCategory::RooSuperCategory(), RooXYChi2Var::RooXYChi2Var(), rr_ctf1_fcn(), rr_ctf2_fcn(), TMVA::rulevisCorr(), TMVA::rulevisHists(), RooStudyPackage::run(), TProofBenchRunCPU::Run(), RooMCStudy::run(), TProofBenchRunDataRead::Run(), RooUnitTest::runCompTests(), RooStats::HypoTestInverter::RunLimit(), RooStats::HypoTestInverterOriginal::RunOnePoint(), RooStats::HypoTestInverter::RunOnePoint(), RooStats::HybridCalculatorOriginal::RunToys(), RooRandomizeParamMCSModule::sampleGaussian(), TGeoOverlap::SampleOverlap(), RooRandomizeParamMCSModule::sampleSumGauss(), RooRandomizeParamMCSModule::sampleSumUniform(), RooRandomizeParamMCSModule::sampleUniform(), RooMinuit::save(), RooMinimizer::save(), TProofLog::Save(), TGraphTime::SaveAnimatedGif(), TGraphNode::SaveAttributes(), TGeoNode::SaveAttributes(), TGeoManager::SaveAttributes(), TParallelCoord::SaveEntryLists(), TExec::SavePrimitive(), TGShapedFrame::SavePrimitive(), TCutG::SavePrimitive(), TH1K::SavePrimitive(), TGeoMedium::SavePrimitive(), TMacro::SavePrimitive(), TPaletteAxis::SavePrimitive(), TGraphStruct::SavePrimitive(), TGIcon::SavePrimitive(), TGraphErrors::SavePrimitive(), TVolumeView::SavePrimitive(), TGeoScaledShape::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), THStack::SavePrimitive(), TMultiGraph::SavePrimitive(), TGraphBentErrors::SavePrimitive(), TAxis3D::SavePrimitive(), TPie::SavePrimitive(), TTreePerfStats::SavePrimitive(), TF3::SavePrimitive(), TParallelCoord::SavePrimitive(), TH2Poly::SavePrimitive(), TF2::SavePrimitive(), TProfile::SavePrimitive(), TGeoMaterial::SavePrimitive(), TEfficiency::SavePrimitive(), TProfile3D::SavePrimitive(), TProfile2D::SavePrimitive(), TTable::SavePrimitive(), TGraph2D::SavePrimitive(), TGeoTranslation::SavePrimitive(), TGraph::SavePrimitive(), TASImage::SavePrimitive(), TGeoMixture::SavePrimitive(), TGeoVolume::SavePrimitive(), TGeoRotation::SavePrimitive(), TGFont::SavePrimitive(), TSpline3::SavePrimitive(), TSpline5::SavePrimitive(), TGeoCombiTrans::SavePrimitive(), TH1::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TGeoHMatrix::SavePrimitive(), TQueryResultManager::SaveQuery(), RooWorkspace::saveSnapshot(), TTreeViewer::SaveSource(), TProofProgressLog::SaveToFile(), TParallelCoord::SaveTree(), TTreePlayer::Scan(), TClassTree::ScanClasses(), TRootSniffer::ScanCollection(), scandir(), TDataSetManager::ScanFile(), TEntryList::ScanPaths(), RooFFTConvPdf::scanPdf(), TQueryResultManager::ScanPreviousQueries(), TGLObject::SearchGLRenderer(), TGeoNavigator::SearchNode(), TFile::Seek(), RooAbsCollection::selectByName(), TProofMonSenderML::SendDataSetInfo(), TProofMonSenderSQL::SendDataSetInfo(), TProofMonSenderML::SendFileInfo(), TProofMonSenderSQL::SendFileInfo(), TSQLMonitoringWriter::SendParameters(), TMonaLisaWriter::SendParameters(), TUDPSocket::SendStreamerInfos(), TSocket::SendStreamerInfos(), RooRealMPFE::serverLoop(), RooRealIntegral::servesExclusively(), TBranchObject::SetAddress(), TBranchElement::SetAddress(), TAxis::SetAlphanumeric(), TRotMatrix::SetAngles(), RooRealProxy::setArg(), RooCategoryProxy::setArg(), RooTreeDataStore::setArgStatus(), TTree::SetBasketSize(), RooAbsCategoryLValue::setBin(), RooAbsRealLValue::setBin(), RooStats::HistFactory::RooBarlowBeestonLL::BarlowCache::SetBinCenter(), TChain::SetBranchAddress(), TTree::SetBranchAddressImp(), TBranchElement::SetBranchCount(), TTree::SetBranchStatus(), RooFFTConvPdf::setBufferFraction(), RooProdPdf::setCacheAndTrackHints(), RooNumConvolution::setCallProfiling(), RooNumConvolution::setCallWarning(), ROOT::Detail::TSchemaRuleSet::SetClass(), TClonesArray::SetClass(), TCling::SetClassInfo(), TStructViewer::SetColor(), TGColorDialog::SetColorInfo(), RooStats::ModelConfig::SetConditionalObservables(), RooStats::HistFactory::HistFactoryNavigation::SetConstant(), RooStats::ModelConfig::SetConstraintParameters(), RooAbsTestStatistic::setData(), RooAbsOptTestStatistic::setDataSlave(), THtml::SetDeclFileName(), TGeoMatrix::SetDefaultName(), TAxis::SetDefaults(), RooVectorDataStore::RealVector::setDependents(), TChain::SetEventList(), TTree::SetEventList(), TGeoGlobalMagField::SetField(), TTreeViewer::SetFile(), TBranch::SetFile(), TBranchElement::SetFillLeavesPtr(), TFitEditor::SetFitObject(), TGFontDialog::SetFont(), RooNonCentralChiSquare::SetForceSum(), TGenericTable::SetGenericType(), RooStats::ModelConfig::SetGlobalObservables(), RooStats::HistFactory::FlexibleInterpVar::setHigh(), RooStats::HistFactory::Sample::SetHisto(), RooStats::HistFactory::Data::SetHisto(), THtml::SetImplFileName(), RooStats::HistFactory::FlexibleInterpVar::setInterpCode(), PiecewiseInterpolation::setInterpCode(), RooStats::SamplingDistPlot::SetLineColor(), RooStats::SamplingDistPlot::SetLineStyle(), TPDF::SetLineStyle(), TGX11::SetLineStyle(), RooStats::SamplingDistPlot::SetLineWidth(), RooStats::HistFactory::FlexibleInterpVar::setLow(), RooStats::SamplingDistPlot::SetMarkerColor(), RooStats::SamplingDistPlot::SetMarkerSize(), RooStats::SamplingDistPlot::SetMarkerStyle(), RooRealVar::setMax(), RooErrorVar::setMax(), RooRealVar::setMin(), RooErrorVar::setMin(), TStructNodeEditor::SetModel(), TGeoTranslationEditor::SetModel(), TGeoMaterialEditor::SetModel(), TAxisEditor::SetModel(), TGeoNodeEditor::SetModel(), TGeoMediumEditor::SetModel(), TGeoVolumeEditor::SetModel(), TGeoRotationEditor::SetModel(), TGeoManagerEditor::SetModel(), TGeoCombiTransEditor::SetModel(), RooAbsArg::SetName(), RooAbsArg::SetNameTitle(), RooStats::ModelConfig::SetNuisanceParameters(), RooStats::ModelConfig::SetObservables(), RooStats::AsymptoticCalculator::SetObsToExpected(), RooAbsReal::setParameterizeIntegral(), RooStats::ModelConfig::SetParameters(), TNode::SetParent(), TBranchElement::SetParentClass(), RooStats::ModelConfig::SetPdf(), RooMinimizerFcn::SetPdfParamVal(), RooMinuit::setPdfParamVal(), TGeoPNEntry::SetPhysicalNode(), RooStats::ModelConfig::SetPriorPdf(), TProofLite::SetProofServEnv(), RooStats::ModelConfig::SetProtoData(), TGeoMaterial::SetRadLen(), RooRealVar::setRange(), RooErrorVar::setRange(), TAxis::SetRangeUser(), TBranchElement::SetReadLeavesPtr(), TRootSnifferScanRec::SetRootClass(), TGeoScale::SetScale(), ParamHistFunc::setShape(), RooAbsArg::setShapeDirty(), TBufferJSON::SetStreamerElementNumber(), TMethod::SetterMethod(), TDataMember::SetterMethod(), TMultiLayerPerceptron::SetTestDataSet(), TGMdiTitleBar::SetTitleBarColors(), TToggle::SetToggledObject(), TGeoManager::SetTopVolume(), TEntryList::SetTree(), TTreeViewer::SetTree(), RooAbsString::setTreeBranchStatus(), RooAbsCategory::setTreeBranchStatus(), TTreeViewer::SetTreeName(), TSPlot::SetTreeSelection(), TClass::SetUnloaded(), ROOT::Detail::TBranchProxy::Setup(), RooStats::HypoTestCalculatorGeneric::SetupSampler(), RooStringVar::setVal(), RooLinearVar::setVal(), RooAbsArg::setValueDirty(), TTreeTableInterface::SetVariablesExpression(), TSpider::SetVariablesExpression(), RooRealMPFE::setVerbose(), TGeoManager::SetVolumeAttribute(), TFractionFitter::SetWeight(), RooStats::ModelConfig::SetWS(), TSQLObjectData::ShiftToNextValue(), TTree::Show(), TProof::ShowMissingFiles(), TProof::ShowPackages(), TBufferFile::SkipVersion(), TPySelector::SlaveBegin(), TSelVerifyDataSet::SlaveTerminate(), RooDataHist::sliceIterator(), TGeoVoxelFinder::SortAll(), TGeoVoxelFinder::SortCrossedVoxels(), TGeoVolume::SortNodes(), RooProdPdf::specializeRatio(), RooAbsData::split(), RooCustomizer::splitArg(), TXTRU::SplitConcavePolygon(), RooFit::SplitParam(), RooFit::SplitParamConstrained(), RooStats::SPlot::SPlot(), TBufferSQL2::SqlReadObjectDirect(), TBufferSQL2::SqlWriteObject(), StandardBayesianMCMCDemo(), StandardBayesianNumericalDemo(), StandardFeldmanCousinsDemo(), StandardHistFactoryPlotsWithCategories(), StandardHypoTestDemo(), StandardProfileLikelihoodDemo(), StandardTestStatDistributionDemo(), RooRealMPFE::standby(), TRecorderRecording::StartRecording(), RooAbsData::statOn(), RooFitResult::statusCodeHistory(), RooFitResult::statusLabelHistory(), TClass::Store(), HFit::StoreAndDrawFitFunction(), TSQLStructure::StoreClassInNormalForm(), RooAbsStudy::storeDetailedOutput(), TSQLStructure::StoreElementInNormalForm(), TKeyXML::StoreKeyAttributes(), TKeySQL::StoreKeyObject(), TKeyXML::StoreObject(), TSQLStructure::StoreObject(), TProofPlayerRemote::StoreOutput(), RooNumGenFactory::storeProtoSampler(), TXMLFile::StoreStreamerElement(), RooAbsStudy::storeSummaryOutput(), TSQLFile::StreamKeysForDirectory(), TBufferJSON::StreamObject(), TBufferXML::StreamObject(), TBufferSQL2::StreamObject(), RooStats::StripConstraints(), TEveGeoShape::SubImportShapeExtract(), TTreeFormula::SwitchToFormLeafInfo(), TTreeViewer::SwitchTree(), RooMinimizerFcn::Synchronize(), RooMinuit::synchronize(), RooAbsPdf::syncNormalization(), TDCacheFile::SysStat(), RooAbsData::table(), TStreamerInfo::TagFile(), TBufferFile::TagStreamerInfo(), ROOT::Internal::TBranchProxyClassDescriptor::TBranchProxyClassDescriptor(), ROOT::Internal::TBranchProxyDescriptor::TBranchProxyDescriptor(), TBranchSTL::TBranchSTL(), TChainIndex::TChainIndex(), TClassRef::TClassRef(), TCollectionMethodBrowsable::TCollectionMethodBrowsable(), TDirectory::TDirectory(), TDirectoryFile::TDirectoryFile(), TDSet::TDSet(), TEfficiency::TEfficiency(), TXProofServ::Terminate(), TProofServ::Terminate(), TGeoChecker::Test(), TestBinomial(), TGeoChecker::TestOverlaps(), TFile::TFile(), TFileIter::TFileIter(), TFormLeafInfo::TFormLeafInfo(), TFormLeafInfoCast::TFormLeafInfoCast(), TFormLeafInfoCollection::TFormLeafInfoCollection(), TFormLeafInfoCollectionSize::TFormLeafInfoCollectionSize(), TFormLeafInfoNumerical::TFormLeafInfoNumerical(), TFormLeafInfoReference::TFormLeafInfoReference(), ROOT::v5::TFormula::TFormula(), TFriendElement::TFriendElement(), TGenCollectionProxy::TGenCollectionProxy(), TGeoIterator::TGeoIterator(), TGeoManager::TGeoManager(), TGeoMaterial::TGeoMaterial(), TGFSComboBox::TGFSComboBox(), TGraph::TGraph(), TGraph2D::TGraph2D(), TGraphAsymmErrors::TGraphAsymmErrors(), TGTextEditor::TGTextEditor(), ROOT::Internal::THnBaseBrowsable::THnBaseBrowsable(), THStack::THStack(), TGeoChecker::TimingPerVolume(), TKey::TKey(), TKeySQL::TKeySQL(), TKeyXML::TKeyXML(), TMessageHandler::TMessageHandler(), TMethodBrowsable::TMethodBrowsable(), TMVAClassification(), TMVAClassificationCategory(), TMVARegressionApplication(), TNonSplitBrowsable::TNonSplitBrowsable(), TAxis3D::ToggleZoom(), topDriver(), TParallelCoord::TParallelCoord(), TPerfStats::TPerfStats(), TProofChain::TProofChain(), TProofLogElem::TProofLogElem(), TProofPerfAnalysis::TProofPerfAnalysis(), TProtoClass::TProtoClass(), TProtoClass::TProtoRealData::TProtoRealData(), TPSocket::TPSocket(), TQConnection::TQConnection(), RooAbsString::traceEval(), RooAbsReal::traceEval(), TGeoManager::TransformVolumeToAssembly(), treeClient(), TSQLStructure::TryConvertObjectArray(), TSpline3::TSpline3(), TSpline5::TSpline5(), TStreamerBase::TStreamerBase(), TStyleDialog::TStyleDialog(), TTreeCloner::TTreeCloner(), PyROOT::TTreeGetAttr(), TTreePerfStats::TTreePerfStats(), TTreeViewer::TTreeViewer(), TVolume::TVolume(), TVolumeView::TVolumeView(), TwoSidedFrequentistUpperLimitWithBands(), TXMLFile::TXMLFile(), ROOT::Fit::UnBinFit(), TCling::UnloadLibraryMap(), TBranchElement::Unroll(), TAxis::UnZoom(), TFileCollection::Update(), TListOfDataMembers::Update(), TDataSet::Update(), TFormLeafInfoTTree::Update(), TCling::UpdateClassInfoWithDecl(), RooAddModel::updateCoefficients(), RooAddPdf::updateCoefficients(), TGeoMixtureEditor::UpdateElements(), TTreeFormula::UpdateFormulaLeaves(), TSessionQueryFrame::UpdateInfos(), TSQLFile::UpdateKeyData(), TGWin32::UpdateLineStyle(), TSessionViewer::UpdateListOfSessions(), TStyleManager::UpdateStatusBar(), TParallelMergingFile::UploadAndReset(), TStreamerInfoActions::UseCache(), TStreamerInfoActions::UseCacheGenericCollection(), TStreamerInfoActions::UseCacheVectorLoop(), TStreamerInfoActions::UseCacheVectorPtrLoop(), RooProfileLL::validateAbsMin(), RooSimWSTool::validateConfig(), TMVA::variables(), TGeoMCGeometry::VolDaughterName(), TGeoMCGeometry::VolName(), TGDMLParse::VolProcess(), TEveGeoTopNode::VolumeColChanged(), TEveGeoTopNode::VolumeVisChanged(), TGeoChecker::Weight(), RooDataHist::weight(), TGeoManager::Weight(), RooTreeDataStore::weightError(), RooVectorDataStore::weightError(), RooDataHist::weightError(), while(), RooCacheManager< std::vector< Double_t > >::wireCache(), TBufferXML::WorkWithClass(), TBufferJSON::WorkWithClass(), TBufferSQL2::WorkWithElement(), TBufferXML::WorkWithElement(), TBufferJSON::WorkWithElement(), RooDataSet::write(), TFile::Write(), TFile::WriteBuffer(), TStreamerInfo::WriteBufferAux(), TBufferXML::WriteClass(), TBufferJSON::WriteClassBuffer(), TBufferFile::WriteClassBuffer(), TClassDocOutput::WriteClassDescription(), TClassDocOutput::WriteClassDocHeader(), TBufferJSON::WriteFastArray(), TKey::WriteFile(), TKey::WriteFileKeepBuffer(), TSQLFile::WriteHeader(), Roo2DKeysPdf::writeHistToFile(), TDocOutput::WriteHtmlHeader(), TSQLFile::WriteKeyData(), TDocOutput::WriteLocation(), TStreamerInfoActions::WriteLoopInvalid(), TClassDocOutput::WriteMethod(), TDocOutput::WriteModuleLinks(), Roo2DKeysPdf::writeNTupleToFile(), TDirectoryFile::WriteObjectAny(), TBufferFile::WriteObjectAny(), TBufferJSON::WriteObjectAny(), TBufferSQL2::WriteObjectClass(), TBufferFile::WriteObjectClass(), TBufferXML::WriteObjectClass(), TBufferJSON::WriteObjectClass(), TDatabasePDG::WritePDGTable(), TFile::WriteProcessID(), ROOT::Internal::TTreeProxyGenerator::WriteProxy(), TPerfStats::WriteQueryLog(), TRandom::WriteRandom(), ROOT::Internal::TTreeReaderGenerator::WriteSelector(), TFile::WriteStreamerInfo(), TDirectoryFile::WriteTObject(), TDirectory::WriteTObject(), RooStats::HistFactory::Sample::writeToFile(), RooStats::HistFactory::Data::writeToFile(), RooStats::HistFactory::HistoSys::writeToFile(), RooStats::HistFactory::HistoFactor::writeToFile(), RooStats::HistFactory::ShapeSys::writeToFile(), RooStats::HistFactory::ShapeFactor::writeToFile(), RooAbsHiddenReal::writeToStream(), RooLinearVar::writeToStream(), RooArgSet::writeToStream(), TBufferXML::WriteVersion(), TBufferSQL2::WriteVersion(), TXMLSetup::XmlClassNameSpaceRef(), TXMLSetup::XmlGetElementName(), TKeyXML::XmlReadAny(), TBufferXML::XmlWriteObject(), RooAbsArg::~RooAbsArg(), TAlienFile::~TAlienFile(), TClass::~TClass(), TDirectory::~TDirectory(), TDirectoryFile::~TDirectoryFile(), TFile::~TFile(), TFolder::~TFolder(), TGeoMatrix::~TGeoMatrix(), and TProofLite::~TProofLite().

virtual const char* TNamed::GetTitle ( ) const
inlinevirtual

Returns title of object.

This default method returns the class title (i.e. description). Classes that give objects a title should override this method.

Reimplemented from TObject.

Reimplemented in TAxis, TASImage, TKey, TPolyLineShape, and TBaseClass.

Definition at line 52 of file TNamed.h.

Referenced by TEventList::Add(), TVolume::Add(), RooStats::SamplingDistribution::Add(), TChain::Add(), TDSet::Add(), TRootGuiBuilder::AddAction(), TProofChain::AddAliases(), TGeoElementTable::AddElement(), ROOT::Internal::TTreeProxyGenerator::AddFriend(), TRefTable::AddInternalIdxForPID(), TMVA::MethodCategory::AddMethod(), RooStats::SamplingDistPlot::AddSamplingDistribution(), RooStats::SamplingDistPlot::AddTH1(), TMVA::DataInputHandler::AddTree(), TSQLObjectData::AddUnpack(), TProof::AddWorkers(), TLatex::Analyse(), ROOT::Internal::TTreeProxyGenerator::AnalyzeOldLeaf(), ROOT::Internal::TTreeReaderGenerator::AnalyzeOldLeaf(), AppendLink(), TQueryResultManager::ApplyMaxQueries(), TParallelCoord::ApplySelectionToTree(), RooStats::BayesianCalculator::ApproximatePosterior(), TSelectorDraw::Begin(), RooFit::bindFunction(), RooDataSet::binnedClone(), TMVA::MethodBDT::BoostMonitor(), TSystemDirectory::Browse(), TRemoteObject::Browse(), TVolume::Browse(), TApplicationRemote::Browse(), TGeoVolume::Browse(), TApplicationServer::BrowseFile(), TGFileBrowser::BrowseObj(), TStreamerInfo::Build(), TStreamerInfo::BuildCheck(), TMVA::DataSetFactory::BuildEventVector(), TPad::BuildLegend(), TProofProgressMemoryPlot::BuildLogList(), TProofProgressLog::BuildLogList(), TStreamerInfo::BuildOld(), TProof::BuildPackageOnClient(), TParallelCoord::BuildParallelCoord(), TMVA::PDF::BuildPDF(), TBranchElement::BuildTitle(), RooDataSet::cacheClone(), RooDataHist::cacheClone(), RooMCStudy::calcPulls(), TStreamerElement::CannotSplit(), TStreamerSTL::CannotSplit(), RooTruthModel::changeBasis(), RooResolutionModel::changeBasis(), TMVA::DataSetFactory::ChangeToNewTree(), ClassImp(), TSystem::CleanCompiledMacros(), TProofLite::CleanupSandbox(), TParallelCoordEditor::CleanUpVariables(), RooGenFitStudy::clone(), TQueryResult::CloneInfo(), THbookFile::Close(), TPDF::Close(), TGeoManager::CloseGeometry(), TMVA::compareanapp(), TStreamerInfo::CompareContent(), TSystem::CompileMacro(), TProofDraw::CompileVariables(), TGeoManager::ConvertReflections(), RooAddModel::convolution(), RooResolutionModel::convolution(), TRootControlBar::Create(), TQCanvasMenu::CreateArgumentTitle(), TContextMenu::CreateArgumentTitle(), CreateArgumentTitle(), TDocOutput::CreateClassIndex(), RooAbsString::createFundamental(), RooAbsCategory::createFundamental(), RooAbsReal::createFundamental(), RooFitResult::createHessePdf(), TEfficiency::CreateHistogram(), TF3::CreateHistogram(), TF2::CreateHistogram(), THnBase::CreateHnAny(), RooAbsReal::createIntegral(), RooAbsReal::createIntObj(), TGDMLWrite::CreateMixtureN(), TDocOutput::CreateModuleIndex(), RooAbsReal::createPlotProjection(), RooAbsReal::createProfile(), TProofMgrLite::CreateSession(), TProofMgr::CreateSession(), TVolume::CreateTNode(), TDocOutput::CreateTypeIndex(), TTreeFormula::DefineAlternate(), TXMLFile::DirCreateEntry(), TSQLFile::DirCreateEntry(), TProofLog::Display(), TProofLogElem::Display(), do_anadist_ds(), RooCustomizer::doBuild(), TF1::DoCreateHistogram(), RooMCStudy::doFit(), TGeoVolumeDialog::DoItemClick(), TProfile2D::DoProfile(), TH2::DoProfile(), TH2::DoProjection(), TH2::DoQuantiles(), TGFileBrowser::DoubleClicked(), TGraphTime::Draw(), RooStats::HypoTestInverterPlot::Draw(), TParallelCoord::Draw(), TChain::Draw(), TTable::Draw(), TGenerator::Draw(), TDSet::Draw(), TTree::Draw(), TProofBench::DrawCPU(), TProofBench::DrawDataSet(), TProofBench::DrawEfficiency(), TMVA::DrawMLPoutputMovie(), TASImage::DrawText(), TDataSetIter::Du(), RooAbsCollection::dump(), TEveGeoShape::DumpShapeTree(), RooDataHist::emptyClone(), RooDataSet::emptyClone(), RooRealVar::errorVar(), RooFormula::eval(), RooStats::RatioOfProfiledLikelihoodsTestStat::Evaluate(), EventInfo(), TExec::Exec(), TText::ExecuteEvent(), TTask::ExecuteTask(), TTask::ExecuteTasks(), TGeoManager::Export(), TDSet::ExportFileList(), TBufferXML::ExtractPointer(), TProofPerfAnalysis::FileDist(), TAlienDirectory::Fill(), TMemStatShow::FillBTString(), TEfficiency::FillGraph(), TEfficiency::FillHistogram(), RooFitResult::fillLegacyCorrMatrix(), TProofPlayerLite::Finalize(), TProof::Finalize(), TDataSetIter::Find(), TDataSetIter::FindDataSet(), TSystemDirectory::FindDirObj(), TGeoElementTable::FindElement(), TSystemDirectory::FindFileObj(), TBranch::FindLeaf(), TTree::FindLeaf(), RooStats::HistFactory::FormatFrameForLikelihood(), RooAbsGenContext::generate(), TStreamerInfo::GenerateDeclaration(), TMVA::get_var_names(), TMathText::GetBoundingBox(), TText::GetBoundingBox(), TLatex::GetBoundingBox(), TGeoMatrix::GetByteCount(), TProofPerfAnalysis::GetCanvasTitle(), TStreamerInfo::GetCheckSum(), TClass::GetCheckSum(), TFileInfoMeta::GetClass(), TTable::GetColumnComment(), TTreeTableInterface::GetColumnHeader(), TMVA::Tools::GetCumulativeDist(), TProofBenchRunDataRead::GetDataSet(), TModuleDocInfo::GetDoc(), TEveGeoNode::GetElementTitle(), TEveElement::GetElementTitle(), TEveElementList::GetElementTitle(), TDSetElement::GetEntries(), TPie::GetEntryLabel(), TStreamerElement::GetExecID(), TFriendElement::GetFile(), TProofOutputFile::GetFileCollection(), TDSetElement::GetFileInfo(), TFileCollection::GetFilesOnServer(), TFileCollection::GetFilesPerServer(), TVolumeView::GetGlobalRange(), TGraph2D::GetHistogram(), TGraph::GetHistogram(), TUrl::GetHostFQDN(), RooStats::HypoTestCalculatorGeneric::GetHypoTest(), TProof::GetInputData(), TRootSniffer::GetItemField(), TKDE::GetKDEFunction(), TLeaf::GetLeafCounter(), TPaveText::GetLineWith(), TSystemDirectory::GetListOfFiles(), TProofMgr::GetListOfManagers(), TLeafObject::GetMethodCall(), TProof::GetMissingFiles(), TDocDirective::GetName(), TProofLite::GetNumberOfWorkers(), TVolumeView::GetObjectInfo(), TNode::GetObjectInfo(), TVolume::GetObjectInfo(), TParallelCoordVar::GetObjectInfo(), TRefArray::GetObjectUID(), TDSetElement::GetObjName(), TProof::GetParameter(), TGeoPNEntry::GetPath(), TProofBench::GetPerfSpecs(), RooStats::HybridResult::GetPlot(), TProof::GetQueryReference(), TTreeFormula::GetRealInstance(), TProofMgrLite::GetSessionLogs(), TFileCollection::GetStagedSubset(), TTableSorter::GetTableTitle(), TMonaLisaText::GetText(), TBaseClass::GetTitle(), TEveGeoNode::GetTitle(), TPolyLineShape::GetTitle(), RooAbsReal::getTitle(), TObject::GetTitle(), TParticle::GetTitle(), TParallelCoord::GetTree(), TTable::GetType(), ROOT::Internal::TBranchProxyDescriptor::GetTypeName(), TParallelCoord::GetVariable(), TMathText::GetXsize(), TLatex::GetXsize(), TMathText::GetYsize(), TLatex::GetYsize(), TGFileBrowser::GotoDir(), RooAbsArg::graphVizTree(), TProofLog::Grep(), TProofServ::HandleCache(), TProof::HandleInputMessage(), TProof::HandleOutputOptions(), TProofServ::HandleProcess(), TProofServ::HandleRetrieve(), TProofServ::HandleSocketInput(), TFileSet::HasData(), RooWorkspace::import(), TXSlave::Init(), TClassTree::Init(), TDataMember::Init(), TSlave::Init(), TBranchElement::Init(), TGeoManager::Init(), TProof::Init(), RooNumConvPdf::initialize(), RooTreeDataStore::initialize(), RooRandomizeParamMCSModule::initializeInstance(), RooAbsTestStatistic::initMPMode(), TInspectCanvas::InspectObject(), TGeoCompositeShape::InspectShape(), TEventList::Intersect(), TFileSet::IsEmpty(), ROOT::Internal::TBranchProxyDescriptor::IsEquivalent(), ROOT::Internal::TBranchProxyClassDescriptor::IsEquivalent(), TFileSet::IsFolder(), TSystemDirectory::IsItDirectory(), ROOT::Internal::TBranchProxyClassDescriptor::IsLoaded(), TClassDocOutput::ListDataMembers(), TClassDocOutput::ListFunctions(), TEntryListFromFile::LoadList(), TProof::LoadPackageOnClient(), TChain::LoadTree(), RooTreeDataStore::loadValues(), RooVectorDataStore::loadValues(), TXNetSystem::Locate(), TQueryResultManager::LocateQuery(), TChain::Lookup(), ls(), TFolder::ls(), TFriendElement::ls(), TChainElement::ls(), TTask::ls(), THStack::ls(), TText::ls(), TNode::ls(), TDirectoryFile::ls(), TStreamerElement::ls(), TStreamerBase::ls(), TFile::ls(), TStreamerSTL::ls(), TGeoManager::MakeAlignablePN(), TTreePlayer::MakeClass(), TTreePlayer::MakeCode(), RooStats::HypoTestInverterPlot::MakeExpectedPlot(), TGraphQQ::MakeFunctionQuantiles(), TPie::MakeLegend(), MakePlots(), RooHist::makeResidHist(), TMVA::RuleFit::MakeVisHists(), TQueryResult::Matches(), RooAbsData::meanVar(), memstatExample(), RooDataSet::merge(), TDSetElement::MergeElement(), TProofPlayerRemote::MergeOutput(), TProofPlayerRemote::MergeOutputFiles(), TMVA::mvas(), TStreamerInfo::New(), TPDF::NewPage(), TGeoBuilder::Node(), TLeafObject::Notify(), TSessionServerFrame::OnBtnConnectClicked(), TSessionFrame::OnBtnGetQueriesClicked(), TFile::Open(), TCut::operator const char *(), RooCmdArg::operator=(), RooStats::HypoTestResult::operator=(), operator==(), TGeoManager::OptimizeVoxels(), ROOT::Internal::TFriendProxyDescriptor::OutputDecl(), ROOT::Internal::TBranchProxyClassDescriptor::OutputDecl(), TPaveStats::Paint(), TMathText::Paint(), TSpline::Paint(), TGraphNode::Paint(), THStack::Paint(), TMultiGraph::Paint(), TText::Paint(), TPie::Paint(), TF3::Paint(), TF2::Paint(), TLatex::Paint(), TAxis3D::PaintAxis(), TGraphPainter::PaintGraphPolar(), TMultiGraph::PaintPolyLine3D(), TPaveText::PaintPrimitives(), THistPainter::PaintTitle(), TProof::ParseConfigField(), TXSocket::PickUpReady(), TMVA::plot_efficiencies(), RooAbsReal::plotAsymOn(), TEveDigitSetEditor::PlotHisto(), RooAbsReal::plotOn(), RooMCStudy::plotPull(), TSQLTableInfo::Print(), TBranchObject::Print(), Print(), TEventList::Print(), TParallelCoordRange::Print(), TProofLog::Print(), TTreeIndex::Print(), TMemFile::Print(), TFileCollection::Print(), TText::Print(), TEntryListFromFile::Print(), TProofLogElem::Print(), TFileInfo::Print(), TProofOutputFile::Print(), TGeoMaterial::Print(), TDSetElement::Print(), TChain::Print(), TTable::Print(), RooWorkspace::Print(), TQueryResult::Print(), TBranch::Print(), TGeoMixture::Print(), TBranchElement::Print(), TDSet::Print(), TFile::Print(), THnBase::Print(), TH1::Print(), TTree::Print(), TDataSet::PrintContents(), TDataSetManager::PrintDataSet(), printDataSet(), TODBCServer::PrintDataSources(), TODBCServer::PrintDrivers(), TGeoOverlap::PrintInfo(), Roo1DTable::printMultiline(), RooFormula::printMultiline(), RooAbsDataStore::printMultiline(), RooDataHist::printMultiline(), RooPlot::printMultiline(), Roo1DTable::printTitle(), RooCurve::printTitle(), RooHist::printTitle(), RooAbsGenContext::printTitle(), RooFitResult::printTitle(), RooFormula::printTitle(), RooAbsNumGenerator::printTitle(), RooCustomizer::printTitle(), RooAbsBinning::printTitle(), RooAbsDataStore::printTitle(), RooPlot::printTitle(), RooAbsData::printTitle(), RooAbsArg::printTitle(), TTreeFormula::PrintValue(), TStreamerInfo::PrintValueAux(), TMVA::probas(), RooCmdConfig::process(), TProofLite::Process(), TProofServ::ProcessNext(), TXSocket::ProcessUnsolicitedMsg(), TProcPool::ProcTree(), TGraph2D::Project(), TH3::Project3D(), TH3::Project3DProfile(), THnBase::ProjectionAny(), TH3::ProjectionX(), TProfile::ProjectionX(), TProfile2D::ProjectionXY(), TProfile3D::ProjectionXYZ(), TH3::ProjectionY(), TH3::ProjectionZ(), TGraphQQ::Quartiles(), TProofMgr::QuerySessions(), R__GetBranchPointerName(), TRefTable::ReadBuffer(), TBranchElement::ReadLeavesMakeClass(), TFile::ReadProcessID(), TTree::ReadStream(), THnBase::RebinBase(), RooFormula::reCompile(), TRecorderRecording::RecordText(), TUDPSocket::RecvProcessIDs(), TSocket::RecvProcessIDs(), RooDataSet::reduceEng(), RooDataHist::reduceEng(), TProofServ::RegisterDataSets(), TTreeFormula::RegisterDimensions(), RooAbsStudy::registerSummaryOutput(), TQueryResultManager::RemoveQuery(), TParallelCoord::RemoveVariable(), RooTreeDataStore::resetCache(), TParallelCoord::ResetTree(), TProofLite::ResolveKeywords(), TProofLogElem::Retrieve(), RooAbsData::rmsVar(), RooAbsData::RooAbsData(), RooCurve::RooCurve(), RooFormula::RooFormula(), RooGenContext::RooGenContext(), RooHist::RooHist(), TMVA::rulevisCorr(), TMVA::rulevisHists(), TProofLog::Save(), TGeoManager::SaveAttributes(), TProof::SaveInputData(), TPaveText::SaveLines(), TProofPlayer::SavePartialResults(), TExec::SavePrimitive(), TCutG::SavePrimitive(), TH1K::SavePrimitive(), TMacro::SavePrimitive(), TMathText::SavePrimitive(), TGraphStruct::SavePrimitive(), TGraphErrors::SavePrimitive(), THStack::SavePrimitive(), TGraphAsymmErrors::SavePrimitive(), TGeoCompositeShape::SavePrimitive(), TMultiGraph::SavePrimitive(), TText::SavePrimitive(), TGraphBentErrors::SavePrimitive(), TPie::SavePrimitive(), TParallelCoordVar::SavePrimitive(), TTreePerfStats::SavePrimitive(), TF3::SavePrimitive(), TParallelCoord::SavePrimitive(), TH2Poly::SavePrimitive(), TF2::SavePrimitive(), TProfile::SavePrimitive(), TEfficiency::SavePrimitive(), TLatex::SavePrimitive(), TProfile3D::SavePrimitive(), TProfile2D::SavePrimitive(), TTable::SavePrimitive(), TGraph2D::SavePrimitive(), TGraph::SavePrimitive(), TGeoVolume::SavePrimitive(), TSpline3::SavePrimitive(), TSpline5::SavePrimitive(), TH1::SavePrimitive(), TF1::SavePrimitive(), TStyle::SavePrimitive(), TQueryResultManager::SaveQuery(), TXMLFile::SaveToFile(), scandir(), TRootSniffer::ScanObjectMembers(), TRootSniffer::ScanObjectProperties(), TQueryResultManager::ScanPreviousQueries(), TRootSniffer::ScanRoot(), TXSocket::Send(), TProofMonSenderML::SendDataSetInfo(), TProofMonSenderSQL::SendDataSetInfo(), TProof::SendInputData(), TSQLMonitoringWriter::SendParameters(), TMonaLisaWriter::SendParameters(), TUDPSocket::SendProcessIDs(), TSocket::SendProcessIDs(), TPaveText::SetAllWith(), RooNumConvolution::setCallProfiling(), TF3::SetClippingBoxOff(), TF3::SetClippingBoxOn(), TChain::SetEventList(), TTree::SetEventList(), ROOT::TGenericClassInfo::SetFromTemplate(), TPieSliceEditor::SetModel(), TTextEditor::SetModel(), TF1Editor::SetModel(), TGraphEditor::SetModel(), TPieEditor::SetModel(), TGeoManagerEditor::SetModel(), TH1Editor::SetModel(), TH2Editor::SetModel(), TProofLite::SetProofServEnv(), TProofMonSender::SetSendOptions(), TEfficiency::SetTitle(), TF12::SetXY(), TSQLObjectData::ShiftToNextValue(), TMemStatShow::Show(), TProof::ShowMissingFiles(), TProof::ShowPackages(), TSelEventGen::SlaveBegin(), TSelVerifyDataSet::SlaveBegin(), TSelVerifyDataSet::SlaveTerminate(), TXMLFile::StoreStreamerElement(), RooStats::StripConstraints(), TEveGeoShape::SubImportShapeExtract(), TEventList::Subtract(), RooAbsPdf::syncNormalization(), TCutG::TCutG(), TEfficiency::TEfficiency(), TCreatePrimitives::Text(), TFileIter::TFileIter(), TGeoManager::TGeoManager(), TGeoManagerEditor::TGeoManagerEditor(), TGFSComboBox::TGFSComboBox(), TGraph::TGraph(), TGraph2D::TGraph2D(), TGraphAsymmErrors::TGraphAsymmErrors(), THStack::THStack(), TMVARegressionApplication(), TNonSplitBrowsable::TNonSplitBrowsable(), TProofBench::TProofBench(), TProofLogElem::TProofLogElem(), TPSocket::TPSocket(), TStyleDialog::TStyleDialog(), TVolume::TVolume(), TVolumeView::TVolumeView(), TFileCollection::Update(), TDataSet::Update(), TTable::Update(), TTreeFormula::UpdateFormulaLeaves(), TSessionQueryFrame::UpdateInfos(), TSessionViewer::UpdateListOfSessions(), TStyleManager::UpdateStatusBar(), TProof::UploadPackage(), TPacketizer::ValidateFiles(), TPacketizerAdaptive::ValidateFiles(), TMVA::PDF::ValidatePDF(), TMVA::variables(), TFile::Write(), TStreamerInfo::WriteBufferAux(), TSQLFile::WriteHeader(), ROOT::Internal::TTreeProxyGenerator::WriteProxy(), ROOT::Internal::TTreeReaderGenerator::WriteSelector(), RooGenericPdf::writeToStream(), and RooFormulaVar::writeToStream().

virtual ULong_t TNamed::Hash ( ) const
inlinevirtual

Return hash value for this object.

Reimplemented from TObject.

Reimplemented in TKey, and TVolume.

Definition at line 53 of file TNamed.h.

Referenced by TClassDocInfo::Hash(), TKey::Hash(), TProofMonSenderML::SendDataSetInfo(), TProofMonSenderML::SendFileInfo(), TChirpFile::SysStat(), and THDFSFile::SysStat().

virtual Bool_t TNamed::IsSortable ( ) const
inlinevirtual

Reimplemented from TObject.

Reimplemented in RooAbsArg, TDSetElement, TFileInfo, TGeoOverlap, RooDouble, RooInt, and TStructNodeProperty.

Definition at line 54 of file TNamed.h.

void TNamed::ls ( Option_t option = "") const
virtual
TNamed & TNamed::operator= ( const TNamed rhs)
void TNamed::Print ( Option_t option = "") const
virtual
void TNamed::SetName ( const char *  name)
virtual

Change (i.e.

set) the name of the TNamed. WARNING: if the object is a member of a THashTable or THashList container the container must be Rehash()'ed after SetName(). For example the list of objects in the current directory is a THashList.

Reimplemented in TTree, RooAbsArg, TH1, TDirectory, TFormula, TGraph2D, RooFitResult, TEfficiency, RooDataSet, RooDataHist, TNode, RooPlot, TProofChain, TShape, TSystemDirectory, TEventList, TRotMatrix, TEveScene, and TSystemFile.

Definition at line 128 of file TNamed.cxx.

Referenced by RooStats::SamplingDistribution::Add(), ROOT::Internal::TTreeProxyGenerator::AddClass(), TFolder::AddFolder(), ROOT::Internal::TTreeProxyGenerator::AddFriend(), TDSetElement::AddFriend(), TGeoVolume::AddNode(), TGeoVolume::AddNodeOffset(), TGeoVolume::AddNodeOverlap(), TProcessID::AddProcessID(), TStructNodeEditor::ApplyButtonSlot(), TXProofMgr::AttachSession(), TTree::BranchOld(), TRemoteObject::Browse(), TH1::Build(), TTableSorter::BuildSorter(), RooTreeDataStore::changeObservableName(), TGeoNode::CheckOverlaps(), TGeoVolume::CheckOverlaps(), ClassImp(), RooMapCatEntry::Clone(), TFunctionTemplate::Clone(), Clone(), TFunction::Clone(), RooCmdArg::Clone(), TMethod::Clone(), RooStats::ModelConfig::Clone(), TASImage::Clone(), TQueryResult::CloneInfo(), complex_1(), composite(), ConfidenceIntervals(), TBasketSQL::CreateBuffer(), TColor::CreateColorsCircle(), TColor::CreateColorsGray(), TColor::CreateColorsRectangle(), TEfficiency::CreateGraph(), RooStats::HistFactory::ConfigParser::CreateMeasurementFromDriverNode(), TRootSniffer::CreateMemFile(), TProofLite::CreateSandbox(), RooCmdConfig::defineDouble(), RooCmdConfig::defineInt(), RooCmdConfig::defineObject(), RooCmdConfig::defineSet(), TFileDrawMap::DistancetoPrimitive(), TGeoPgonEditor::DoApply(), TGeoEltuEditor::DoApply(), TGeoTubeEditor::DoApply(), TGeoTrd1Editor::DoApply(), TGeoTorusEditor::DoApply(), TGeoTrd2Editor::DoApply(), TGeoBBoxEditor::DoApply(), TGeoHypeEditor::DoApply(), TGeoConeEditor::DoApply(), TGeoParaEditor::DoApply(), TGeoMaterialEditor::DoApply(), TGeoPconEditor::DoApply(), TGeoSphereEditor::DoApply(), TGeoMediumEditor::DoApply(), TGeoTrapEditor::DoApply(), TGeoGtraEditor::DoApply(), TGeoTubeSegEditor::DoApply(), TGeoConeSegEditor::DoApply(), TGeoCtubEditor::DoApply(), TGeoMixtureEditor::DoApply1(), TFitEditor::DoFit(), TGeoMediumEditor::DoMedName(), TGeoTranslationEditor::DoName(), TGeoRotationEditor::DoName(), TGeoManagerEditor::DoName(), TGeoCombiTransEditor::DoName(), TGeoNodeEditor::DoNodeName(), TStyleDialog::DoOK(), TGeoMaterialEditor::DoUndo(), TGeoMixtureEditor::DoUndo1(), TGeoVolumeEditor::DoVolumeName(), RooStats::HypoTestInverter::Eval(), TRootBrowser::ExecPlugin(), RooStudyPackage::exportData(), TDataSetIter::Find(), TClass::FindStreamerInfoAbstractEmulated(), TFractionFitter::Fit(), TBinomialEfficiencyFitter::Fit(), fitLinear(), flower(), TASImage::FromPad(), TMakeProject::GenerateMissingStreamerInfo(), TColor::GetColorBright(), TColor::GetColorDark(), TColor::GetColorTransparent(), TProofBench::GetGraph(), TKDE::GetGraphWithErrors(), TClass::GetStreamerInfoAbstractEmulated(), TEventIterTree::GetTrees(), TProof::HandleInputMessage(), RooWorkspace::import(), TTableDescriptor::Init(), TBranchObject::Init(), TBranchClones::Init(), TDataMember::Init(), TProofOutputFile::Init(), TMonaLisaWriter::Init(), TBranchElement::Init(), TTreeFormula::Init(), TProof::InitMembers(), TAxis3D::InitSet(), TInspectCanvas::InspectObject(), TGeoNodeMatrix::MakeCopyNode(), TGeoNodeOffset::MakeCopyNode(), MakeCrazy(), RooCurve::makeErrorBand(), TGeoVolume::MakeReflectedVolume(), RooHist::makeResidHist(), TGeoBuilder::MakeXtru(), RooDataSet::merge(), ROOT::Internal::TBranchProxyClassDescriptor::NameToSymbol(), TTable::New(), TImageDump::Open(), TImage::Open(), TGWin32::OpenDisplay(), TGlobal::operator=(), RooCmdArg::operator=(), TFunction::operator=(), RooStats::HypoTestResult::operator=(), RooAbsData::plotAsymOn(), RooAbsReal::plotAsymOn(), RooAbsData::plotEffOn(), RooAbsData::plotOn(), RooAbsReal::plotOn(), RooAbsReal::plotOnWithErrorBand(), RooDataSet::plotOnXY(), TPad::Print(), RooCmdConfig::process(), R__GenerateTClassForPair(), TXMLFile::ReadStreamerElement(), RooAbsData::reduce(), TColorGradient::RegisterColor(), TDataSetManagerFile::RegisterDataSet(), TFileCollection::RemoveDuplicates(), RooAbsArg::RooAbsArg(), RooAbsDataStore::RooAbsDataStore(), RooCurve::RooCurve(), RooDouble::RooDouble(), RooFormula::RooFormula(), RooHist::RooHist(), RooSimGenContext::RooSimGenContext(), RooSimSplitGenContext::RooSimSplitGenContext(), rs101_limitexample(), s_intersection(), s_union(), TProofPlayer::SavePartialResults(), TQueryResult::SaveSelector(), TProofMonSenderSQL::SendSummary(), TProof::SetAlias(), RooRealVar::setBinning(), RooErrorVar::setBinning(), TGeoMatrix::SetDefaultName(), TEveElement::SetElementName(), TEveElementList::SetElementName(), TSystemFile::SetName(), TEveScene::SetName(), RooPlot::SetName(), RooDataHist::SetName(), RooDataSet::SetName(), TEfficiency::SetName(), RooFitResult::SetName(), TFormula::SetName(), TDirectory::SetName(), RooAbsArg::SetName(), TTableSorter::SetSimpleArray(), TRootBrowser::SetTabTitle(), TMVA::TMVAGlob::SetTMVAStyle(), TGeoManager::SetTopVolume(), StandardHypoTestDemo(), TAlienMasterJobStatus::TAlienMasterJobStatus(), TBackCompFitter::TBackCompFitter(), TBasket::TBasket(), TBasketSQL::TBasketSQL(), TBranchRef::TBranchRef(), TBranchSTL::TBranchSTL(), TCollectionMethodBrowsable::TCollectionMethodBrowsable(), TColor::TColor(), TCutG::TCutG(), TDataType::TDataType(), TDCacheSystem::TDCacheSystem(), TProofDrawEntryList::Terminate(), TF12::TF12(), TFileInfoMeta::TFileInfoMeta(), TFileSet::TFileSet(), TFriendElement::TFriendElement(), TFumili::TFumili(), TGeoCompositeShape::TGeoCompositeShape(), TGeoEltu::TGeoEltu(), TGeoTrap::TGeoTrap(), TGeoVolumeMulti::TGeoVolumeMulti(), TGFALSystem::TGFALSystem(), TGlobal::TGlobal(), TGraph::TGraph(), TGraphAsymmErrors::TGraphAsymmErrors(), THnBase::THnBase(), TKeySQL::TKeySQL(), TKeyXML::TKeyXML(), TLDAPAttribute::TLDAPAttribute(), TMessageHandler::TMessageHandler(), TMethodBrowsable::TMethodBrowsable(), TNetSystem::TNetSystem(), TNetXNGSystem::TNetXNGSystem(), TGDMLParse::TopProcess(), TPrincipal::TPrincipal(), TProofMgr::TProofMgr(), TProofPerfAnalysis::TProofPerfAnalysis(), TPServerSocket::TPServerSocket(), TPSocket::TPSocket(), TMVA::MethodBDT::Train(), TRFIOSystem::TRFIOSystem(), TROOT::TROOT(), TServerSocket::TServerSocket(), TSocket::TSocket(), TStreamerSTLstring::TStreamerSTLstring(), TStructNodeProperty::TStructNodeProperty(), TText::TText(), TTreePerfStats::TTreePerfStats(), TUDPSocket::TUDPSocket(), TVolume::TVolume(), TVolumeView::TVolumeView(), TWebSystem::TWebSystem(), TBranchElement::Unroll(), TGlobal::Update(), TEveProjectionManager::UpdateName(), TGDMLParse::Xtru(), and TMVA::OptimizeConfigParameters::~OptimizeConfigParameters().

void TNamed::SetNameTitle ( const char *  name,
const char *  title 
)
virtual
void TNamed::SetTitle ( const char *  title = "")
virtual

Change (i.e. set) the title of the TNamed.

Reimplemented in TF1, TH1, TGraph, THnBase, TGraph2D, TEfficiency, TParallelCoordVar, TASImage, RooPlot, TSystemDirectory, and TSystemFile.

Definition at line 152 of file TNamed.cxx.

Referenced by TRootSniffer::AccessField(), TEventList::Add(), RooStats::SamplingDistribution::Add(), TTableDescriptor::AddAt(), TFolder::AddFolder(), ROOT::Internal::TTreeProxyGenerator::AddFriend(), THttpServer::AddLocation(), TProcessID::AddProcessID(), TMVA::annconvergencetest(), TProof::AssertDataSet(), TSelectorDraw::Begin(), TTree::BranchOld(), TGeoVolume::Browse(), TStreamerInfo::BuildCheck(), TProofBenchRunCPU::BuildHistos(), TProofBenchRunDataRead::BuildHistos(), TParallelCoord::BuildParallelCoord(), TBranchElement::BuildTitle(), TDataType::CheckInfo(), ClassImp(), TQueryResult::CloneInfo(), TMVA::compareanapp(), RooResolutionModel::convolution(), TBasketSQL::CreateBuffer(), TColor::CreateColorsCircle(), TColor::CreateColorsRectangle(), THnBase::CreateHist(), THnBase::CreateHnAny(), TRootSniffer::CreateItem(), RooAbsReal::createPlotProjection(), RooStats::HypoTestInverterOriginal::CreateResults(), RooStats::HypoTestInverter::CreateResults(), TXProofServ::CreateServer(), RooCmdConfig::defineDouble(), RooCmdConfig::defineInt(), RooCmdConfig::defineObject(), RooCmdConfig::defineSet(), TProofDrawProfile::DefVar(), TProofDrawProfile2D::DefVar(), TProofDrawHist::DefVar1D(), TProofDrawHist::DefVar2D(), TProofDrawHist::DefVar3D(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), do_anadist_ds(), RooCustomizer::doBuild(), TF1::DoCreateHistogram(), TH2::DoFitSlices(), TGeoManagerEditor::DoName(), TStyleDialog::DoOK(), TProofProgressMemoryPlot::DoPlot(), TProofProgressDialog::DoPlotRateGraph(), TTextEditor::DoText(), TPieSliceEditor::DoTitle(), TPieEditor::DoTitle(), TAxisEditor::DoTitle(), RooStats::HypoTestInverterPlot::Draw(), RooStats::LikelihoodIntervalPlot::Draw(), TEveCaloLegoGL::DrawAxis2D(), TEveCaloLegoGL::DrawAxis3D(), TAdvancedGraphicsDialog::DrawContour(), TProofBench::DrawCPU(), DrawData(), TProofBench::DrawDataSet(), TProofBench::DrawEfficiency(), RooStats::MCMCIntervalPlot::DrawHistInterval(), TMVA::StatDialogMVAEffs::DrawHistograms(), RooStats::MCMCIntervalPlot::DrawKeysPdfInterval(), TMVA::DrawMLPoutputMovie(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysPdf(), RooStats::MCMCIntervalPlot::DrawPosteriorKeysProduct(), TAdvancedGraphicsDialog::DrawScan(), TTreePlayer::DrawSelect(), RooStats::MCMCIntervalPlot::DrawTailFractionInterval(), TMLPAnalyzer::DrawTruthDeviation(), TMLPAnalyzer::DrawTruthDeviationInOut(), TMLPAnalyzer::DrawTruthDeviationInsOut(), TMLPAnalyzer::DrawTruthDeviations(), TProofPerfAnalysis::FileDist(), TProofPerfAnalysis::FileProcPlot(), TProofPerfAnalysis::FileRatePlot(), TEfficiency::FillGraph(), TEfficiency::FillHistogram(), TProofPerfAnalysis::FillWrkInfo(), TFractionFitter::Fit(), TBinomialEfficiencyFitter::Fit(), TH3::FitSlicesZ(), RooStats::HistFactory::FormatFrameForLikelihood(), TMakeProject::GenerateMissingStreamerInfo(), RooStats::DetailedOutputAggregator::GetAsArgSet(), TDSetElement::GetFileInfo(), TFileCollection::GetFilesPerServer(), TVolumeView::GetGlobalRange(), TGraph::GetHistogram(), TVolume::GetIdentity(), RooStats::BayesianCalculator::GetInterval(), RooStats::BayesianCalculator::GetPosteriorPlot(), TXMLFile::GetStreamerInfoList(), glsurfaces(), RooWorkspace::import(), TAxis::ImportAttributes(), TBranchObject::Init(), TXSlave::Init(), TDataMember::Init(), TProofOutputFile::Init(), TMonaLisaWriter::Init(), TBranchElement::Init(), TClass::Init(), TMapFile::InitDirectory(), TGLParametricPlot::InitGeometry(), TMVA::MethodBoost::InitHistos(), TPythia6::Initialize(), RooAbsTestStatistic::initMPMode(), TEventList::Intersect(), TProofPerfAnalysis::LatencyPlot(), TTableSorter::LearnTable(), RooTreeDataStore::loadValues(), RooVectorDataStore::loadValues(), TChain::Lookup(), TGeoCompositeShape::MakeNode(), TProofLite::MakeQueryResult(), TProofServ::MakeQueryResult(), TMVA::RuleFit::MakeVisHists(), RooDataSet::merge(), TProofPlayerRemote::MergeOutputFiles(), TMVA::mvas(), TMVA::mvasMulticlass(), TMVA::mvaweights(), TGWin32::OpenDisplay(), TGlobal::operator=(), RooCmdArg::operator=(), TFunction::operator=(), RooStats::HypoTestResult::operator=(), TMultiGraph::Paint(), TTreePerfStats::Paint(), TPie::Paint(), TGaxis::PaintAxis(), TGraphPainter::PaintGraphPolar(), TGraphPainter::PaintGraphQQ(), TButton::PaintModified(), THistPainter::PaintTitle(), performance(), pirndm(), plot(), TMVA::plot_efficiencies(), TMVA::TransformationHandler::PlotVariables(), TPad::Print(), TMVA::probas(), TProofLite::Process(), TMVA::ResultsRegression::QuadraticDeviation(), TXProofMgr::QuerySessions(), TProofPerfAnalysis::RatePlot(), TXMLFile::ReadFromFile(), TKeyXML::ReadObj(), TKeySQL::ReadObj(), TKey::ReadObj(), TKey::ReadObjectAny(), TKeyXML::ReadObjWithBuffer(), TKeySQL::ReadObjWithBuffer(), TKey::ReadObjWithBuffer(), TSQLFile::ReadSpecialObject(), TXMLFile::ReadStreamerElement(), RooFormula::reCompile(), RooAbsData::reduce(), TProofServ::RegisterDataSets(), RooFormula::RooFormula(), rs101_limitexample(), rs401d_FeldmanCousins(), TMVA::rulevisHists(), TProof::SaveInputData(), TQueryResult::SaveSelector(), TProofMonSenderML::SendDataSetInfo(), TProofMonSenderML::SendFileInfo(), TExec::SetAction(), TProofMgr::SetAlias(), TTree::SetAlias(), TProof::SetAlias(), RooRealVar::setBinning(), RooErrorVar::setBinning(), TModuleDocInfo::SetDoc(), TEveElement::SetElementTitle(), TEveElementList::SetElementTitle(), TPie::SetEntryLabel(), TRootSniffer::SetItemField(), TPie::SetLabels(), TDSet::SetObjName(), TSelectorEntries::SetSelection(), TDocDirective::SetTag(), TText::SetText(), TSystemFile::SetTitle(), RooPlot::SetTitle(), TEfficiency::SetTitle(), THnBase::SetTitle(), TH1::SetTitle(), TMVA::TMVAGlob::SetTMVAStyle(), TGeoManager::SetTopVolume(), TTable::SetType(), TAxis3D::SetXTitle(), TH1::SetXTitle(), TAxis3D::SetYTitle(), TH1::SetYTitle(), TAxis3D::SetZTitle(), TH1::SetZTitle(), TGeoChecker::ShapeDistances(), TSelEvent::SlaveBegin(), StandardFrequentistDiscovery(), stdsort(), TEventList::Subtract(), TAlienMasterJobStatus::TAlienMasterJobStatus(), TBasket::TBasket(), TBasketSQL::TBasketSQL(), TBranchRef::TBranchRef(), TClass::TClass(), TDataType::TDataType(), TDavixSystem::TDavixSystem(), h1analysisTreeReader::Terminate(), TFile::TFile(), TFileDrawMap::TFileDrawMap(), TFileSet::TFileSet(), TFriendElement::TFriendElement(), TGlobal::TGlobal(), THbookFile::THbookFile(), TImageDump::TImageDump(), TKeySQL::TKeySQL(), TKeyXML::TKeyXML(), TLeafObject::TLeafObject(), TLink::TLink(), TMethodBrowsable::TMethodBrowsable(), TPDF::TPDF(), TPie::TPie(), TPostScript::TPostScript(), TProofPerfAnalysis::TProofPerfAnalysis(), TPSocket::TPSocket(), TMultiLayerPerceptron::Train(), TROOT::TROOT(), TServerSocket::TServerSocket(), TSocket::TSocket(), TSQLFile::TSQLFile(), TStreamerSTLstring::TStreamerSTLstring(), TSVG::TSVG(), TUDPSocket::TUDPSocket(), TVolume::TVolume(), TVolumeView::TVolumeView(), TXMLFile::TXMLFile(), TXNetSystem::TXNetSystem(), TBranchElement::Unroll(), TGlobal::Update(), TMethodArg::Update(), TFunction::Update(), TDataSet::Update(), TAxis3D::UseCurrentStyle(), TPacketizer::ValidateFiles(), TPacketizerAdaptive::ValidateFiles(), TMVA::variables(), TGeoBuilder::Volume(), and TProofPerfAnalysis::WorkerActivity().

Int_t TNamed::Sizeof ( ) const
virtual

Return size of the TNamed part of the TObject.

Reimplemented in TSQLFile, TFile, TDirectory, TDirectoryFile, TKey, TXMLFile, and TTableDescriptor.

Definition at line 161 of file TNamed.cxx.

Referenced by TFile::Init().

Member Data Documentation

TString TNamed::fName
protected

Definition at line 36 of file TNamed.h.

Referenced by TGeoElementRN::AddDecay(), RooPlot::addObject(), RooStats::SamplingDistPlot::addObject(), RooStats::SamplingDistPlot::addOtherObject(), RooPlot::addPlotable(), RooCurve::addPoints(), RooPlot::addTH1(), TDataType::AsString(), TStreamerInfo::Build(), RooPlot::caller(), TClass::CanSplit(), TGeoPhysicalNode::cd(), TGeoElementRN::CheckDecays(), TDataType::CheckInfo(), Clear(), TStreamerInfo::Clone(), TClass::Clone(), TStructNodeProperty::Compare(), Compare(), TSystemFile::Copy(), TPaletteAxis::Copy(), Copy(), RooDataSet::createHistogram(), TSystemFile::Delete(), TF1::DoInitialize(), TFileDrawMap::DrawObject(), TEveMacro::Exec(), RooAbsPdf::extendedTerm(), TBranchSTL::Fill(), FillBuffer(), TKey::FillBuffer(), TProtoClass::FillTClass(), TBranch::FindBranch(), TBranchElement::FindBranch(), TTree::FindBranch(), TGeoVolume::GetByteCount(), TBaseClass::GetClassPointer(), TClass::GetCollectionProxy(), TFITSHDU::GetColumnNumber(), TH1::GetCumulative(), TDataType::GetFullTypeName(), TClass::GetMissingDictionaries(), TClass::GetMissingDictionariesWithRecursionCheck(), GetName(), TDocDirective::GetName(), TGeoShape::GetName(), TFileDrawMap::GetObject(), TXTRU::GetOutlinePointX(), TXTRU::GetOutlinePointY(), RooAbsReal::getPlotLabel(), TXTRU::GetSectionScale(), TXTRU::GetSectionX0(), TXTRU::GetSectionY0(), TXTRU::GetSectionZ(), TClass::GetSharedLibs(), TASImage::GetTitle(), TDataType::GetTypeName(), Hash(), TDirectoryFile::Init(), TMonaLisaWriter::Init(), TFile::Init(), TClass::Init(), TSystem::Init(), TSystemFile::IsDirectory(), TROOT::IsProofServ(), TFunctionTemplate::IsValid(), TGlobal::IsValid(), TFunction::IsValid(), TMethod::IsValid(), TEnum::IsValid(), TDataMember::IsValid(), TClass::LoadClassInfo(), TDSetElement::Lookup(), TStreamerInfo::ls(), TGeoElementRN::MakeName(), TNetXNGFileStager::Matches(), TFileStager::Matches(), TFileOpenHandle::Matches(), TSystemFile::Move(), TFunctionTemplate::operator=(), operator=(), TGeoPhysicalNode::Print(), TMonaLisaWriter::Print(), TFileInfoMeta::Print(), TGeoElementRN::Print(), TGFont::Print(), TFITSHDU::PrintColumnInfo(), TFITSHDU::PrintFullTable(), TDataMember::Property(), RooAbsRealLValue::randomize(), TASImage::ReadImage(), TKey::ReadKeyBuffer(), TGeoPhysicalNode::Refresh(), TSystemFile::Rename(), TDirectoryFile::ResetAfterMerge(), TClass::ResetClassInfo(), RooAbsNumGenerator::RooAbsNumGenerator(), RooAcceptReject::RooAcceptReject(), RooHist::roundBin(), TGeoElementRN::SavePrimitive(), TBranch::SetBasketSize(), TASImage::SetImage(), TASImage::SetImageBuffer(), SetName(), TEventList::SetName(), TNode::SetName(), TGraph2D::SetName(), TH1::SetName(), TTree::SetName(), SetNameTitle(), TNode::SetNameTitle(), TGraph2D::SetNameTitle(), TTree::SetObject(), TDataType::SetType(), Sizeof(), TKey::Sizeof(), TClass::TClass(), TDataType::TDataType(), TDirectoryFile::TDirectoryFile(), TDSet::TDSet(), TEveMacro::TEveMacro(), TF1::TF1(), TGeoElementRN::TGeoElementRN(), TGeoMaterial::TGeoMaterial(), TGeoMedium::TGeoMedium(), TGeoVolume::TGeoVolume(), TGeoVolumeAssembly::TGeoVolumeAssembly(), THStack::THStack(), TKey::TKey(), TLeaf::TLeaf(), TMacro::TMacro(), TXTRU::TruncateNxy(), TXTRU::TruncateNz(), TSocket::TSocket(), TSpline3::TSpline3(), TSpline5::TSpline5(), TStreamerSTL::TStreamerSTL(), TUDPSocket::TUDPSocket(), TCling::UpdateListOfLoadedSharedLibraries(), TFile::WriteFree(), TDirectoryFile::WriteKeys(), TClass::InsertTClassInRegistryRAII::~InsertTClassInRegistryRAII(), and RooAbsArg::~RooAbsArg().

TString TNamed::fTitle
protected
Collaboration diagram for TNamed:
[legend]

The documentation for this class was generated from the following files: