strange bug ?

From: Boris Skorodumov <bskorodo_at_nd.edu>
Date: Tue, 25 Jul 2006 15:13:36 -0400


Hello All,

I just found strange thing in both Root 4.04/02 and 5.13/01 Do the next things:

$ root -l

t->Draw("e");
t->Draw("e","10<e");
t->Draw("e","e>10");

.q

everything is working ...
Now try the next things:

$ touch e
$ root -l

t->Draw("e");
t->Draw("e","10<e");
t->Draw("e","e>10");

Error in <TTreePlayer::DrawSelect>: Drawing using a C++ file currently requires that both the expression and the selection are files

        "e" is not a file
.! rm e
t->Draw("e","e>10"); OK !

Do you know what is going on ?

Thank you,

-- 
Boris Skorodumov, PhD Student 
Physics Department      
University of Notre Dame
In 46556, USA
http://www.nd.edu/~bskorodo


  • application/octet-stream attachment: test.root
Received on Tue Jul 25 2006 - 21:13:49 MEST

This archive was generated by hypermail 2.2.0 : Mon Jan 01 2007 - 16:32:00 MET