diff --git a/501xxx/501138/SUSY_RPV_C1N2N1.py b/501xxx/501138/SUSY_RPV_C1N2N1.py
index fb1ab9ecc5aabf4b4a278a3f7e0ab49f2ea91f50..62e3bd559ed006335df869840002b03898bed454 100644
--- a/501xxx/501138/SUSY_RPV_C1N2N1.py
+++ b/501xxx/501138/SUSY_RPV_C1N2N1.py
@@ -18,7 +18,9 @@ headerC1 = 'DECAY   1000024  ' + decayWidthStr
 headerN2 = 'DECAY   1000023  ' + decayWidthStr
 evgenLog.info('lifetime of 1000022 is set to %s ns'% neutralinoLifetime)
 
-run_settings.update({'time_of_flight':'1E-2', 'event_norm':'average'})
+evt_multiplier=2
+nevents = runArgs.maxEvents*evt_multiplier if runArgs.maxEvents>0 else evt_multiplier*evgenConfig.nEventsPerJob
+run_settings.update({'time_of_flight':'1E-2', 'event_norm':'average', 'nevents':int(nevents)})
 
 if realdecaytype == "rpvdem":
         branchingRatiosN1 = '''
@@ -62,13 +64,13 @@ if realdecaytype == "rpvdem":
         0.04      3    6  1  6
         0.04      3    6  3  6
         0.04      3    6  5  6
-        0.04      3    1  1  3
-        0.04      3    1  1  5
-        0.04      3    1  3  3
-        0.04      3    1  3  5
-        0.04      3    1  5  5
-        0.04      3    3  3  5
-        0.04      3    3  5  5
+        0.04      3    -1  -1  -3
+        0.04      3    -1  -1  -5
+        0.04      3    -1  -3  -3
+        0.04      3    -1  -3  -5
+        0.04      3    -1  -5  -5
+        0.04      3    -3  -3  -5
+        0.04      3    -3  -5  -5
         '''
 elif realdecaytype == "rpvLF":
         branchingRatiosN1 = '''
@@ -84,8 +86,8 @@ elif realdecaytype == "rpvLF":
         0.1250000    3     2     1     2       # BR(~chi_1+ -> u d u)
         0.1250000    3     2     3     4       # BR(~chi_1+ -> u s c)
         0.1250000    3     2     3     2       # BR(~chi_1+ -> u s u)
-        0.1250000    3     1     1     3       # BR(~chi_1+ -> d d s)
-        0.1250000    3     1     3     3       # BR(~chi_1+ -> d s s)
+        0.1250000    3     -1    -1    -3      # BR(~chi_1+ -> d d s)
+        0.1250000    3     -1    -3    -3      # BR(~chi_1+ -> d s s)
         0.1250000    3     4     1     4       # BR(~chi_1+ -> c d c)
         0.1250000    3     4     3     4       # BR(~chi_1+ -> c s c)
         #'''