diff --git a/interface/DataTypes.h b/interface/DataTypes.h index 96ae19b8..fe11f462 100644 --- a/interface/DataTypes.h +++ b/interface/DataTypes.h @@ -24,19 +24,23 @@ enum value { W3Jets, W4Jets, Zjets, - //2012 DY samples + // 2012 DY samples Z1Jet, Z2Jets, Z3Jets, Z4Jets, + // 2011 QCD samples QCD_BCtoE_Pt20to30, QCD_BCtoE_Pt30to80, QCD_BCtoE_Pt80to170, QCD_EMEnriched_Pt20to30, QCD_EMEnriched_Pt30to80, QCD_EMEnriched_Pt80to170, + QCD_EMEnriched_Pt170to250, + QCD_EMEnriched_Pt250to350, + QCD_EMEnriched_Pt350, QCD_MuEnrichedPt15_Pt20, - //2012 QCD samples + // 2012 QCD samples QCD_BCtoE_Pt20_30, QCD_BCtoE_Pt30_80, QCD_BCtoE_Pt80_170, @@ -48,7 +52,7 @@ enum value { QCD_EMEnriched_Pt80_170, QCD_EMEnriched_Pt170_250, QCD_EMEnriched_Pt250_350, - QCD_EMEnriched_Pt350, + //QCD_EMEnriched_Pt350, // commented out as it has the same name as for 2011 a few lines above QCD_MuEnrichedPt15_Pt_20, QCD_MuEnrichedPt5_Pt15to20, QCD_MuEnrichedPt5_Pt20to30, @@ -138,12 +142,16 @@ const boost::array names = { { "DY2JetsToLL", // "DY3JetsToLL", // "DY4JetsToLL", // + //2011 QCD Samples "QCD_Pt-20to30_BCtoE", // "QCD_Pt-30to80_BCtoE", // "QCD_Pt-80to170_BCtoE", // "QCD_Pt-20to30_EMEnriched", // "QCD_Pt-30to80_EMEnriched", // "QCD_Pt-80to170_EMEnriched", //10 + "QCD_Pt-170to250_EMEnriched", // + "QCD_Pt-250to350_EMEnriched", // + "QCD_Pt-350_EMEnriched", // "QCD_Pt-20_MuEnrichedPt-15", // //2012 QCD samples "QCD_Pt_20_30_BCtoE", // @@ -157,7 +165,8 @@ const boost::array names = { { "QCD_Pt_80_170_EMEnriched", // "QCD_Pt_170_250_EMEnriched", // "QCD_Pt_250_350_EMEnriched", // - "QCD_Pt_350_EMEnriched", // + //"QCD_Pt_350_EMEnriched", // commented out as it has the same name as for 2011 a few lines above + //2011 & 2012 Muon QCD samples "QCD_Pt_20_MuEnrichedPt_15", // "QCD_Pt-15to20_MuEnrichedPt5", // "QCD_Pt-20to30_MuEnrichedPt5", // diff --git a/python/DataSetInfo_7TeV.py b/python/DataSetInfo_7TeV.py index c4f03d16..03ba7100 100644 --- a/python/DataSetInfo_7TeV.py +++ b/python/DataSetInfo_7TeV.py @@ -18,10 +18,10 @@ datasetInfo = {} #if using the designated subset: -datasetInfo['TTJet'] = {"cross-section": 157.5, "NumberOfProcessedEvents":17100187} +datasetInfo['TTJet'] = {"cross-section": 164.5, "NumberOfProcessedEvents":17100187} datasetInfo['WJetsToLNu'] = {"cross-section": 31314., "NumberOfProcessedEvents":76726296} datasetInfo['W1Jet'] = {"cross-section": 4480., "NumberOfProcessedEvents":75710577 } #to update once sample is available -datasetInfo['W2Jets'] = {"cross-section": 1674., "NumberOfProcessedEvents":25013856} +datasetInfo['W2Jets'] = {"cross-section": 1674., "NumberOfProcessedEvents":25069566} datasetInfo['W3Jets'] = {"cross-section": 484.7, "NumberOfProcessedEvents":7404688} #to update once sample is available datasetInfo['W4Jets'] = {"cross-section": 211.7, "NumberOfProcessedEvents":13240209} @@ -112,6 +112,7 @@ datasetInfo['QCD_Pt_350_EMEnriched'] = {"cross-section": 810.0 * 0.11, "NumberOfProcessedEvents":33981105} datasetInfo['QCD_Pt_20_MuEnrichedPt_15'] = {"cross-section": 3.64e8 * 3.7e-4, "NumberOfProcessedEvents":21484326} +datasetInfo['QCD_Pt-20_MuEnrichedPt-15'] = {"cross-section": 3.64e8 * 3.7e-4, "NumberOfProcessedEvents":25080199} datasetInfo['WWtoAnything'] = {"cross-section": 43., "NumberOfProcessedEvents":4225341} datasetInfo['WZtoAnything'] = {"cross-section": 18.2, "NumberOfProcessedEvents":4264676} diff --git a/python/DataSetInfo_8TeV.py b/python/DataSetInfo_8TeV.py index 107aa2ba..74853f97 100644 --- a/python/DataSetInfo_8TeV.py +++ b/python/DataSetInfo_8TeV.py @@ -146,5 +146,8 @@ datasetInfo['QCD_Pt-20to30_EMEnriched'] = {"cross-section": 0.2355e9 * 0.0073, "NumberOfProcessedEvents":34607077} datasetInfo['QCD_Pt-30to80_EMEnriched'] = {"cross-section": 0.0593e9 * 0.059, "NumberOfProcessedEvents":70376046} datasetInfo['QCD_Pt-80to170_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} +datasetInfo['QCD_Pt-170to250_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} +datasetInfo['QCD_Pt-250to350_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} +datasetInfo['QCD_Pt-350_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} #Higgs datasetInfo['TTH_Inclusive_M-125'] = {"cross-section": 0.1293, "NumberOfProcessedEvents":993656} diff --git a/python/master_2011_53X_cfg.py b/python/master_2011_53X_cfg.py index ccb338be..27d67ab1 100644 --- a/python/master_2011_53X_cfg.py +++ b/python/master_2011_53X_cfg.py @@ -1,4 +1,4 @@ -mc_path = '/storage/TopQuarkGroup/mc/7TeV/v11/LeptonPlus3JetsSkim' +mc_path = '/storage/TopQuarkGroup/mc/7TeV/v11/LeptonPlus3JetsSkim/' data_path = '/storage/TopQuarkGroup/data/2011/' datasets = {'ElectronHad' : [data_path + 'ElectronHad/nTuple_v11_Run2011A-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets', data_path + 'ElectronHad/nTuple_v11_Run2011B-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets'], @@ -28,7 +28,7 @@ 'QCD_250to350_EMEnriched' : [mc_path + 'QCD_Pt-250to350_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], 'QCD_350_EMEnriched' : [mc_path + 'QCD_Pt-350_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'GJets_40To100' : [mc_path + 'GJets_TuneZ2_40_HT_100_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'GJets_100To200' : [mc_path + 'GJets_TuneZ2_100_HT_200_7TeV-madgraph/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v3_LeptonPlus3Jet'], + 'GJets_100To200' : [mc_path + 'GJets_TuneZ2_100_HT_200_7TeV-madgraph/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v3_LeptonPlus3Jets'], #'GJets_200' : [mc_path + 'GJets_TuneZ2_200_HT_inf_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], 'T_s' : [mc_path + 'T_TuneZ2_s-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], 'T_t' : [mc_path + 'T_TuneZ2_t-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], @@ -38,9 +38,9 @@ 'Tbar_tW' : [mc_path + 'Tbar_TuneZ2_tW-channel-DR_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], 'WJets' : [mc_path + 'WJetsToLNu_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'W1Jet' : [mc_path + 'W1Jet_TuneZ2_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - #'W2Jets' : [mc_path + 'W2Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'W2Jets' : [mc_path + 'W2Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'W3Jets' : [mc_path + 'W3Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - #'W4Jets' : [mc_path + 'W4Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'W4Jets' : [mc_path + 'W4Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'TTJets-matchingdown' : [mc_path + 'TTjets_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], #'TTJets-matchingup' : [mc_path + 'TTjets_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], 'TTJets-scaledown' : [mc_path + 'TTJets_MSDecays_scaledown_TuneZ2star_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v2_LeptonPlus3Jets'], diff --git a/python/test_cfg.py b/python/test_cfg.py index 795e7673..3cb972fc 100644 --- a/python/test_cfg.py +++ b/python/test_cfg.py @@ -89,4 +89,4 @@ elif centerOfMassEnergy == 8: datasetInfoFile = toolsFolder + "python/DataSetInfo_8TeV.py" -custom_file_suffix = "TEST" +custom_file_suffix = "TEST" diff --git a/start_2011_53X_Analysis.sh b/start_2011_53X_Analysis.sh index e05b6ccf..655aa469 100755 --- a/start_2011_53X_Analysis.sh +++ b/start_2011_53X_Analysis.sh @@ -3,7 +3,6 @@ machine="soolin" #machine="stardust" exe=BAT -toolsFolder=BristolAnalysis/Tools/ toolsFolder=BristolAnalysis/Tools/ if [ ${machine} == "stardust" ] then @@ -177,23 +176,23 @@ sample="QCD_350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFol sample="QCD_350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_up.log & wait -sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & -sample="GJets_40To100" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_up.log & -sample="GJets_40To100" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_down.log & -sample="GJets_40To100" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_up.log & -sample="GJets_40To100" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_down.log & -sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & -sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & -sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & -wait -sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & -sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & -sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & -sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & -sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & -sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & -sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & -wait +#sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & +#sample="GJets_40To100" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_up.log & +#sample="GJets_40To100" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_down.log & +#sample="GJets_40To100" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_up.log & +#sample="GJets_40To100" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_down.log & +#sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & +#sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & +#sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & +#wait +#sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & +#sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & +#sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & +#sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & +#sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & +#sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & +#sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & +#wait sample="GJets_100To200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_central.log & sample="GJets_100To200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_Electron_up.log & @@ -213,245 +212,245 @@ sample="GJets_100To200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder} sample="GJets_100To200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_up.log & wait -sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_central.log & -sample="GJets_200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_up.log & -sample="GJets_200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_down.log & -sample="GJets_200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_up.log & -sample="GJets_200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_down.log & -sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & -sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & -sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & -wait -sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & -sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & -sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & -sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & -sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & -sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & -sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & -wait - -sample="QCD_Pt-15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_central.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_up.log & -wait -sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_central.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_up.log & -wait -sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_central.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_up.log & -wait -sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_central.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_up.log & -wait -sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_central.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_up.log & -wait -sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_central.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_up.log & -wait -sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_central.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_up.log & -wait -sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_central.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_up.log & -wait -sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_central.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_up.log & -wait -sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_central.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_up.log & -wait -sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_central.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_up.log & -wait -sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_central.log & -sample="QCD_Pt-1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_up.log & -wait -sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_up.log & +#sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_central.log & +#sample="GJets_200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_up.log & +#sample="GJets_200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_down.log & +#sample="GJets_200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_up.log & +#sample="GJets_200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_down.log & +#sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & +#sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & +#sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & +#wait +#sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & +#sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & +#sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & +#sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & +#sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & +#sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & +#sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & +#wait + +sample="QCD_15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_central.log & +sample="QCD_15to20_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Electron_up.log & +sample="QCD_15to20_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Electron_down.log & +sample="QCD_15to20_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Muon_up.log & +sample="QCD_15to20_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Muon_down.log & +sample="QCD_15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JES_up.log & +sample="QCD_15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JES_down.log & +sample="QCD_15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JER_up.log & +wait +sample="QCD_15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JER_down.log & +sample="QCD_15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_PU_down.log & +sample="QCD_15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_PU_up.log & +sample="QCD_15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_BJet_down.log & +sample="QCD_15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_BJet_up.log & +sample="QCD_15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_LightJet_down.log & +sample="QCD_15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_LightJet_up.log & +wait + +sample="QCD_20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_central.log & +sample="QCD_20to30_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Electron_up.log & +sample="QCD_20to30_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Electron_down.log & +sample="QCD_20to30_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Muon_up.log & +sample="QCD_20to30_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Muon_down.log & +sample="QCD_20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JES_up.log & +sample="QCD_20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JES_down.log & +sample="QCD_20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JER_up.log & +wait +sample="QCD_20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JER_down.log & +sample="QCD_20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_PU_down.log & +sample="QCD_20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_PU_up.log & +sample="QCD_20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_BJet_down.log & +sample="QCD_20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_BJet_up.log & +sample="QCD_20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_LightJet_down.log & +sample="QCD_20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_LightJet_up.log & +wait + +sample="QCD_30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_central.log & +sample="QCD_30to50_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Electron_up.log & +sample="QCD_30to50_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Electron_down.log & +sample="QCD_30to50_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Muon_up.log & +sample="QCD_30to50_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Muon_down.log & +sample="QCD_30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JES_up.log & +sample="QCD_30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JES_down.log & +sample="QCD_30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JER_up.log & +wait +sample="QCD_30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JER_down.log & +sample="QCD_30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_PU_down.log & +sample="QCD_30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_PU_up.log & +sample="QCD_30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_BJet_down.log & +sample="QCD_30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_BJet_up.log & +sample="QCD_30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_LightJet_down.log & +sample="QCD_30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_LightJet_up.log & +wait + +sample="QCD_50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_central.log & +sample="QCD_50to80_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Electron_up.log & +sample="QCD_50to80_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Electron_down.log & +sample="QCD_50to80_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Muon_up.log & +sample="QCD_50to80_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Muon_down.log & +sample="QCD_50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JES_up.log & +sample="QCD_50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JES_down.log & +sample="QCD_50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JER_up.log & +wait +sample="QCD_50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JER_down.log & +sample="QCD_50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_PU_down.log & +sample="QCD_50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_PU_up.log & +sample="QCD_50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_BJet_down.log & +sample="QCD_50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_BJet_up.log & +sample="QCD_50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_LightJet_down.log & +sample="QCD_50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_LightJet_up.log & +wait + +sample="QCD_80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_central.log & +sample="QCD_80to120_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Electron_up.log & +sample="QCD_80to120_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Electron_down.log & +sample="QCD_80to120_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Muon_up.log & +sample="QCD_80to120_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Muon_down.log & +sample="QCD_80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JES_up.log & +sample="QCD_80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JES_down.log & +sample="QCD_80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JER_up.log & +wait +sample="QCD_80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JER_down.log & +sample="QCD_80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_PU_down.log & +sample="QCD_80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_PU_up.log & +sample="QCD_80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_BJet_down.log & +sample="QCD_80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_BJet_up.log & +sample="QCD_80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_LightJet_down.log & +sample="QCD_80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_LightJet_up.log & +wait + +sample="QCD_120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_central.log & +sample="QCD_120to170_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Electron_up.log & +sample="QCD_120to170_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Electron_down.log & +sample="QCD_120to170_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Muon_up.log & +sample="QCD_120to170_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Muon_down.log & +sample="QCD_120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JES_up.log & +sample="QCD_120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JES_down.log & +sample="QCD_120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JER_up.log & +wait +sample="QCD_120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JER_down.log & +sample="QCD_120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_PU_down.log & +sample="QCD_120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_PU_up.log & +sample="QCD_120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_BJet_down.log & +sample="QCD_120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_BJet_up.log & +sample="QCD_120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_LightJet_down.log & +sample="QCD_120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_LightJet_up.log & +wait + +sample="QCD_170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_central.log & +sample="QCD_170to300_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Electron_up.log & +sample="QCD_170to300_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Electron_down.log & +sample="QCD_170to300_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Muon_up.log & +sample="QCD_170to300_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Muon_down.log & +sample="QCD_170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JES_up.log & +sample="QCD_170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JES_down.log & +sample="QCD_170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JER_up.log & +wait +sample="QCD_170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JER_down.log & +sample="QCD_170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_PU_down.log & +sample="QCD_170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_PU_up.log & +sample="QCD_170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_BJet_down.log & +sample="QCD_170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_BJet_up.log & +sample="QCD_170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_LightJet_down.log & +sample="QCD_170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_LightJet_up.log & +wait + +sample="QCD_300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_central.log & +sample="QCD_300to470_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Electron_up.log & +sample="QCD_300to470_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Electron_down.log & +sample="QCD_300to470_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Muon_up.log & +sample="QCD_300to470_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Muon_down.log & +sample="QCD_300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JES_up.log & +sample="QCD_300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JES_down.log & +sample="QCD_300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JER_up.log & +wait +sample="QCD_300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JER_down.log & +sample="QCD_300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_PU_down.log & +sample="QCD_300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_PU_up.log & +sample="QCD_300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_BJet_down.log & +sample="QCD_300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_BJet_up.log & +sample="QCD_300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_LightJet_down.log & +sample="QCD_300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_LightJet_up.log & +wait + +ample="QCD_470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_central.log & +sample="QCD_470to600_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Electron_up.log & +sample="QCD_470to600_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Electron_down.log & +sample="QCD_470to600_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Muon_up.log & +sample="QCD_470to600_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Muon_down.log & +sample="QCD_470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JES_up.log & +sample="QCD_470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JES_down.log & +sample="QCD_470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JER_up.log & +wait +sample="QCD_470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JER_down.log & +sample="QCD_470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_PU_down.log & +sample="QCD_470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_PU_up.log & +sample="QCD_470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_BJet_down.log & +sample="QCD_470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_BJet_up.log & +sample="QCD_470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_LightJet_down.log & +sample="QCD_470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_LightJet_up.log & +wait + +sample="QCD_600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_central.log & +sample="QCD_600to800_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Electron_up.log & +sample="QCD_600to800_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Electron_down.log & +sample="QCD_600to800_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Muon_up.log & +sample="QCD_600to800_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Muon_down.log & +sample="QCD_600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JES_up.log & +sample="QCD_600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JES_down.log & +sample="QCD_600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JER_up.log & +wait +sample="QCD_600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JER_down.log & +sample="QCD_600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_PU_down.log & +sample="QCD_600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_PU_up.log & +sample="QCD_600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_BJet_down.log & +sample="QCD_600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_BJet_up.log & +sample="QCD_600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_LightJet_down.log & +sample="QCD_600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_LightJet_up.log & +wait + +sample="QCD_800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_central.log & +sample="QCD_800to1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Electron_up.log & +sample="QCD_800to1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Electron_down.log & +sample="QCD_800to1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Muon_up.log & +sample="QCD_800to1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Muon_down.log & +sample="QCD_800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JES_up.log & +sample="QCD_800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JES_down.log & +sample="QCD_800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JER_up.log & +wait +sample="QCD_800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JER_down.log & +sample="QCD_800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_PU_down.log & +sample="QCD_800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_PU_up.log & +sample="QCD_800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_BJet_down.log & +sample="QCD_800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_BJet_up.log & +sample="QCD_800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_LightJet_down.log & +sample="QCD_800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_LightJet_up.log & +wait + +sample="QCD_1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_central.log & +sample="QCD_1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Electron_up.log & +sample="QCD_1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Electron_down.log & +sample="QCD_1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Muon_up.log & +sample="QCD_1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Muon_down.log & +sample="QCD_1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JES_up.log & +sample="QCD_1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JES_down.log & +sample="QCD_1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JER_up.log & +wait +sample="QCD_1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JER_down.log & +sample="QCD_1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_PU_down.log & +sample="QCD_1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_PU_up.log & +sample="QCD_1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_BJet_down.log & +sample="QCD_1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_BJet_up.log & +sample="QCD_1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_LightJet_down.log & +sample="QCD_1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_LightJet_up.log & wait sample="WJets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_central.log & -sample="WJets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Electron_up.log & -sample="WJets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Electron_down.log & -sample="WJets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Muon_up.log & -sample="WJets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Muon_down.log & +sample="WJets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Electron_up.log & +sample="WJets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Electron_down.log & +sample="WJets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Muon_up.log & +sample="WJets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Muon_down.log & sample="WJets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JES_up.log & sample="WJets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JES_down.log & sample="WJets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JER_up.log & @@ -466,14 +465,14 @@ sample="WJets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/mast wait #sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_central.log & -#sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Electron_up.log & -#sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Electron_down.log & -#sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Muon_up.log & -#sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Muon_down.log & +#sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Electron_up.log & +#sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Electron_down.log & +#sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Muon_up.log & +#sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Muon_down.log & #sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & #sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & #sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & -wait +#wait #sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & #sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & #sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & @@ -481,35 +480,35 @@ wait #sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & #sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & #sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & -wait +#wait -#sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_central.log & -#sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Electron_up.log & -#sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Electron_down.log & -#sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Muon_up.log & -#sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Muon_down.log & -#sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & -#sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & -#sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & +sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_central.log & +sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Electron_up.log & +sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Electron_down.log & +sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Muon_up.log & +sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Muon_down.log & +sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & +sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & +sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & wait -#sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & -#sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & -#sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & -#sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & -#sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & -#sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & -#sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & +sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & +sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & +sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & +sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & +sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & +sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & +sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & wait #sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_central.log & -#sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Electron_up.log & -#sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Electron_down.log & -#sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Muon_up.log & -#sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Muon_down.log & +#sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Electron_up.log & +#sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Electron_down.log & +#sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Muon_up.log & +#sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Muon_down.log & #sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & #sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & #sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & -wait +#wait #sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & #sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & #sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & @@ -517,24 +516,24 @@ wait #sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & #sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & #sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & -wait +#wait -#sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_central.log & -#sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Electron_up.log & -#sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Electron_down.log & -#sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Muon_up.log & -#sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Muon_down.log & -#sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & -#sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & -#sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & +sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_central.log & +sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Electron_up.log & +sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Electron_down.log & +sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Muon_up.log & +sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Muon_down.log & +sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & +sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & +sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & wait -#sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & -#sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & -#sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & -#sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & -#sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & -#sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & -#sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & +sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & +sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & +sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & +sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & +sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & +sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & +sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & wait sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_central.log & @@ -761,118 +760,117 @@ sample="ElectronHad" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/m sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_central.log & sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +wait #systematics -sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & -sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & +#sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & +#sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & -sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & -sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & -sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & -sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & +#sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & +#sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & +#sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & +#sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & wait -sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & -sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & -sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & -sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & +#sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & +#sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & +#sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & +#sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & #other generators: (last because they take the longest to run) -sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & -sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & -sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & -wait +#sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & +#sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & +#sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & +#wait #PDFs with odd numbers -for i in $(seq 11) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 12 22) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 22 33) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 34 44) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait +#for i in $(seq 11) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +#for i in $(seq 12 22) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 22 33) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 34 44) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# #PDFs with even numbers -for i in $(seq 11) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 11 22) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 23 33) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 33 44) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done - - -wait +#for i in $(seq 11) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 11 22) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 23 33) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 33 44) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait