Code owners
Assign users and groups as approvers for specific file changes. Learn more.
## Generated at 11:31 on February 25 2020 by ulrich_y
# git version: redesign (4138c5e)
# To re-generate, run python tools/pymule \
# --seeds 19397 52088 83215 93857 86361 \
# -xi 0.5 0.25 0.125 \
# --flavour tau-e \
# --piece m2enng \
# --output-dir babar-tau-e \
# --prog mcmule \
# --stat 0,1000,10,1000,50 \
# --stat CT,1000,10,1000,50 \
# --stat R,5000,50,10000,100 \
# --stat V,5000,50,10000,100
# specify the program to run relative to `pwd`
binary=mcmule
# specify the output folder
folder=babar-tau-e/
# Specify the variables nenter_ad, itmx_ad, nenter and itmx
# for each piece you want to run.
declare -A STAT=(
["m2enng0"]="1000\n10\n1000\n50"
["m2enngCT"]="1000\n10\n1000\n50"
["m2enngR"]="5000\n50\n10000\n100"
["m2enngV"]="1000\n10\n1000\n50"
)