Skip to content
Snippets Groups Projects
Commit a0d6efaa authored by Rene Brun's avatar Rene Brun
Browse files

Fix a typo in TTree::Process. TTreeProcess changed to TSelector in the comments.

git-svn-id: http://root.cern.ch/svn/root/trunk@504 27541ba8-7e3a-0410-8455-c3a389f83636
parent bc6fb53d
No related branches found
No related tags found
No related merge requests found
// @(#)root/tree:$Name: $:$Id: TTree.cxx,v 1.18 2000/08/11 20:39:28 brun Exp $
// @(#)root/tree:$Name: $:$Id: TTree.cxx,v 1.19 2000/08/17 09:47:00 brun Exp $
// Author: Rene Brun 12/01/96
/*************************************************************************
......@@ -1636,8 +1636,8 @@ Int_t TTree::Process(const char *filename,Option_t *option,Int_t nentries, Int_t
//*-* ================================================
//
// The code in filename is loaded (interpreted or compiled , see below)
// filename must contain a valid class implementation derived from TTreeProcess.
// where TTreeProcess has the following member functions:
// filename must contain a valid class implementation derived from TSelector.
// where TSelector has the following member functions:
//
// void TSelector::Begin(). This function is called before looping on the
// events in the Tree. The user can create his histograms in this function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment