Attachment 'DESYSubmission_jobOption.py'
Download 1 #
2 # job submission defaults for panda
3 # Configure the following parameters for submission
4 # created by : Akira Shibata
5 # adapted for SingleTopDPDMaker by Clemens Lange
6 #
7
8 # User name, change to yours (use 'top' if you are doing official production)
9 sub_username="ClemensLange"
10
11 # If you are doing official production, switch it on
12 sub_official=False
13
14 # Prefix for the DPD, to keep track of the release used
15 #sub_version="TopElectroweakD3PD_14506NAF_InitialPartons"
16 sub_version="SingleTop1550"
17
18 # Just a suffix number to keep track of jobs
19 sub_tryNo="v01"
20
21 # In case you are re-using libDS, specify here
22 sub_libDS=""
23
24 # Use the following if you want to enable cloud submission. In that case you should not specify site below.
25 # Right now cloud is the recommended option but I personally know setting sites works better ;)
26 sub_cloud='US' # or 'CA' or 'EU' or such
27
28 # If you are specifying site/queue directly, use the following.
29 # For other queues and current status, look at http://gridui06.usatlas.bnl.gov:25880/server/pandamon/query?dash=analysis
30 #sub_site_T1_OSG=["ANALY_FZK"]
31 #sub_site_T1_OSG=["ANALY_BNL_ATLAS_1"]
32 #sub_site_T1_OSG=["ANALY_MWT2_SHORT"]
33 #sub_site_T1_OSG=["ANALY_AGLT2"] #Test?
34 #sub_site_T1_OSG=["ANALY_GRIF-LPNHE"]
35 #sub_site_T1_OSG=["ANALY_LYON"]
36 #sub_site=sub_site_T1_OSG
37
38 # By default we will use the TopLight jobOption
39 #sub_jobOp="TopPhysDPDMaker/TopLightD3PD_topOptions.py"
40 sub_jobOp="DESYrunSingleTopDPDMaker.py"
41
42 # Specify the dataset here. Use Datasets_14.py to define the datasets and substitute here
43 #sub_InDataSets_rel14="Datasets_14.py"
44 sub_InDataSets=sub_InDataSets_rel14
45
46 # If your job is long use this but normal jobs should be OK.
47 sub_long=False
48
49 # Number of files per sub job. 10 is normally good
50 sub_nFiles=1
51
52 # If you want to limit the total number of files to process for some reason, use this
53 #sub_nAllFiles=1
54
55 # If you want to exclude some sites, put them here:
56 exclude_site= ""
57
58 # Any other pathena option must go here.
59 sub_other= " "
60
61 # This next line indicate that the submission configuration ends here. Very important to keep.
62 #End
63
64 # The following option will be passed to the jobOption you are running. The following will work with MC08 data.
65 # See the jobOption for details of each option
66
67 #include("SingleTopDPDMaker/DESYrunSingleTopDPDMaker.py")
68
69 # fix for btagging
70 #theJob.FullRecoLooper.Inserter.Inserter_Cone4H1TowerJetsInserter.ContainerKey = 'Cone4H1TowerJetsAOD'
71 #DetDescrVersion = 'ATLAS-CSC-02-03-00'
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.