ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/VHbb/python/submitThem.py
(Generate patch)

Comparing UserCode/VHbb/python/submitThem.py (file contents):
Revision 1.7 by nmohr, Fri Sep 21 14:50:48 2012 UTC vs.
Revision 1.8 by peller, Thu Sep 27 07:34:25 2012 UTC

# Line 5 | Line 5 | from BetterConfigParser import BetterCon
5   from samplesclass import sample
6   import getpass
7  
8 + Test=False
9  
10   parser = OptionParser()
11   parser.add_option("-T", "--tag", dest="tag", default="",
# Line 35 | Line 36 | def submit(job,repDict):
36          print command
37          subprocess.call([command], shell=True)
38  
39 + #theJobs = ['STbar_tW','ST_tW']
40 + #theJobs = ['ZH110','ZH125','ZH120','Zudsg','Zbb','Zcc','ZH115','ZH130','ZZ','Zudsg70100','Zbb70100','Zcc70100','Zudsg5070','Zbb5070','Zcc5070','Zmm','Zudsg100','Zbb100','Zcc100','ST_s','TT','Zee','STbar_s','STbar_t','WZ','WW','STbar_tW','ST_tW']
41 + #theJobs = ['ZH110','ZH125']
42 + #theJobs = ['ST_t']
43 + #theJobs = ['ZH110','ZH115','ZH120','ZH125','ZH130','ZH135','DY','DY120','TT','ZZ','WZ','WW','ST_s','ST_t','STbar_s','STbar_t','STbar_tW','ST_tW','Zee','Zmm']
44 +
45 + #theJobs = ['ZH110','ZH125','ZH120','DY','ZH115','ZH130','ZH135','ZZ','DY120','Zmm','ST_s','TT','Zee','STbar_s','STbar_t','WZ','WW','STbar_tW','ST_tW']
46 + #if energy=='8TeV':
47 + #    theJobs = ['ZH110','ZH125','ZH120','DY','DY5070','DY70100','DY100','ZH115','ZH130','ZH135','ZZ','DY120','Zmm','ST_s','TT','Zee','STbar_s','STbar_t','WZ','WW','STbar_tW','ST_tW']
48 + #if Test:
49 + #       theJobs = ['WZ']
50 +
51 +
52   path = config.get("Directories","samplepath")
53   infofile = open(path+'/env/samples.info','r')
54   info = pickle.load(infofile)
55   infofile.close()
56  
57 + #submit('prepare',repDict)
58 +
59   for job in info:
60 <        submit(job.name,repDict)
60 >    if Test and job.name == 'WZ':    
61 >        submit(job.name,repDict)
62 >    elif not Test:
63 >        submit(job.name,repDict)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines