Re: Fwd: Crash:illegal pointer to class object (not happened before!)

From: Philippe Canal <pcanal_at_fnal.gov>
Date: Thu, 23 Apr 2009 20:45:36 -0500


Hi Deepak,

Was this problem due to the differences between TFolder and TDirectory? And is it now resolved?

Cheers,
Philippe.

Deepak Kar wrote:
> Hi again,
>
> The way I wrote those files are like this: (Within CDF framework)
>
> TStnCatalog* catalog = new TStnCatalog();
> TStnDataset* dataset;
> dataset = new TStnDataset(Book,Dataset,beginRun,endRun,"STNTUPLE");
> catalog->InitDataset(dataset);
> dataset->Print();
> TStnAna* x = new TStnAna(dataset);
> gSystem->Load("./TMycode_cc.so");
>
> TMycode* dyjet = new TMycode("dyjet","Analyze Drell-Yan");
> x->AddModule(dyjet,1);
> int nevent = 0;
> x->Run(nevent);
> x->SaveHist("gen.root");
>
> I do not know if that helps.
>
> Thanks again for all the help...I hope there is a way to "recover" my data!
>
> Deepak
>
>
Received on Fri Apr 24 2009 - 03:45:43 CEST

This archive was generated by hypermail 2.2.0 : Mon Apr 27 2009 - 23:50:01 CEST