ra4_macros  bede988c286599a3a84b77a4d788ac0a971e89f9
make_cards.py
Go to the documentation of this file.
1 #! /usr/bin/env python
2 
3 import subprocess
4 
5 for sig in ['T1tttt_1500_100','T1tttt_1200_800']:
6  for method in range(1,4):
7  for lumi in range(1,21):
8  mlsp = 100
9  if sig == 'T1tttt_1200_800':
10  mlsp = 800
11  subprocess.Popen(['./run/make_card.exe','--lumi',str(lumi),'--method',str(method),'--mlsp',str(mlsp)])
12  subprocess.Popen(['./run/make_card.exe','--lumi',str(lumi),'--method',str(method),'--mlsp',str(mlsp),'--no_systematics'])
13  subprocess.Popen(['./run/make_card.exe','--lumi',str(lumi),'--method',str(method),'--mlsp',str(mlsp),'--mc_multiplier',str(10.)])