Parent Directory | Revision Log | Patch
revision 1.6 by pam-fi, Tue Feb 16 13:33:12 2010 UTC | revision 1.7 by pam-fi, Thu Mar 18 14:41:13 2010 UTC | |
---|---|---|
# | Line 43 void PamCut::Process(PamLevel2 *events, | Line 43 void PamCut::Process(PamLevel2 *events, |
43 | } | } |
44 | ||
45 | // Apply the cuts | // Apply the cuts |
46 | for (ULong_t iev = firstEvent; iev < lastEvent + 1; iev++) { | for (_currEv = firstEvent; _currEv < lastEvent + 1; _currEv++) { |
47 | events->GetEntry(iev); | events->GetEntry(_currEv); |
48 | ApplyCut(events); | ApplyCut(events); |
49 | } | } |
50 |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |