Hi, In my last mail I have forgotten to say that one can use the "additional" branches in the "MySelector::ProcessCut" or in the "MySelector::ProcessFill" in the following way (for example) : 2.a in the "MySelector.C" file : void MySelector::ProcessFill(Int_t entry) { b_x->GetEntry(entry); // sets x b_x1->GetEntry(entry - 100000); // sets x1 b_x2->GetEntry(entry + 100000); // sets x2 cout << x << " " << x1 << " " << x2 << endl; // ... } Best regards, Jacek.
This archive was generated by hypermail 2b29 : Sat Jan 04 2003 - 23:50:50 MET