32using std::make_unique;
 
   36    TNamed(
"RooNameReg",
"RooFit Name Registry")
 
 
   55  if (
inStr==
nullptr) 
return nullptr ;
 
   59  if (
elm != 
_map.end()) 
return elm->second.get();
 
   64  _map.emplace(std::string(
inStr), std::move(t));
 
 
   86  if (
inStr==
nullptr) 
return nullptr ;
 
   89  return elm != 
reg._map.end() ? 
elm->second.get() : 
nullptr;
 
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void reg
 
Registry for const char* names.
 
std::unordered_map< std::string, std::unique_ptr< TNamed > > _map
 
static const TNamed * ptr(const char *stringPtr)
Return a unique TNamed pointer for given C++ string.
 
const TNamed * constPtr(const char *stringPtr)
Return a unique TNamed pointer for given C++ string.
 
static RooNameReg & instance()
Return reference to singleton instance.
 
static const TNamed * known(const char *stringPtr)
If the name is already known, return its TNamed pointer. Otherwise return 0 (don't register the name)...
 
static void incrementRenameCounter()
The renaming counter has to be incremented every time a RooAbsArg is renamed.
 
static const std::size_t & renameCounter()
renamed in this RooFit process.
 
The TNamed class is the base class for all named ROOT classes.