Re: [ROOT] Problems from ROOT 3.00.02 to 3.00.05

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon Mar 12 2001 - 13:01:27 MET


Hi Luigi,

Could you tell me where I can copy a minimal set of your data files
together with a macro reproducing the problem ?

Rene Brun

Bardelli Luigi wrote:
> 
> Hello rooters,
> 
> I have an unsplit tree made with ROOT 3.00.02, and i'm working with the
> TTree::MakeSelector and TTree::Process methods.
> The problem arises when i try to process the TTree with ROOT 3.00.05:
> I get a segmentation violation when it reaches the line:
> 
> void mySelector::ProcessFill(Int_t entry)
> {
>  ....
>  fChain->GetTree()->GetEntry(entry);
>  ....
> 
> It seems that  fChain->GetTree() is ok, but fChain->GetTree()->GetEntry(entry)
>  is not. Opening the file by hand works well.
> 
> Can someone help me?
> Thank you
> 
> Luigi
> 
> -------------------------------
>  Luigi Bardelli
>  INFN Sezione di Firenze
>  E-Mail: bardelli@fi.infn.it
>          luigi@windmail.net
> -------------------------------



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:39 MET