https://github.com/root-project/root
Revision dc1c350d2aff0726db1cc169b0818b2b2bc33d7c authored by Rene Brun on 02 July 2004, 21:50:20 UTC, committed by Rene Brun on 02 July 2004, 21:50:20 UTC
This patchs avoid crashing if the name of the TEventList used in TTree::Draw
refers to an existing non-TEventList object.
For example:
   ntuple->Draw("px>>elist"); ntuple->Draw(">>elist");
was crashing and now issues:
   Error in <TSelectorDraw::Begin>: An object of type 'TH1F' has the same name as the requested event list (elist)


git-svn-id: http://root.cern.ch/svn/root/trunk@9379 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 138e5d0
History
Tip revision: dc1c350d2aff0726db1cc169b0818b2b2bc33d7c authored by Rene Brun on 02 July 2004, 21:50:20 UTC
From Philippe:
Tip revision: dc1c350

back to top