#include "TClonesArray.h"
#include "TError.h"
#include "TROOT.h"
#include "TClass.h"
#include "TObject.h"
#include "TObjectTable.h"
#include <stdlib.h>
Typedefs | |
using | Updater_t = void(*)(Int_t nobjects, TObject **from, TObject **to) |
Functions | |
static void | R__ReleaseMemory (TClass *cl, TObject *obj) |
Internal Utility routine to correctly release the memory for an object. More... | |
bool | R__SetClonesArrayTF1Updater (Updater_t func) |
bool | R__SetClonesArrayTFormulaUpdater (Updater_t func) |
Variables | |
Updater_t | gClonesArrayTF1Updater = nullptr |
Updater_t | gClonesArrayTFormulaUpdater = nullptr |
Definition at line 140 of file TClonesArray.cxx.
Internal Utility routine to correctly release the memory for an object.
Definition at line 155 of file TClonesArray.cxx.
bool R__SetClonesArrayTF1Updater | ( | Updater_t | func | ) |
Definition at line 144 of file TClonesArray.cxx.
bool R__SetClonesArrayTFormulaUpdater | ( | Updater_t | func | ) |
Definition at line 149 of file TClonesArray.cxx.
Updater_t gClonesArrayTF1Updater = nullptr |
Definition at line 141 of file TClonesArray.cxx.
Updater_t gClonesArrayTFormulaUpdater = nullptr |
Definition at line 142 of file TClonesArray.cxx.