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

From: Deepak Kar <dkar_at_phys.ufl.edu>
Date: Wed, 22 Apr 2009 12:36:14 +0200


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 Wed Apr 22 2009 - 12:36:32 CEST

This archive was generated by hypermail 2.2.0 : Fri Apr 24 2009 - 05:50:03 CEST