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