|
tbb::task_group * | CastToTG (void *p) |
|
bool | ContaineeInheritsFrom (TClass *cl, TClass *base) |
| Return true if 'cl' inherits from 'base'. More...
|
|
void | DefaultStreamer (TBuffer &R__b, const TClass *cl, void *objpointer) |
| Default streamer implementation used by ClassDefInline to avoid requirement to include TBuffer.h. More...
|
|
const TQObjectInitBehavior * | DefineBehavior (TQObject *, TQObject *) |
|
const TInitBehavior * | DefineBehavior (void *, void *) |
|
void | DisableParBranchProcessing () |
| Globally disables the IMT use case of parallel branch processing, deactivating the corresponding locks. More...
|
|
void | DisableParTreeProcessing () |
| Globally disables the IMT use case of parallel branch processing, deactivating the corresponding locks. More...
|
|
const TCollection & | EmptyCollection () |
| Return an empty collection for use with nullptr TRangeCast. More...
|
|
void | EnableParBranchProcessing () |
| Globally enables the parallel branch processing, which is a case of implicit multi-threading (IMT) in ROOT, activating the required locks. More...
|
|
void | EnableParTreeProcessing () |
| Globally enables the parallel tree processing, which is a case of implicit multi-threading in ROOT, activating the required locks. More...
|
|
void | GenericShowMembers (const char *topClassName, void *obj, TMemberInspector &R__insp, bool transientMember) |
|
TString | GetArrayType (TStreamerElement *element, const char *subtype, TTreeProxyGenerator::EContainer container) |
|
template<typename T > |
TClass * | GetClassHelper (Bool_t load, Bool_t silent, std::false_type) |
|
template<typename T > |
TClass * | GetClassHelper (Bool_t, Bool_t, std::true_type) |
|
std::string | GetDemangledTypeName (const std::type_info &) |
| Returns a string with the demangled and normalized name for the given type. More...
|
|
static std::vector< std::vector< Long64_t > > | GetFriendEntries (const std::vector< std::pair< std::string, std::string > > &friendNames, const std::vector< std::vector< std::string > > &friendFileNames) |
| Return a vector containing the number of entries of each file of each friend TChain. More...
|
|
std::shared_ptr< TPoolManager > | GetPoolManager (UInt_t nThreads=0) |
| Get a shared pointer to the manager. More...
|
|
TROOT * | GetROOT1 () |
|
TROOT * | GetROOT2 () |
|
static Func_t | GetSymInLibImt (const char *funcname) |
|
template<typename T , typename F > |
auto | GetTheRightOp (T(F::*opPtr)(const T *, const double *)) -> decltype(opPtr) |
|
template<typename T , typename F > |
auto | GetTheRightOp (T(F::*opPtr)(T *, double *)) -> decltype(opPtr) |
|
static std::string | GetTreeFullPath (const TTree &tree) |
| Return the full path of the tree. More...
|
|
std::weak_ptr< TPoolManager > & | GetWP () |
|
Bool_t | HasConsistentHashMember (const char *clName) |
| Return true is the Hash/RecursiveRemove setup is consistent, i.e. More...
|
|
Bool_t | HasConsistentHashMember (TClass &clRef) |
| Return true is the Hash/RecursiveRemove setup is consistent, i.e. More...
|
|
static Bool_t & | IsImplicitMTEnabledImpl () |
| Keeps track of the status of ImplicitMT w/o resorting to the load of libImt. More...
|
|
Bool_t | IsParBranchProcessingEnabled () |
| Returns true if parallel branch processing is enabled. More...
|
|
Bool_t | IsParTreeProcessingEnabled () |
| Returns true if parallel tree processing is enabled. More...
|
|
static ClustersAndEntries | MakeClusters (const std::string &treeName, const std::vector< std::string > &fileNames) |
|
void | NotifyDirected (Detail::TBranchProxy *x) |
|
std::ostream & | operator<< (std::ostream &os, const RConcurrentHashColl::HashValue &h) |
|
bool | operator== (const RConcurrentHashColl::HashValue &lhs, const RConcurrentHashColl::HashValue &rhs) |
|
template<typename T > |
static T | ParallelReduceHelper (const std::vector< T > &objs, const std::function< T(T a, T b)> &redfunc) |
| A helper function to implement the TThreadExecutor::ParallelReduce methods. More...
|
|
static Bool_t | R__AddPragmaForClass (TTreeProxyGenerator *gen, const char *classname) |
| Add the "pragma C++ class" if needed and return true if it has been added or if it is known to not be needed. More...
|
|
static Bool_t | R__AddPragmaForClass (TTreeProxyGenerator *gen, TClass *cl) |
| Add the "pragma C++ class" if needed and return true if it has been added or if it is known to not be needed. More...
|
|
Bool_t | RequiresCleanup (TObject &obj) |
|
void | ResetReadEntry (TFriendProxy *fp) |
|
void | SetRequireCleanup (TObject &obj) |
|
void | Sha256 (const unsigned char *data, int len, ULong64_t *fDigest) |
|