15 #ifndef ClingWorkAroundMissingDynamicScope 16 # define ClingWorkAroundMissingDynamicScope 20 #ifdef ClingWorkAroundMissingDynamicScope 30 printf(
"Adding hpx: %d entries\n", (
int)hpx->
GetEntries());
43 gROOT->LoadMacro(tutdir+
"/hsimple.C");
46 for (
Int_t i=0; i<10; i++) {
47 inputs->
AddAt(GetCollection(),0);
54 printf(
"============================================\n");
55 printf(
"Total hpx: %d entries\n", (
int)hpx->
GetEntries());
virtual void AddAt(TObject *obj, Int_t idx)
Insert object at position idx in the list.
virtual void Delete(Option_t *option="")
Remove all objects from the list AND delete all heap based objects.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual TObject * Get(const char *namecycle)
Return pointer to object identified by namecycle.
1-D histogram with a float per channel (see TH1 documentation)}
static TFile * Open(const char *name, Option_t *option="", const char *ftitle="", Int_t compress=1, Int_t netopt=0)
Create / open a file.
Sequenceable collection abstract base class.
virtual void Draw(Option_t *option="")
Draw this histogram with options.
virtual TObject * At(Int_t idx) const
Returns the object at position idx. Returns 0 if idx is out of range.
virtual Double_t GetEntries() const
Return the current number of entries.
Mother of all ROOT objects.
virtual void Add(TObject *obj)
Long64_t Merge(TCollection *list)
Merge this collection with all collections coming in the input list.
virtual void Close(Option_t *option="")
Close a file.