diff --git a/python/master_2011_44X_cfg.py b/python/master_2011_44X_cfg.py index f69e3003..58288657 100644 --- a/python/master_2011_44X_cfg.py +++ b/python/master_2011_44X_cfg.py @@ -1,4 +1,4 @@ -mc_path = '/storage/TopQuarkGroup/mc/7TeV/LeptonPlus3JetsSkim/' +mc_path = '/storage/TopQuarkGroup/mc/7TeV/v10/LeptonPlus3JetsSkim/' data_path = '/storage/TopQuarkGroup/data/2011/' datasets = {'ElectronHad' : [data_path + 'ElectronHad/nTuple_v10_Run2011A-08Nov2011-v1_44X_GoldenJSON_LeptonPlus3Jets', data_path + 'ElectronHad/nTuple_v10_Run2011B-19Nov2011-v1_44X_GoldenJSON_LeptonPlus3Jets'], @@ -49,6 +49,10 @@ } analysisModes = ['central', + 'Electron_down', + 'Electron_up', + 'Muon_down', + 'Muon_up', 'BJet_down', 'BJet_up', 'JES_down', @@ -63,8 +67,10 @@ analysisModes.extend(['PDFWeights_%d' % weight for weight in range(1, 45)]) -available_settings = ['JESsystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'JetSmearingSystematic', 'custom_file_suffix'] +available_settings = ['ElectronScaleFactorSystematic', 'MuonScaleFactorSystematic', 'JESsystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'JetSmearingSystematic', 'custom_file_suffix'] default_settings = { + 'ElectronScaleFactorSystematic':0, + 'MuonScaleFactorSystematic':0, 'JESsystematic':0, 'PUFile':'PileUp_2011_truth_finebin_68000microbarn.root', 'BTagSystematic':0, @@ -75,6 +81,10 @@ } analysis_settings = { + 'Electron_down':{'ElectronScaleFactorSystematic':-1}, + 'Electron_up':{'ElectronScaleFactorSystematic':1}, + 'Muon_down':{'MuonScaleFactorSystematic':-1}, + 'Muon_up':{'MuonScaleFactorSystematic':1}, 'BJet_down':{'BTagSystematic':-1}, 'BJet_up':{'BTagSystematic':1}, 'JES_down':{'JESsystematic':-1}, @@ -136,6 +146,8 @@ def getAnalysisSettings(analysisMode): #File for pile-up re-weighting PUFile = toolsFolder + "data/" + settings['PUFile'] +ElectronScaleFactorSystematic = settings['ElectronScaleFactorSystematic'] +MuonScaleFactorSystematic = settings['MuonScaleFactorSystematic'] #JES Systematic, the +/- number of uncertainties to vary the jets with JESsystematic = settings['JESsystematic'] JetSmearingSystematic = settings['JetSmearingSystematic'] diff --git a/python/master_2012_cfg.py b/python/master_2012_cfg.py index 6448e766..1b825931 100644 --- a/python/master_2012_cfg.py +++ b/python/master_2012_cfg.py @@ -72,6 +72,10 @@ } analysisModes = ['central', + 'Electron_down', + 'Electron_up', + 'Muon_down', + 'Muon_up', 'BJet_down', 'BJet_up', 'JES_down', @@ -86,22 +90,30 @@ analysisModes.extend(['PDFWeights_%d' % weight for weight in range(1, 45)]) -available_settings = ['JESsystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'JetSmearingSystematic', 'custom_file_suffix'] +available_settings = ['ElectronScaleFactorSystematic', 'MuonScaleFactorSystematic', 'JESsystematic', 'JetSmearingSystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'custom_file_suffix'] default_settings = { + 'ElectronScaleFactorSystematic':0, + 'MuonScaleFactorSystematic':0, 'JESsystematic':0, + 'JetSmearingSystematic':0, 'PUFile':'PileUp_2012_69300_truth_finebin.root', 'BTagSystematic':0, 'LightTagSystematic':0, - 'JetSmearingSystematic':0, 'custom_file_suffix':'', 'pdfWeightNumber' : 0, } analysis_settings = { + 'Electron_down':{'ElectronScaleFactorSystematic':-1}, + 'Electron_up':{'ElectronScaleFactorSystematic':1}, + 'Muon_down':{'MuonScaleFactorSystematic':-1}, + 'Muon_up':{'MuonScaleFactorSystematic':1}, 'BJet_down':{'BTagSystematic':-1}, 'BJet_up':{'BTagSystematic':1}, 'JES_down':{'JESsystematic':-1}, 'JES_up':{'JESsystematic':1}, + 'JetSmearing_up':{'JetSmearingSystematic':1}, + 'JetSmearing_down':{'JetSmearingSystematic':-1}, 'LightJet_down':{'LightTagSystematic':-1}, 'LightJet_up':{'LightTagSystematic':1}, 'PU_down':{'PUFile':'PileUp_2012_65835_truth_finebin.root', @@ -109,8 +121,6 @@ }, 'PU_up':{'PUFile':'PileUp_2012_72765_truth_finebin.root', 'custom_file_suffix':'PU_72765mb'}, - 'JetSmearing_up':{'JetSmearingSystematic':1}, - 'JetSmearing_down':{'JetSmearingSystematic':-1}, 'Test': {'custom_file_suffix':'TESTING'} } @@ -160,6 +170,8 @@ def getAnalysisSettings(analysisMode): #File for pile-up re-weighting PUFile = toolsFolder + "data/" + settings['PUFile'] +ElectronScaleFactorSystematic = settings['ElectronScaleFactorSystematic'] +MuonScaleFactorSystematic = settings['MuonScaleFactorSystematic'] #JES Systematic, the +/- number of uncertainties to vary the jets with JESsystematic = settings['JESsystematic'] JetSmearingSystematic = settings['JetSmearingSystematic'] diff --git a/python/master_cfg.py b/python/master_cfg.py index 459b4efd..92f505bc 100644 --- a/python/master_cfg.py +++ b/python/master_cfg.py @@ -49,10 +49,10 @@ } analysisModes = ['central', - 'ElectronScaleFactor_down', - 'ElectronScaleFactor_up', - 'MuonScaleFactor_down', - 'MuonScaleFactor_up', + 'Electron_down', + 'Electron_up', + 'Muon_down', + 'Muon_up', 'BJet_down', 'BJet_up', 'JES_down', @@ -61,11 +61,13 @@ 'LightJet_up', 'PU_down', 'PU_up', + 'JetSmearing_up', + 'JetSmearing_down', 'Test'] analysisModes.extend(['PDFWeights_%d' % weight for weight in range(1, 45)]) -available_settings = ['ElectronScaleFactorSystematic', 'MuonScaleFactorSystematic', 'JESsystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'custom_file_suffix'] +available_settings = ['ElectronScaleFactorSystematic', 'MuonScaleFactorSystematic', 'JESsystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'JetSmearingSystematic', 'custom_file_suffix'] default_settings = { 'ElectronScaleFactorSystematic':0, 'MuonScaleFactorSystematic':0, @@ -73,16 +75,17 @@ 'PUFile':'PileUp_2011_truth_finebin_68000microbarn.root', 'BTagSystematic':0, 'LightTagSystematic':0, + 'JetSmearingSystematic':0, 'custom_file_suffix':'', 'pdfWeightNumber' : 0, } analysis_settings = { - 'ElectronScaleFactor_down':{'ElectronScaleFactorSystematic':-1}, - 'ElectronScaleFactor_up':{'ElectronScaleFactorSystematic':1}, - 'MuonScaleFactor_down':{'MuonScaleFactorSystematic':-1}, - 'MuonScaleFactor_up':{'MuonScaleFactorSystematic':1}, - 'BJet_down':{'BTagSystematic':-1}, + 'Electron_down':{'ElectronScaleFactorSystematic':-1}, + 'Electron_up':{'ElectronScaleFactorSystematic':1}, + 'Muon_down':{'MuonScaleFactorSystematic':-1}, + 'Muon_up':{'MuonScaleFactorSystematic':1}, + 'BJet_down':{'BTagSystematic':-1}, 'BJet_up':{'BTagSystematic':1}, 'JES_down':{'JESsystematic':-1}, 'JES_up':{'JESsystematic':1}, @@ -93,7 +96,9 @@ }, 'PU_up':{'PUFile':'PileUp_2011_truth_finebin_71400microbarn.root', 'custom_file_suffix':'PU_71400mb'}, - 'Test': {'custom_file_suffix':'TESTING'} + 'JetSmearing_up':{'JetSmearingSystematic':1}, + 'JetSmearing_down':{'JetSmearingSystematic':-1}, + 'Test': {'custom_file_suffix':'TESTING'} } for weight in range(1, 45): weight_txt = 'PDFWeights_%d' % weight @@ -144,6 +149,7 @@ def getAnalysisSettings(analysisMode): MuonScaleFactorSystematic = settings['MuonScaleFactorSystematic'] #JES Systematic, the +/- number of uncertainties to vary the jets with JESsystematic = settings['JESsystematic'] +JetSmearingSystematic = settings['JetSmearingSystematic'] BTagSystematic = settings['BTagSystematic'] LightTagSystematic = settings['LightTagSystematic'] custom_file_suffix = settings['custom_file_suffix'] diff --git a/python/test_cfg.py b/python/test_cfg.py index 906f69e3..8d56493a 100644 --- a/python/test_cfg.py +++ b/python/test_cfg.py @@ -5,7 +5,7 @@ #center of mass energy: 7TeV for 2010/2011 data/MC, 8TeV for 2012 data #this value will be part of the output file name: DataType_CenterOfMassEnergyTeV_lumipb-1_.... -centerOfMassEnergy = 7 +centerOfMassEnergy = 8 nTuple_version = 10 #number of events to be processed maxEvents = 10000 @@ -59,8 +59,8 @@ applyTopPtReweighting = False #Lepton Scale Factors - ElectronScaleFactorSystematic = -1 - MuonScaleFactorSystematic = -1 + ElectronScaleFactorSystematic = 0 + MuonScaleFactorSystematic = 0 #Jet Energy Resolutions files (L7 corrections) bJetResoFile = toolsFolder + "data/bJetReso.root" @@ -70,12 +70,12 @@ useHitFit = False produceFitterASCIIoutput = False inputFiles = [ -# '/storage/TopQuarkGroup/data/2012/SingleElectron/nTuple_v10_Run2012D-22Jan2013-v1_AOD_GoldenJSON_LeptonPlus3Jets/*.root' # 53X 8TeV data + '/storage/TopQuarkGroup/data/2012/SingleElectron/nTuple_v10_Run2012D-22Jan2013-v1_AOD_GoldenJSON_LeptonPlus3Jets/*.root' # 53X 8TeV data # '/storage/TopQuarkGroup/mc/8TeV/LeptonPlus3JetsSkim/TTJets_MassiveBinDECAY_TuneZ2star_8TeV-madgraph-tauola/nTuple_v10_Summer12_DR53X-PU_S10_START53_V7C-v1_LeptonPlus3Jets/*.root' #53X 8TeV MC # '/storage/TopQuarkGroup/data/2011/ElectronHad/nTuple_v10_Run2011A-12Oct2013-v1_53X_GoldenJSON_LeptonPlus3Jets/*.root' # 53X 7TeV data # ''53X 7TeV MC not available yet # '/storage/TopQuarkGroup/data/2011/ElectronHad/nTuple_v10_Run2011B-19Nov2011-v1_44X_GoldenJSON_LeptonPlus3Jets/*.root' #44X 7TeV data - '/storage/TopQuarkGroup/mc/7TeV/v10/LeptonPlus3JetsSkim/TTJets_TuneZ2_7TeV-madgraph-tauola_with_genjet_properties/nTuple_v10_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets/*.root' #44X 7TeV MC +# '/storage/TopQuarkGroup/mc/7TeV/v10/LeptonPlus3JetsSkim/TTJets_TuneZ2_7TeV-madgraph-tauola_with_genjet_properties/nTuple_v10_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets/*.root' #44X 7TeV MC ] #relative Path from calling BAT to the TopQuarkAnalysis folder diff --git a/src/HistHelpers/HistogramManager.cpp b/src/HistHelpers/HistogramManager.cpp index 7e435599..6fd7647d 100644 --- a/src/HistHelpers/HistogramManager.cpp +++ b/src/HistHelpers/HistogramManager.cpp @@ -316,6 +316,8 @@ const std::string HistogramManager::assembleFilename(DataType::value type) const std::string jetAlgo = JetAlgorithm::names[Globals::jetAlgorithm]; std::string metAlgo = METAlgorithm::names[Globals::metAlgorithm]; std::string muonAlgo = MuonAlgorithm::names[Globals::muonAlgorithm]; + std::string electronSyst = (Globals::ElectronScaleFactorSystematic > 0) ? "_plusElectron" : "_minusElectron"; + std::string muonSyst = (Globals::MuonScaleFactorSystematic > 0) ? "_plusMuon" : "_minusMuon"; std::string jesSyst = (Globals::JESsystematic > 0) ? "_plusJES" : "_minusJES"; std::string jetSmearingSyst = (Globals::JetSmearingSystematic > 0) ? "_plusJER" : "_minusJER"; std::string bjetSyst = (Globals::BJetSystematic > 0) ? "_plusBjet" : "_minusBJet"; @@ -323,6 +325,10 @@ const std::string HistogramManager::assembleFilename(DataType::value type) const std::string suffix = Globals::custom_file_suffix; std::string pdfWeight = (Globals::pdfWeightNumber != 0) ? "_PDF_" + boost::lexical_cast(Globals::pdfWeightNumber) : ""; + if (Globals::ElectronScaleFactorSystematic == 0) + electronSyst = ""; + if (Globals::MuonScaleFactorSystematic == 0) + muonSyst = ""; if (Globals::JESsystematic == 0) jesSyst = ""; if (Globals::JetSmearingSystematic == 0) @@ -336,7 +342,7 @@ const std::string HistogramManager::assembleFilename(DataType::value type) const str << name << "_" << Globals::luminosity << "pb"; str << "_" << electronAlgo << "_" << muonAlgo << "_" << jetAlgo << "_" << metAlgo; - str << jesSyst << jetSmearingSyst << pdfWeight << bjetSyst << lightJetSyst << suffix << ".root"; + str << electronSyst << muonSyst << jesSyst << jetSmearingSyst << pdfWeight << bjetSyst << lightJetSyst << suffix << ".root"; return str.str(); } diff --git a/src/RecoObjects/Electron.cpp b/src/RecoObjects/Electron.cpp index ebb2e8d2..8189bb0d 100644 --- a/src/RecoObjects/Electron.cpp +++ b/src/RecoObjects/Electron.cpp @@ -438,31 +438,31 @@ double Electron::getEfficiencyCorrection(bool qcd, int electron_scale_factor_sys double correction(1.); double electronEta(eta()); - if(Globals::energyInTeV == 7){ - // hard coded values since pickle file not available...not updated because I couldn't find any values on twikis! - if (electronEta < -1.5) - correction = 1.003; - else if (electronEta >= -1.5 && electronEta < -1.2) - correction = 0.980; - else if (electronEta >= -1.2 && electronEta < -0.9) - correction = 0.941; - else if (electronEta >= -0.9 && electronEta < 0) - correction = 0.974; - else if (electronEta >= 0 && electronEta < 0.9) - correction = 0.977; - else if (electronEta >= 0.9 && electronEta < 1.2) - correction = 0.939; - else if (electronEta >= 1.2 && electronEta < 1.5) - correction = 0.967; - else if (electronEta >= 1.5) - correction = 1.023; - } +// if(Globals::energyInTeV == 7){ +// // hard coded values since pickle file not available...not updated because I couldn't find any values on twikis! +// if (electronEta < -1.5) +// correction = 1.003; +// else if (electronEta >= -1.5 && electronEta < -1.2) +// correction = 0.980; +// else if (electronEta >= -1.2 && electronEta < -0.9) +// correction = 0.941; +// else if (electronEta >= -0.9 && electronEta < 0) +// correction = 0.974; +// else if (electronEta >= 0 && electronEta < 0.9) +// correction = 0.977; +// else if (electronEta >= 0.9 && electronEta < 1.2) +// correction = 0.939; +// else if (electronEta >= 1.2 && electronEta < 1.5) +// correction = 0.967; +// else if (electronEta >= 1.5) +// correction = 1.023; +// } //8TeV scale factors from https://twiki.cern.ch/twiki/bin/viewauth/CMS/KoPFAElectronTagAndProbe //Only factors from PromptReco available (in the "Efficiency for e+jet channel (promptreco)" section) //Specifically: ID & Iso: "ID/Isolation efficiency" sub-section //Specifically: Trigger: "Trigger efficiency" sub-section //These values are hard coded because, unlike for Muons, there is no pickle file provided. - else if(qcd == false){ //corrections for (ID & Iso) and Trigger respectively +// else if(qcd == false){ //corrections for (ID & Iso) and Trigger respectively if(fabs(electronEta)<0.8) { if(20<=pt() && pt()<30) { //Note: Trigger scale factors only provided down to electron pt of 30GeV in the link above, so I have used the same as for the 30GeV-40GeV range. switch (electron_scale_factor_systematic) { @@ -559,7 +559,7 @@ double Electron::getEfficiencyCorrection(bool qcd, int electron_scale_factor_sys correction = (0.959+0.003)*(0.988+0.002); break; default: - correction = 0.954*0.988; + correction = 0.959*0.988; } } } @@ -613,7 +613,7 @@ double Electron::getEfficiencyCorrection(bool qcd, int electron_scale_factor_sys } } } - } +// } //ID scale factor for QCD is technically irrelevant since we use conversion veto for QCD, but ID and isolation scale factors are provided as one so unable to split them to remove the ID scale factor. // else if(qcd == true){ // } diff --git a/start_2011_44X_Analysis.sh b/start_2011_44X_Analysis.sh index 2ae34d46..6c4e1029 100755 --- a/start_2011_44X_Analysis.sh +++ b/start_2011_44X_Analysis.sh @@ -1,6 +1,6 @@ #!/bin/bash #setup the machine you are using -machine=dice +machine=soolin #machine="soolin" #machine="stardust" if [ ${machine} == "soolin" ] @@ -22,185 +22,275 @@ export toolsFolder=${toolsFolder} export exe=${exe} export TQAFPath=${TQAFPath} -#sample="QCD_20to30_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_central.log & -#sample="QCD_20to30_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_up.log & - -#sample="QCD_30to80_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_central.log & -#sample="QCD_30to80_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_up.log & - -#sample="QCD_80to170_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_central.log & -#sample="QCD_80to170_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_up.log & - -#sample="QCD_20to30_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_central.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_up.log & - -#sample="QCD_30to80_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_central.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_up.log & - -#sample="QCD_80to170_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_central.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_up.log & - -#sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & -#sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & -#sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & -#sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & -#sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & -#sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & -#sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & -#sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & -#sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & -#sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & -#sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & - -#sample="GJets_100To200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_central.log & -#sample="GJets_100To200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JES_up.log & -#sample="GJets_100To200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JES_down.log & -#sample="GJets_100To200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JER_up.log & -#sample="GJets_100To200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JER_down.log & -#sample="GJets_100To200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_PU_down.log & -#sample="GJets_100To200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_PU_up.log & -#sample="GJets_100To200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_BJet_down.log & -#sample="GJets_100To200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_BJet_up.log & -#sample="GJets_100To200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_down.log & -#sample="GJets_100To200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_up.log & - -#sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_central.log & -#sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & -#sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & -#sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & -#sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & -#sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & -#sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & -#sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & -#sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & -#sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & -#sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & - -#sample="QCD_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_central.log & -#sample="QCD_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JES_up.log & -#sample="QCD_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JES_down.log & -#sample="QCD_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JER_up.log & -#sample="QCD_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JER_down.log & -#sample="QCD_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_PU_down.log & -#sample="QCD_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_PU_up.log & -#sample="QCD_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_BJet_down.log & -#sample="QCD_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_BJet_up.log & -#sample="QCD_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_LightJet_down.log & -#sample="QCD_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_LightJet_up.log & - -#sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_central.log & -#sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & -#sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & -#sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & -#sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & -#sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & -#sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & -#sample="W1Jet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_BJet_down.log & -#sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & -#sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & -#sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & - -#sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_central.log & -#sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & -#sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & -#sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & -#sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & -#sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & -#sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & -#sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & -#sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & -#sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & -#sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & - -#sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_central.log & -#sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & -#sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & -#sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & -#sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & -#sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & -#sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & -#sample="W3Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_BJet_down.log & -#sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & -#sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & -#sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & - -#sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_central.log & -#sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & -#sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & -#sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & -#sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & -#sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & -#sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & -#sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & -#sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & -#sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & -#sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & - -#sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_central.log & -#sample="DYJetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_up.log & -#sample="DYJetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_down.log & -#sample="DYJetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_up.log & -#sample="DYJetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_down.log & -#sample="DYJetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_PU_down.log & -#sample="DYJetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_PU_up.log & -#sample="DYJetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_down.log & -#sample="DYJetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_up.log & -#sample="DYJetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_down.log & -#sample="DYJetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_up.log & +sample="QCD_20to30_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_central.log & +sample="QCD_20to30_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Electron_up.log & +sample="QCD_20to30_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Electron_down.log & +sample="QCD_20to30_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Muon_up.log & +sample="QCD_20to30_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_fg.py ${TQAFPath} &> QCD_20to30_BCtoE_Muon_down.log & +sample="QCD_20to30_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_up.log & +sample="QCD_20to30_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_down.log & +sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_up.log & +wait +sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_down.log & +sample="QCD_20to30_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_down.log & +sample="QCD_20to30_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_up.log & +sample="QCD_20to30_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_down.log & +sample="QCD_20to30_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_up.log & +sample="QCD_20to30_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_down.log & +sample="QCD_20to30_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_up.log & +wait + +sample="QCD_30to80_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_central.log & +sample="QCD_30to80_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Electron_up.log & +sample="QCD_30to80_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Electron_down.log & +sample="QCD_30to80_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Muon_up.log & +sample="QCD_30to80_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Muon_down.log & +sample="QCD_30to80_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_up.log & +sample="QCD_30to80_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_down.log & +sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_up.log & +wait +sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_down.log & +sample="QCD_30to80_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_down.log & +sample="QCD_30to80_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_up.log & +sample="QCD_30to80_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_down.log & +sample="QCD_30to80_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_up.log & +sample="QCD_30to80_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_down.log & +sample="QCD_30to80_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_up.log & +wait + +sample="QCD_80to170_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_central.log & +sample="QCD_80to170_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Electron_up.log & +sample="QCD_80to170_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Electron_down.log & +sample="QCD_80to170_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Muon_up.log & +sample="QCD_80to170_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Muon_down.log & +sample="QCD_80to170_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_up.log & +sample="QCD_80to170_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_down.log & +sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_up.log & +wait +sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_down.log & +sample="QCD_80to170_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_down.log & +sample="QCD_80to170_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_up.log & +sample="QCD_80to170_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_down.log & +sample="QCD_80to170_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_up.log & +sample="QCD_80to170_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_down.log & +sample="QCD_80to170_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_up.log & +wait + +sample="QCD_20to30_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_central.log & +sample="QCD_20to30_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Electron_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Electron_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Muon_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Muon_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_up.log & +wait +sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_up.log & +wait + +sample="QCD_30to80_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_central.log & +sample="QCD_30to80_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Electron_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Electron_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Muon_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Muon_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_up.log & +wait +sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_up.log & +wait + +sample="QCD_80to170_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_central.log & +sample="QCD_80to170_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Electron_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Electron_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Muon_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Muon_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_up.log & +wait +sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_up.log & +wait + +sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & +sample="GJets_40To100" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_up.log & +sample="GJets_40To100" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_down.log & +sample="GJets_40To100" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_up.log & +sample="GJets_40To100" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_down.log & +sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & +sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & +sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & +wait +sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & +sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & +sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & +sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & +sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & +sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & +sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & +wait + +sample="GJets_100To200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_central.log & +sample="GJets_100To200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_Electron_up.log & +sample="GJets_100To200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_Electron_down.log & +sample="GJets_100To200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_Muon_up.log & +sample="GJets_100To200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_Muon_down.log & +sample="GJets_100To200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JES_up.log & +sample="GJets_100To200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JES_down.log & +sample="GJets_100To200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JER_up.log & +wait +sample="GJets_100To200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_JER_down.log & +sample="GJets_100To200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_PU_down.log & +sample="GJets_100To200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_PU_up.log & +sample="GJets_100To200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_BJet_down.log & +sample="GJets_100To200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_BJet_up.log & +sample="GJets_100To200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_down.log & +sample="GJets_100To200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_up.log & +wait + +sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_central.log & +sample="GJets_200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_Electron_up.log & +sample="GJets_200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_Electron_down.log & +sample="GJets_200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_Muon_up.log & +sample="GJets_200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_Muon_down.log & +sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & +sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & +sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & +wait +sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & +sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & +sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & +sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & +sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & +sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & +sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & +wait + +sample="QCD_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_central.log & +sample="QCD_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_Electron_up.log & +sample="QCD_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_Electron_down.log & +sample="QCD_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_Muon_up.log & +sample="QCD_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_Muon_down.log & +sample="QCD_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JES_up.log & +sample="QCD_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JES_down.log & +sample="QCD_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JER_up.log & +wait +sample="QCD_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_JER_down.log & +sample="QCD_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_PU_down.log & +sample="QCD_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_PU_up.log & +sample="QCD_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_BJet_down.log & +sample="QCD_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_BJet_up.log & +sample="QCD_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_LightJet_down.log & +sample="QCD_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> QCD_Mu_LightJet_up.log & +wait + +sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_central.log & +sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_Electron_up.log & +sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_Electron_down.log & +sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_Muon_up.log & +sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_Muon_down.log & +sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & +sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & +sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & +wait +sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & +sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & +sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & +sample="W1Jet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_BJet_down.log & +sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & +sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & +sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & +wait + +sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_central.log & +sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_Electron_up.log & +sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_Electron_down.log & +sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_Muon_up.log & +sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_Muon_down.log & +sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & +sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & +sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & +wait +sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & +sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & +sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & +sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & +sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & +sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & +sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & +wait + +sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_central.log & +sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_Electron_up.log & +sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_Electron_down.log & +sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_Muon_up.log & +sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_Muon_down.log & +sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & +sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & +sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & +wait +sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & +sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & +sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & +sample="W3Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_BJet_down.log & +sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & +sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & +sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & +wait + +sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_central.log & +sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_Electron_up.log & +sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_Electron_down.log & +sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_Muon_up.log & +sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_Muon_down.log & +sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & +sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & +sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & +wait +sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & +sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & +sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & +sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & +sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & +sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & +sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & +wait + +sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_central.log & +sample="DYJetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_Electron_up.log & +sample="DYJetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_Electron_down.log & +sample="DYJetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_Muon_up.log & +sample="DYJetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_Muon_down.log &#sample="DYJetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_up.log & +sample="DYJetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_up.log & +sample="DYJetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_down.log & +sample="DYJetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_up.log & +wait +sample="DYJetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_down.log & +sample="DYJetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_PU_down.log & +sample="DYJetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_PU_up.log & +sample="DYJetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_down.log & +sample="DYJetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_up.log & +sample="DYJetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_down.log & +sample="DYJetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_up.log & +wait #sample="TTbarZIncl" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTbarZIncl_central.log & #sample="TTbarZIncl" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTbarZIncl_JES_up.log & @@ -262,197 +352,251 @@ export TQAFPath=${TQAFPath} #sample="ZZ" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZZ_LightJet_down.log & #sample="ZZ" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZZ_LightJet_up.log & -#sample="T_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_central.log & -#sample="T_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JES_up.log & -#sample="T_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JES_down.log & -#sample="T_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JER_up.log & -#sample="T_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JER_down.log & -#sample="T_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_PU_down.log & -#sample="T_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_PU_up.log & -#sample="T_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_BJet_down.log & -#sample="T_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_BJet_up.log & -#sample="T_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_LightJet_down.log & -#sample="T_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_LightJet_up.log & - -#sample="T_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_central.log & -#sample="T_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JES_up.log & -#sample="T_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JES_down.log & -#sample="T_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JER_up.log & -#sample="T_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JER_down.log & -#sample="T_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_PU_down.log & -#sample="T_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_PU_up.log & -#sample="T_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_BJet_down.log & -#sample="T_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_BJet_up.log & -#sample="T_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_LightJet_down.log & -#sample="T_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_LightJet_up.log & - -#sample="T_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_central.log & -#sample="T_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JES_up.log & -#sample="T_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JES_down.log & -#sample="T_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JER_up.log & -#sample="T_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JER_down.log & -#sample="T_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_PU_down.log & -#sample="T_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_PU_up.log & -#sample="T_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_BJet_down.log & -#sample="T_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_BJet_up.log & -#sample="T_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_LightJet_down.log & -#sample="T_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_LightJet_up.log & - -#sample="Tbar_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_central.log & -#sample="Tbar_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JES_up.log & -#sample="Tbar_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JES_down.log & -#sample="Tbar_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JER_up.log & -#sample="Tbar_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JER_down.log & -#sample="Tbar_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_PU_down.log & -#sample="Tbar_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_PU_up.log & -#sample="Tbar_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_down.log & -#sample="Tbar_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_up.log & -#sample="Tbar_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_down.log & -#sample="Tbar_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_up.log & - -#sample="Tbar_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_central.log & -#sample="Tbar_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JES_up.log & -#sample="Tbar_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JES_down.log & -#sample="Tbar_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JER_up.log & -#sample="Tbar_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JER_down.log & -#sample="Tbar_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_PU_down.log & -#sample="Tbar_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_PU_up.log & -#sample="Tbar_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_BJet_down.log & -#sample="Tbar_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_BJet_up.log & -#sample="Tbar_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_down.log & -#sample="Tbar_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_up.log & - -#sample="Tbar_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_central.log & -#sample="Tbar_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JES_up.log & -#sample="Tbar_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JES_down.log & -#sample="Tbar_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JER_up.log & -#sample="Tbar_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JER_down.log & -#sample="Tbar_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_PU_down.log & -#sample="Tbar_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_PU_up.log & -#sample="Tbar_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_BJet_down.log & -#sample="Tbar_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_BJet_up.log & -#sample="Tbar_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_down.log & -#sample="Tbar_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_up.log & - -#sample="TTJet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_central.log & -#sample="TTJet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JES_up.log & -#sample="TTJet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JES_down.log & -#sample="TTJet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JER_up.log & -#sample="TTJet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JER_down.log & -#sample="TTJet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_PU_down.log & -#sample="TTJet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_PU_up.log & -#sample="TTJet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_BJet_down.log & -#sample="TTJet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_BJet_up.log & -#sample="TTJet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_LightJet_down.log & -#sample="TTJet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_LightJet_up.log & - -#sample="ElectronHad" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ElectronHad_central.log & -#sample="ElectronHad" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ElectronHad_JES_up.log & -#sample="ElectronHad" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ElectronHad_JES_down.log & - -#sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> SingleMu_central.log & -#sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & -#sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +sample="T_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_central.log & +sample="T_tW" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_Electron_up.log & +sample="T_tW" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_Electron_down.log & +sample="T_tW" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_Muon_up.log & +sample="T_tW" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_Muon_down.log & +sample="T_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JES_up.log & +sample="T_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JES_down.log & +sample="T_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JER_up.log & +wait +sample="T_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_JER_down.log & +sample="T_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_PU_down.log & +sample="T_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_PU_up.log & +sample="T_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_BJet_down.log & +sample="T_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_BJet_up.log & +sample="T_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_LightJet_down.log & +sample="T_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_tW_LightJet_up.log & +wait + +sample="T_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_central.log & +sample="T_t" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_Electron_up.log & +sample="T_t" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_Electron_down.log & +sample="T_t" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_Muon_up.log & +sample="T_t" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_Muon_down.log & +sample="T_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JES_up.log & +sample="T_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JES_down.log & +sample="T_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JER_up.log & +wait +sample="T_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_JER_down.log & +sample="T_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_PU_down.log & +sample="T_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_PU_up.log & +sample="T_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_BJet_down.log & +sample="T_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_BJet_up.log & +sample="T_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_LightJet_down.log & +sample="T_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_t_LightJet_up.log & +wait + +sample="T_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_central.log & +sample="T_s" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_Electron_up.log & +sample="T_s" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_Electron_down.log & +sample="T_s" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_Muon_up.log & +sample="T_s" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_Muon_down.log & +sample="T_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JES_up.log & +sample="T_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JES_down.log & +sample="T_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JER_up.log & +wait +sample="T_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_JER_down.log & +sample="T_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_PU_down.log & +sample="T_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_PU_up.log & +sample="T_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_BJet_down.log & +sample="T_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_BJet_up.log & +sample="T_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_LightJet_down.log & +sample="T_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> T_s_LightJet_up.log & +wait + +sample="Tbar_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_central.log & +sample="Tbar_tW" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_Electron_up.log & +sample="Tbar_tW" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_Electron_down.log & +sample="Tbar_tW" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_Muon_up.log & +sample="Tbar_tW" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_Muon_down.log & +sample="Tbar_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JES_up.log & +sample="Tbar_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JES_down.log & +sample="Tbar_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JER_up.log & +wait +sample="Tbar_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_JER_down.log & +sample="Tbar_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_PU_down.log & +sample="Tbar_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_PU_up.log & +sample="Tbar_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_down.log & +sample="Tbar_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_up.log & +sample="Tbar_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_down.log & +sample="Tbar_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_up.log & +wait + +sample="Tbar_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_central.log & +sample="Tbar_t" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_Electron_up.log & +sample="Tbar_t" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_Electron_down.log & +sample="Tbar_t" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_Muon_up.log & +sample="Tbar_t" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_Muon_down.log & +sample="Tbar_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JES_up.log & +sample="Tbar_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JES_down.log & +sample="Tbar_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JER_up.log & +wait +sample="Tbar_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_JER_down.log & +sample="Tbar_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_PU_down.log & +sample="Tbar_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_PU_up.log & +sample="Tbar_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_BJet_down.log & +sample="Tbar_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_BJet_up.log & +sample="Tbar_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_down.log & +sample="Tbar_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_up.log & +wait + +sample="Tbar_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_central.log & +sample="Tbar_s" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_Electron_up.log & +sample="Tbar_s" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_Electron_down.log & +sample="Tbar_s" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_Muon_up.log & +sample="Tbar_s" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_Muon_down.log & +sample="Tbar_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JES_up.log & +sample="Tbar_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JES_down.log & +sample="Tbar_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JER_up.log & +wait +sample="Tbar_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_JER_down.log & +sample="Tbar_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_PU_down.log & +sample="Tbar_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_PU_up.log & +sample="Tbar_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_BJet_down.log & +sample="Tbar_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_BJet_up.log & +sample="Tbar_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_down.log & +sample="Tbar_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_up.log & +wait + +sample="TTJet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_central.log & +sample="TTJet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_Electron_up.log & +sample="TTJet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_Electron_down.log & +sample="TTJet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_Muon_up.log & +sample="TTJet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_Muon_down.log & +sample="TTJet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JES_up.log & +sample="TTJet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JES_down.log & +sample="TTJet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JER_up.log & +wait +sample="TTJet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_JER_down.log & +sample="TTJet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_PU_down.log & +sample="TTJet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_PU_up.log & +sample="TTJet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_BJet_down.log & +sample="TTJet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_BJet_up.log & +sample="TTJet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_LightJet_down.log & +sample="TTJet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJet_LightJet_up.log & +wait + +#data +sample="ElectronHad" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ElectronHad_central.log & +sample="ElectronHad" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ElectronHad_JES_up.log & +sample="ElectronHad" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ElectronHad_JES_down.log & + +sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> SingleMu_central.log & +sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & +sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +wait + +#systematics +sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & +sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & +sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & +sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & + +sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & +sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & +sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & +sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & +wait + +sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & +sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & +sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & +sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_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_44X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & +#sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & +sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done +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_44X_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_44X_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_44X_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_44X_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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#other generators: -#sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & -#sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & -#sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & +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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait -#systematics -#sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & -#sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & -#sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & -#sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & - -#sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & -#sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & -#sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & -#sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & - -#sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & -#sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & -#sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & -#sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_44X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & \ No newline at end of file +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_44X_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_44X_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_44X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait \ No newline at end of file diff --git a/start_2012_Analysis.sh b/start_2012_Analysis.sh index 51423794..a0ce3676 100755 --- a/start_2012_Analysis.sh +++ b/start_2012_Analysis.sh @@ -15,605 +15,862 @@ fi export toolsFolder=${toolsFolder} export exe=${exe} export TQAFPath=${TQAFPath} -#sample="QCD_20to30_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_central.log & -#sample="QCD_20to30_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_up.log & - -#sample="QCD_30to80_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_central.log & -#sample="QCD_30to80_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_up.log & - -#sample="QCD_80to170_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_central.log & -#sample="QCD_80to170_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_up.log & - -#sample="QCD_170to250_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_central.log & -#sample="QCD_170to250_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JES_up.log & -#sample="QCD_170to250_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JES_down.log & -#sample="QCD_170to250_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JER_up.log & -#sample="QCD_170to250_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JER_down.log & -#sample="QCD_170to250_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_PU_down.log & -#sample="QCD_170to250_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_PU_up.log & -#sample="QCD_170to250_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_BJet_down.log & -#sample="QCD_170to250_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_BJet_up.log & -#sample="QCD_170to250_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_LightJet_down.log & -#sample="QCD_170to250_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_LightJet_up.log & - -#sample="QCD_250to350_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_central.log & -#sample="QCD_250to350_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JES_up.log & -#sample="QCD_250to350_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JES_down.log & -#sample="QCD_250to350_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JER_up.log & -#sample="QCD_250to350_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JER_down.log & -#sample="QCD_250to350_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_PU_down.log & -#sample="QCD_250to350_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_PU_up.log & -#sample="QCD_250to350_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_BJet_down.log & -#sample="QCD_250to350_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_BJet_up.log & -#sample="QCD_250to350_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_LightJet_down.log & -#sample="QCD_250to350_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_LightJet_up.log & - -#sample="QCD_350_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_central.log & -#sample="QCD_350_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JES_up.log & -#sample="QCD_350_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JES_down.log & -#sample="QCD_350_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JER_up.log & -#sample="QCD_350_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JER_down.log & -#sample="QCD_350_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_PU_down.log & -#sample="QCD_350_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_PU_up.log & -#sample="QCD_350_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_BJet_down.log & -#sample="QCD_350_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_BJet_up.log & -#sample="QCD_350_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_LightJet_down.log & -#sample="QCD_350_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_LightJet_up.log & - -#sample="QCD_20to30_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_central.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_up.log & - -#sample="QCD_30to80_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_central.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_up.log & - -#sample="QCD_80to170_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_central.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_up.log & - -#sample="QCD_170to250_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_central.log & -#sample="QCD_170to250_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JES_up.log & -#sample="QCD_170to250_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JES_down.log & -#sample="QCD_170to250_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JER_up.log & -#sample="QCD_170to250_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JER_down.log & -#sample="QCD_170to250_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_PU_down.log & -#sample="QCD_170to250_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_PU_up.log & -#sample="QCD_170to250_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_BJet_down.log & -#sample="QCD_170to250_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_BJet_up.log & -#sample="QCD_170to250_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_LightJet_down.log & -#sample="QCD_170to250_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_LightJet_up.log & - -#sample="QCD_250to350_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_central.log & -#sample="QCD_250to350_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JES_up.log & -#sample="QCD_250to350_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JES_down.log & -#sample="QCD_250to350_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JER_up.log & -#sample="QCD_250to350_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JER_down.log & -#sample="QCD_250to350_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_PU_down.log & -#sample="QCD_250to350_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_PU_up.log & -#sample="QCD_250to350_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_BJet_down.log & -#sample="QCD_250to350_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_BJet_up.log & -#sample="QCD_250to350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_LightJet_down.log & -#sample="QCD_250to350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_LightJet_up.log & - -#sample="QCD_350_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_central.log & -#sample="QCD_350_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JES_up.log & -#sample="QCD_350_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JES_down.log & -#sample="QCD_350_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JER_up.log & -#sample="QCD_350_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JER_down.log & -#sample="QCD_350_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_PU_down.log & -#sample="QCD_350_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_PU_up.log & -#sample="QCD_350_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_BJet_down.log & -#sample="QCD_350_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_BJet_up.log & -#sample="QCD_350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_down.log & -#sample="QCD_350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_up.log & - -#sample="GJets_200To400" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_central.log & -#sample="GJets_200To400" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JES_up.log & -#sample="GJets_200To400" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JES_down.log & -#sample="GJets_200To400" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JER_up.log & -#sample="GJets_200To400" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JER_down.log & -#sample="GJets_200To400" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_PU_down.log & -#sample="GJets_200To400" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_PU_up.log & -#sample="GJets_200To400" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_BJet_down.log & -#sample="GJets_200To400" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_BJet_up.log & -#sample="GJets_200To400" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_LightJet_down.log & -#sample="GJets_200To400" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_LightJet_up.log & - -#sample="GJets_400" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_central.log & -#sample="GJets_400" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JES_up.log & -#sample="GJets_400" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JES_down.log & -#sample="GJets_400" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JER_up.log & -#sample="GJets_400" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JER_down.log & -#sample="GJets_400" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_PU_down.log & -#sample="GJets_400" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_PU_up.log & -#sample="GJets_400" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_BJet_down.log & -#sample="GJets_400" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_BJet_up.log & -#sample="GJets_400" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_LightJet_down.log & -#sample="GJets_400" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_LightJet_up.log & - -#sample="QCD_Pt-15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_central.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_up.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_down.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_up.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_down.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_down.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_up.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_down.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_up.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_down.log & -#sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_up.log & - -#sample="QCD_Pt-20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_central.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_up.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_down.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_up.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_down.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_down.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_up.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_down.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_up.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_down.log & -#sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_up.log & - -#sample="QCD_Pt-30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_central.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_up.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_down.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_up.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_down.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_down.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_up.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_down.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_up.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_down.log & -#sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_up.log & - -#sample="QCD_Pt-50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_central.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_up.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_down.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_up.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_down.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_down.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_up.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_down.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_up.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_down.log & -#sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_up.log & - -#sample="QCD_Pt-80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_central.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_up.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_down.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_up.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_down.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_down.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_up.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_down.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_up.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_down.log & -#sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_up.log & - -#sample="QCD_Pt-120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_central.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_up.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_down.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_up.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_down.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_down.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_up.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_down.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_up.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_down.log & -#sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_up.log & - -#sample="QCD_Pt-170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_central.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_up.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_down.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_up.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_down.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_down.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_up.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_down.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_up.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_down.log & -#sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_up.log & - -#sample="QCD_Pt-300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_central.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_up.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_down.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_up.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_down.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_down.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_up.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_down.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_up.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_down.log & -#sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_up.log & - -#sample="QCD_Pt-470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_central.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_up.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_down.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_up.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_down.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_down.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_up.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_down.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_up.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_down.log & -#sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_up.log & - -#sample="QCD_Pt-600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_central.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_up.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_down.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_up.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_down.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_down.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_up.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_down.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_up.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_down.log & -#sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_up.log & - -#sample="QCD_Pt-800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_central.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_up.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_down.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_up.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_down.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_down.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_up.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_down.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_up.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_down.log & -#sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_up.log & - -#sample="QCD_Pt-1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_central.log & -#sample="QCD_Pt-1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_up.log & -#sample="QCD_Pt-1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_down.log & -#sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_up.log & -#sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_down.log & -#sample="QCD_Pt-1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_down.log & -#sample="QCD_Pt-1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_up.log & -#sample="QCD_Pt-1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_down.log & -#sample="QCD_Pt-1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_up.log & -#sample="QCD_Pt-1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_down.log & -#sample="QCD_Pt-1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_up.log & - -#sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_central.log & -#sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & -#sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & -#sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & -#sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & -#sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & -#sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & -#sample="W1Jet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_BJet_down.log & -#sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & -#sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & -#sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & - -#sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_central.log & -#sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & -#sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & -#sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & -#sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & -#sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & -#sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & -#sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & -#sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & -#sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & -#sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & - -#sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_central.log & -#sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & -#sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & -#sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & -#sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & -#sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & -#sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & -#sample="W3Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_BJet_down.log & -#sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & -#sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & -#sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & - -#sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_central.log & -#sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & -#sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & -#sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & -#sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & -#sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & -#sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & -#sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & -#sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & -#sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & -#sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & - -#sample="DY1JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_central.log & -#sample="DY1JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JES_up.log & -#sample="DY1JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JES_down.log & -#sample="DY1JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JER_up.log & -#sample="DY1JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JER_down.log & -#sample="DY1JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_PU_down.log & -#sample="DY1JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_PU_up.log & -#sample="DY1JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_BJet_down.log & -#sample="DY1JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_BJet_up.log & -#sample="DY1JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_LightJet_down.log & -#sample="DY1JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_LightJet_up.log & - -#sample="DY2JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_central.log & -#sample="DY2JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JES_up.log & -#sample="DY2JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JES_down.log & -#sample="DY2JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JER_up.log & -#sample="DY2JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JER_down.log & -#sample="DY2JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_PU_down.log & -#sample="DY2JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_PU_up.log & -#sample="DY2JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_BJet_down.log & -#sample="DY2JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_BJet_up.log & -#sample="DY2JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_LightJet_down.log & -#sample="DY2JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_LightJet_up.log & - -#sample="DY3JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_central.log & -#sample="DY3JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JES_up.log & -#sample="DY3JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JES_down.log & -#sample="DY3JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JER_up.log & -#sample="DY3JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JER_down.log & -#sample="DY3JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_PU_down.log & -#sample="DY3JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_PU_up.log & -#sample="DY3JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_BJet_down.log & -#sample="DY3JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_BJet_up.log & -#sample="DY3JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_LightJet_down.log & -#sample="DY3JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_LightJet_up.log & - -#sample="DY4JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_central.log & -#sample="DY4JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JES_up.log & -#sample="DY4JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JES_down.log & -#sample="DY4JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JER_up.log & -#sample="DY4JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JER_down.log & -#sample="DY4JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_PU_down.log & -#sample="DY4JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_PU_up.log & -#sample="DY4JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_BJet_down.log & -#sample="DY4JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_BJet_up.log & -#sample="DY4JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_LightJet_down.log & -#sample="DY4JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_LightJet_up.log & - -#sample="T_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_central.log & -#sample="T_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JES_up.log & -#sample="T_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JES_down.log & -#sample="T_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JER_up.log & -#sample="T_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JER_down.log & -#sample="T_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_PU_down.log & -#sample="T_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_PU_up.log & -#sample="T_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_BJet_down.log & -#sample="T_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_BJet_up.log & -#sample="T_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_LightJet_down.log & -#sample="T_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_LightJet_up.log & - -#sample="T_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_central.log & -#sample="T_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JES_up.log & -#sample="T_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JES_down.log & -#sample="T_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JER_up.log & -#sample="T_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JER_down.log & -#sample="T_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_PU_down.log & -#sample="T_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_PU_up.log & -#sample="T_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_BJet_down.log & -#sample="T_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_BJet_up.log & -#sample="T_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_LightJet_down.log & -#sample="T_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_LightJet_up.log & - -#sample="T_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_central.log & -#sample="T_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JES_up.log & -#sample="T_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JES_down.log & -#sample="T_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JER_up.log & -#sample="T_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JER_down.log & -#sample="T_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_PU_down.log & -#sample="T_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_PU_up.log & -#sample="T_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_BJet_down.log & -#sample="T_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_BJet_up.log & -#sample="T_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_LightJet_down.log & -#sample="T_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_LightJet_up.log & - -#sample="Tbar_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_central.log & -#sample="Tbar_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JES_up.log & -#sample="Tbar_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JES_down.log & -#sample="Tbar_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JER_up.log & -#sample="Tbar_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JER_down.log & -#sample="Tbar_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_PU_down.log & -#sample="Tbar_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_PU_up.log & -#sample="Tbar_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_BJet_down.log & -#sample="Tbar_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_BJet_up.log & -#sample="Tbar_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_down.log & -#sample="Tbar_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_up.log & - -#sample="Tbar_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_central.log & -#sample="Tbar_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JES_up.log & -#sample="Tbar_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JES_down.log & -#sample="Tbar_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JER_up.log & -#sample="Tbar_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JER_down.log & -#sample="Tbar_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_PU_down.log & -#sample="Tbar_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_PU_up.log & -#sample="Tbar_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_BJet_down.log & -#sample="Tbar_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_BJet_up.log & -#sample="Tbar_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_LightJet_down.log & -#sample="Tbar_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_LightJet_up.log & - -#sample="Tbar_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_central.log & -#sample="Tbar_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JES_up.log & -#sample="Tbar_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JES_down.log & -#sample="Tbar_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JER_up.log & -#sample="Tbar_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JER_down.log & -#sample="Tbar_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_PU_down.log & -#sample="Tbar_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_PU_up.log & -#sample="Tbar_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_BJet_down.log & -#sample="Tbar_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_BJet_up.log & -#sample="Tbar_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_LightJet_down.log & -#sample="Tbar_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_LightJet_up.log & - -#sample="TTJet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_central.log & -#sample="TTJet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JES_up.log & -#sample="TTJet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JES_down.log & -#sample="TTJet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JER_up.log & -#sample="TTJet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JER_down.log & -#sample="TTJet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_PU_down.log & -#sample="TTJet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_PU_up.log & -#sample="TTJet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_BJet_down.log & -#sample="TTJet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_BJet_up.log & -#sample="TTJet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_LightJet_down.log & -#sample="TTJet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_LightJet_up.log & - -#sample="SingleElectron" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleElectron_central.log & -#sample="SingleElectron" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleElectron_JES_up.log & -#sample="SingleElectron" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleElectron_JES_down.log & - -#sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleMu_central.log & -#sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & -#sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +sample="QCD_20to30_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_central.log & +sample="QCD_20to30_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Electron_up.log & +sample="QCD_20to30_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Electron_down.log & +sample="QCD_20to30_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Muon_up.log & +sample="QCD_20to30_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Muon_down.log & +sample="QCD_20to30_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_up.log & +sample="QCD_20to30_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_down.log & +sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_up.log & +wait +sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_down.log & +sample="QCD_20to30_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_down.log & +sample="QCD_20to30_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_up.log & +sample="QCD_20to30_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_down.log & +sample="QCD_20to30_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_up.log & +sample="QCD_20to30_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_down.log & +sample="QCD_20to30_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_up.log & +wait + +sample="QCD_30to80_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_central.log & +sample="QCD_30to80_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Electron_up.log & +sample="QCD_30to80_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Electron_down.log & +sample="QCD_30to80_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Muon_up.log & +sample="QCD_30to80_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Muon_down.log & +sample="QCD_30to80_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_up.log & +sample="QCD_30to80_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_down.log & +sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_up.log & +wait +sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_down.log & +sample="QCD_30to80_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_down.log & +sample="QCD_30to80_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_up.log & +sample="QCD_30to80_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_down.log & +sample="QCD_30to80_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_up.log & +sample="QCD_30to80_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_down.log & +sample="QCD_30to80_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_up.log & +wait + +sample="QCD_80to170_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_central.log & +sample="QCD_80to170_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Electron_up.log & +sample="QCD_80to170_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Electron_down.log & +sample="QCD_80to170_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Muon_up.log & +sample="QCD_80to170_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Muon_down.log & +sample="QCD_80to170_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_up.log & +sample="QCD_80to170_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_down.log & +sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_up.log & +wait +sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_down.log & +sample="QCD_80to170_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_down.log & +sample="QCD_80to170_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_up.log & +sample="QCD_80to170_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_down.log & +sample="QCD_80to170_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_up.log & +sample="QCD_80to170_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_down.log & +sample="QCD_80to170_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_up.log & +wait + +sample="QCD_170to250_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_central.log & +sample="QCD_170to250_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_Electron_up.log & +sample="QCD_170to250_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_Electron_down.log & +sample="QCD_170to250_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_Muon_up.log & +sample="QCD_170to250_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_Muon_down.log & +sample="QCD_170to250_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JES_up.log & +sample="QCD_170to250_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JES_down.log & +sample="QCD_170to250_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JER_up.log & +wait +sample="QCD_170to250_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_JER_down.log & +sample="QCD_170to250_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_PU_down.log & +sample="QCD_170to250_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_PU_up.log & +sample="QCD_170to250_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_BJet_down.log & +sample="QCD_170to250_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_BJet_up.log & +sample="QCD_170to250_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_LightJet_down.log & +sample="QCD_170to250_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_BCtoE_LightJet_up.log & +wait + +sample="QCD_250to350_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_central.log & +sample="QCD_250to350_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_Electron_up.log & +sample="QCD_250to350_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_Electron_down.log & +sample="QCD_250to350_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_Muon_up.log & +sample="QCD_250to350_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_Muon_down.log & +sample="QCD_250to350_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JES_up.log & +sample="QCD_250to350_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JES_down.log & +sample="QCD_250to350_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JER_up.log & +wait +sample="QCD_250to350_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_JER_down.log & +sample="QCD_250to350_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_PU_down.log & +sample="QCD_250to350_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_PU_up.log & +sample="QCD_250to350_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_BJet_down.log & +sample="QCD_250to350_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_BJet_up.log & +sample="QCD_250to350_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_LightJet_down.log & +sample="QCD_250to350_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_BCtoE_LightJet_up.log & +wait + +sample="QCD_350_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_central.log & +sample="QCD_350_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_Electron_up.log & +sample="QCD_350_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_Electron_down.log & +sample="QCD_350_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_Muon_up.log & +sample="QCD_350_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_Muon_down.log & +sample="QCD_350_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JES_up.log & +sample="QCD_350_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JES_down.log & +wait +sample="QCD_350_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JER_up.log & +sample="QCD_350_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_JER_down.log & +sample="QCD_350_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_PU_down.log & +sample="QCD_350_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_PU_up.log & +sample="QCD_350_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_BJet_down.log & +sample="QCD_350_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_BJet_up.log & +sample="QCD_350_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_LightJet_down.log & +sample="QCD_350_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_BCtoE_LightJet_up.log & +wait + +sample="QCD_20to30_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_central.log & +sample="QCD_20to30_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Electron_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Electron_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Muon_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Muon_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_up.log & +wait +sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_up.log & +wait + +sample="QCD_30to80_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_central.log & +sample="QCD_30to80_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Electron_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Electron_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Muon_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Muon_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_up.log & +wait +sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_up.log & +wait + +sample="QCD_80to170_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_central.log & +sample="QCD_80to170_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Electron_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Electron_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Muon_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Muon_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_up.log & +wait +sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_up.log & +wait + +sample="QCD_170to250_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_central.log & +sample="QCD_170to250_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Electron_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Electron_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Muon_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Muon_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JES_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JES_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JER_up.log & +wait +sample="QCD_170to250_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JER_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_PU_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_PU_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_BJet_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_BJet_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_LightJet_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_LightJet_up.log & +wait + +sample="QCD_250to350_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_central.log & +sample="QCD_250to350_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Electron_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Electron_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Muon_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Muon_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JES_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JES_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JER_up.log & +wait +sample="QCD_250to350_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JER_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_PU_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_PU_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_BJet_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_BJet_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_LightJet_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_LightJet_up.log & +wait + +sample="QCD_350_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_central.log & +sample="QCD_350_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_ELectron_up.log & +sample="QCD_350_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_Electron_down.log & +sample="QCD_350_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_Muon_up.log & +sample="QCD_350_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_Muon_down.log & +sample="QCD_350_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JES_up.log & +sample="QCD_350_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JES_down.log & +sample="QCD_350_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JER_up.log & +wait +sample="QCD_350_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JER_down.log & +sample="QCD_350_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_PU_down.log & +sample="QCD_350_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_PU_up.log & +sample="QCD_350_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_BJet_down.log & +sample="QCD_350_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_BJet_up.log & +sample="QCD_350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_down.log & +sample="QCD_350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_up.log & +wait + +sample="GJets_200To400" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_central.log & +sample="GJets_200To400" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_Electron_up.log & +sample="GJets_200To400" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_Electron_down.log & +sample="GJets_200To400" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_Muon_up.log & +sample="GJets_200To400" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_Muon_down.log & +sample="GJets_200To400" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JES_up.log & +sample="GJets_200To400" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JES_down.log & +sample="GJets_200To400" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JER_up.log & +wait +sample="GJets_200To400" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_JER_down.log & +sample="GJets_200To400" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_PU_down.log & +sample="GJets_200To400" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_PU_up.log & +sample="GJets_200To400" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_BJet_down.log & +sample="GJets_200To400" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_BJet_up.log & +sample="GJets_200To400" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_LightJet_down.log & +sample="GJets_200To400" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_200To400_LightJet_up.log & +wait + +sample="GJets_400" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_central.log & +sample="GJets_400" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_Electron_up.log & +sample="GJets_400" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_Electron_down.log & +sample="GJets_400" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_Muon_up.log & +sample="GJets_400" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_Muon_down.log & +sample="GJets_400" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JES_up.log & +sample="GJets_400" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JES_down.log & +sample="GJets_400" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JER_up.log & +wait +sample="GJets_400" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_JER_down.log & +sample="GJets_400" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_PU_down.log & +sample="GJets_400" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_PU_up.log & +sample="GJets_400" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_BJet_down.log & +sample="GJets_400" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_BJet_up.log & +sample="GJets_400" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_LightJet_down.log & +sample="GJets_400" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> GJets_400_LightJet_up.log & +wait + +sample="QCD_Pt-15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_central.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_up.log & +wait +sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_central.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_up.log & +wait +sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_central.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_up.log & +wait +sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_central.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_up.log & +wait +sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_central.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_up.log & +wait +sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_central.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_up.log & +wait +sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_central.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_up.log & +wait +sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_central.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_up.log & +wait +sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_central.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_up.log & +wait +sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_central.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_up.log & +wait +sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_central.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_up.log & +wait +sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_central.log & +sample="QCD_Pt-1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_up.log & +wait +sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_up.log & +wait + +sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_central.log & +sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_Electron_up.log & +sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_Electron_down.log & +sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_Muon_up.log & +sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_Muon_down.log & +sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & +sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & +sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & +wait +sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & +sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & +sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & +sample="W1Jet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_BJet_down.log & +sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & +sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & +sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & +wait + +sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_central.log & +sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_Electron_up.log & +sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_Electron_down.log & +sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_Muon_up.log & +sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_Muon_down.log & +sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & +sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & +sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & +wait +sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & +sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & +sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & +sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & +sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & +sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & +sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & +wait + +sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_central.log & +sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_Electron_up.log & +sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_Electron_down.log & +sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_Muon_up.log & +sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_Muon_down.log & +sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & +sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & +sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & +wait +sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & +sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & +sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & +sample="W3Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_BJet_down.log & +sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & +sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & +sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & +wait + +sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_central.log & +sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_Electron_up.log & +sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_Electron_down.log & +sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_Muon_up.log & +sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_Muon_down.log & +sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & +sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & +sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & +wait +sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & +sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & +sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & +sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & +sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & +sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & +sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & +wait + +sample="DY1JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_central.log & +sample="DY1JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_Electron_up.log & +sample="DY1JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_Electron_down.log & +sample="DY1JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_Muon_up.log & +sample="DY1JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_Muon_down.log & +sample="DY1JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JES_up.log & +sample="DY1JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JES_down.log & +sample="DY1JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JER_up.log & +wait +sample="DY1JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_JER_down.log & +sample="DY1JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_PU_down.log & +sample="DY1JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_PU_up.log & +sample="DY1JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_BJet_down.log & +sample="DY1JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_BJet_up.log & +sample="DY1JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_LightJet_down.log & +sample="DY1JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY1JetsToLL_LightJet_up.log & +wait + +sample="DY2JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_central.log & +sample="DY2JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_Electron_up.log & +sample="DY2JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_Electron_down.log & +sample="DY2JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_Muon_up.log & +sample="DY2JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_Muon_down.log & +sample="DY2JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JES_up.log & +sample="DY2JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JES_down.log & +sample="DY2JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JER_up.log & +wait +sample="DY2JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_JER_down.log & +sample="DY2JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_PU_down.log & +sample="DY2JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_PU_up.log & +sample="DY2JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_BJet_down.log & +sample="DY2JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_BJet_up.log & +sample="DY2JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_LightJet_down.log & +sample="DY2JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY2JetsToLL_LightJet_up.log & +wait + +sample="DY3JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_central.log & +sample="DY3JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_Electron_up.log & +sample="DY3JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_Electron_down.log & +sample="DY3JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_Muon_up.log & +sample="DY3JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_Muon_down.log & +sample="DY3JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JES_up.log & +sample="DY3JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JES_down.log & +sample="DY3JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JER_up.log & +wait +sample="DY3JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_JER_down.log & +sample="DY3JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_PU_down.log & +sample="DY3JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_PU_up.log & +sample="DY3JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_BJet_down.log & +sample="DY3JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_BJet_up.log & +sample="DY3JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_LightJet_down.log & +sample="DY3JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY3JetsToLL_LightJet_up.log & +wait + +sample="DY4JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_central.log & +sample="DY4JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_Electron_up.log & +sample="DY4JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_Electron_down.log & +sample="DY4JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_Muon_up.log & +sample="DY4JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_Muon_down.log & +sample="DY4JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JES_up.log & +sample="DY4JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JES_down.log & +sample="DY4JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JER_up.log & +wait +sample="DY4JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_JER_down.log & +sample="DY4JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_PU_down.log & +sample="DY4JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_PU_up.log & +sample="DY4JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_BJet_down.log & +sample="DY4JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_BJet_up.log & +sample="DY4JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_LightJet_down.log & +sample="DY4JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> DY4JetsToLL_LightJet_up.log & +wait + +sample="T_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_central.log & +sample="T_tW" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_Electron_up.log & +sample="T_tW" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_Electron_down.log & +sample="T_tW" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_Muon_up.log & +sample="T_tW" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_Muon_down.log & +sample="T_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JES_up.log & +sample="T_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JES_down.log & +sample="T_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JER_up.log & +wait +sample="T_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_JER_down.log & +sample="T_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_PU_down.log & +sample="T_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_PU_up.log & +sample="T_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_BJet_down.log & +sample="T_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_BJet_up.log & +sample="T_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_LightJet_down.log & +sample="T_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_tW_LightJet_up.log & +wait + +sample="T_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_central.log & +sample="T_t" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_Electron_up.log & +sample="T_t" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_Electron_down.log & +sample="T_t" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_Muon_up.log & +sample="T_t" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_Muon_down.log & +sample="T_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JES_up.log & +sample="T_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JES_down.log & +sample="T_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JER_up.log & +wait +sample="T_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_JER_down.log & +sample="T_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_PU_down.log & +sample="T_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_PU_up.log & +sample="T_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_BJet_down.log & +sample="T_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_BJet_up.log & +sample="T_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_LightJet_down.log & +sample="T_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_t_LightJet_up.log & +wait + +sample="T_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_central.log & +sample="T_s" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_Electron_up.log & +sample="T_s" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_Electron_down.log & +sample="T_s" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_Muon_up.log & +sample="T_s" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_Muon_down.log & +sample="T_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JES_up.log & +sample="T_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JES_down.log & +sample="T_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JER_up.log & +wait +sample="T_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_JER_down.log & +sample="T_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_PU_down.log & +sample="T_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_PU_up.log & +sample="T_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_BJet_down.log & +sample="T_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_BJet_up.log & +sample="T_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_LightJet_down.log & +sample="T_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> T_s_LightJet_up.log & +wait + +sample="Tbar_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_central.log & +sample="Tbar_tW" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_Electron_up.log & +sample="Tbar_tW" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_Electron_down.log & +sample="Tbar_tW" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_Muon_up.log & +sample="Tbar_tW" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_Muon_down.log & +sample="Tbar_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JES_up.log & +sample="Tbar_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JES_down.log & +sample="Tbar_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JER_up.log & +wait +sample="Tbar_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_JER_down.log & +sample="Tbar_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_PU_down.log & +sample="Tbar_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_PU_up.log & +sample="Tbar_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_BJet_down.log & +sample="Tbar_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_BJet_up.log & +sample="Tbar_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_down.log & +sample="Tbar_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_up.log & +wait + +sample="Tbar_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_central.log & +sample="Tbar_t" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_Electron_up.log & +sample="Tbar_t" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_Electron_down.log & +sample="Tbar_t" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_Muon_up.log & +sample="Tbar_t" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_Muon_down.log & +sample="Tbar_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JES_up.log & +sample="Tbar_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JES_down.log & +sample="Tbar_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JER_up.log & +wait +sample="Tbar_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_JER_down.log & +sample="Tbar_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_PU_down.log & +sample="Tbar_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_PU_up.log & +sample="Tbar_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_BJet_down.log & +sample="Tbar_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_BJet_up.log & +sample="Tbar_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_LightJet_down.log & +sample="Tbar_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_t_LightJet_up.log & +wait + +sample="Tbar_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_central.log & +sample="Tbar_s" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_Electron_up.log & +sample="Tbar_s" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_Electron_down.log & +sample="Tbar_s" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_Muon_up.log & +sample="Tbar_s" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_Muon_down.log & +sample="Tbar_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JES_up.log & +sample="Tbar_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JES_down.log & +sample="Tbar_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JER_up.log & +wait +sample="Tbar_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_JER_down.log & +sample="Tbar_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_PU_down.log & +sample="Tbar_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_PU_up.log & +sample="Tbar_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_BJet_down.log & +sample="Tbar_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_BJet_up.log & +sample="Tbar_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_LightJet_down.log & +sample="Tbar_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> Tbar_s_LightJet_up.log & +wait + +sample="TTJet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_central.log & +sample="TTJet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_Electron_up.log & +sample="TTJet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_Electron_down.log & +sample="TTJet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_Muon_up.log & +sample="TTJet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_Muon_down.log & +sample="TTJet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JES_up.log & +sample="TTJet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JES_down.log & +sample="TTJet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JER_up.log & +wait +sample="TTJet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_JER_down.log & +sample="TTJet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_PU_down.log & +sample="TTJet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_PU_up.log & +sample="TTJet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_BJet_down.log & +sample="TTJet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_BJet_up.log & +sample="TTJet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_LightJet_down.log & +sample="TTJet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJet_LightJet_up.log & +wait + +#data +sample="SingleElectron" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleElectron_central.log & +sample="SingleElectron" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleElectron_JES_up.log & +sample="SingleElectron" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleElectron_JES_down.log & + +sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleMu_central.log & +sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & +sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +wait + +#systematics +sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & +sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & +sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & +sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & + +sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & +sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & +sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & +sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & +wait + +sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & +sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & +sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & +sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_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_2012_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & +sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done +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_2012_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_2012_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_2012_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_2012_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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - - -#other generators: -#sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & -#sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & +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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait -#systematics -#sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & -#sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & -#sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & -#sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & - -#sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & -#sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & -#sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & -#sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & - -#sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & -#sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & -#sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & -#sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2012_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & +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_2012_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_2012_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_2012_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait \ No newline at end of file