Skip to content
Snippets Groups Projects

BMK-36: remove cmd line option system

Merged Domenico Giordano requested to merge BMK-36 into qa
Files
2
@@ -15,7 +15,7 @@ function doOne(){
ln -s $BMKDIR/data/OCDBrec.root OCDBrec.root
ln -s $BMKDIR/data/OCDBsim.root OCDBsim.root
./dpgsim.sh --run 292839 --mode sim --uid 1 --nevents $nevents --generator Custom --system 2>&1 > out_$1.log
./dpgsim.sh --run 292839 --mode sim --uid 1 --nevents $nevents --generator Custom 2>&1 > out_$1.log
[ $DEBUG -gt 0 ] && echo -e "\n`date` : done process $i\n"
}
Loading