]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Limiting the amount of events analyzed in PHYSICS runs
authorcoppedis <coppedis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Apr 2012 07:40:11 +0000 (07:40 +0000)
committercoppedis <coppedis@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 12 Apr 2012 07:40:11 +0000 (07:40 +0000)
ZDC/ZDCMAPPINGda.cxx

index ab3b69c7d0327c121543d2d27fc2e08be90df383..8fb1fe0d4159b596c6e9dd5100b2f05c446f3a59 100644 (file)
@@ -158,7 +158,9 @@ int main(int argc, char **argv) {
     \r
     /* loop on events (infinite) */\r
     for(;;) {\r
-\r
+      \r
+      if(nphys > 50000) break;\r
+      \r
       struct eventHeaderStruct *event;\r
       eventTypeType eventT;\r
  \r