--- PamelaLevel2/doc/examples/example1.C 2007/01/15 11:51:39 1.3 +++ PamelaLevel2/doc/examples/example1.C 2007/01/16 15:26:26 1.4 @@ -51,6 +51,7 @@ TFile f(file); // TTree *T = pam_event->GetPamTree(&f); // << get Pamela trees from file f + Int_t nevent = T->GetEntries(); // cout << endl<<" Start loop over events ";