# | Line 37 | Line 37 | void JetIDMod::Process() | |
---|---|---|
37 | ||
38 | fNEventsProcessed++; | |
39 | ||
40 | < | if (fNEventsProcessed % 1000 == 0 || fPrintDebug) { |
40 | > | if (fNEventsProcessed % 1000000 == 0 || fPrintDebug) { |
41 | time_t systime; | |
42 | systime = time(NULL); | |
43 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |