From 3c7fe77bc318a306ef25a1d0fe83bc353c1fd066 Mon Sep 17 00:00:00 2001 From: jjacob Date: Wed, 11 Jun 2014 14:05:37 +0100 Subject: [PATCH 1/7] Removing trigger requirement in selection for 53X 7TeV ntuples because our trigger is not available in these ntuples. --- src/Selections/TopPairEPlusJetsReferenceSelection.cpp | 5 +++-- src/Selections/TopPairMuPlusJetsReferenceSelection.cpp | 7 ++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/Selections/TopPairEPlusJetsReferenceSelection.cpp b/src/Selections/TopPairEPlusJetsReferenceSelection.cpp index aae101d7..72767c19 100644 --- a/src/Selections/TopPairEPlusJetsReferenceSelection.cpp +++ b/src/Selections/TopPairEPlusJetsReferenceSelection.cpp @@ -139,8 +139,9 @@ bool TopPairEPlusJetsReferenceSelection::passesTriggerSelection(const EventPtr e return false; } else { - if (Globals::energyInTeV == 7) //Fall11 MC - return event->HLT(HLTriggers::HLT_Ele25_CaloIdVT_CaloIsoT_TrkIdT_TrkIsoT_TriCentralJet30); + if (Globals::energyInTeV == 7) //Fall11 MC or Summer11Leg +// return event->HLT(HLTriggers::HLT_Ele25_CaloIdVT_CaloIsoT_TrkIdT_TrkIsoT_TriCentralJet30); + return true; else if (Globals::energyInTeV == 8) //Summer12 MC return event->HLT(HLTriggers::HLT_Ele27_WP80); else diff --git a/src/Selections/TopPairMuPlusJetsReferenceSelection.cpp b/src/Selections/TopPairMuPlusJetsReferenceSelection.cpp index 12210d32..6b1d449b 100644 --- a/src/Selections/TopPairMuPlusJetsReferenceSelection.cpp +++ b/src/Selections/TopPairMuPlusJetsReferenceSelection.cpp @@ -137,7 +137,12 @@ bool TopPairMuPlusJetsReferenceSelection::passesTriggerSelection(const EventPtr else return false; } else { - return event->HLT(HLTriggers::HLT_IsoMu24_eta2p1); + if (Globals::energyInTeV == 7) //Fall11 or Summer11Leg + return true; + else if (Globals::energyInTeV == 8) //Summer12 MC + return event->HLT(HLTriggers::HLT_IsoMu24_eta2p1); + else + return false; } } From 6762cded132d24c084abca12426c01a37dfa7732 Mon Sep 17 00:00:00 2001 From: jjacob Date: Wed, 11 Jun 2014 14:07:45 +0100 Subject: [PATCH 2/7] Changing applyTopPtReweigting flag to False by default in test_cfg.py. --- python/test_cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/test_cfg.py b/python/test_cfg.py index 8d56493a..275d3820 100644 --- a/python/test_cfg.py +++ b/python/test_cfg.py @@ -30,7 +30,7 @@ JetSmearingSystematic = 0 #Apply Top Pt Reweighting - applyTopPtReweighting = True + applyTopPtReweighting = False #Lepton Scale Factors ElectronScaleFactorSystematic = 0 From d964f13cb28ab74be2609a3d4d1f14073373747a Mon Sep 17 00:00:00 2001 From: jjacob Date: Wed, 11 Jun 2014 14:08:12 +0100 Subject: [PATCH 3/7] Adding inclusive MET and MET phi histograms. --- src/Analysers/METAnalyser.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Analysers/METAnalyser.cpp b/src/Analysers/METAnalyser.cpp index 8fd9143d..b3e57619 100644 --- a/src/Analysers/METAnalyser.cpp +++ b/src/Analysers/METAnalyser.cpp @@ -29,6 +29,7 @@ void METAnalyser::analyse(const EventPtr event) { continue; const METPointer met(event->MET(metType)); histMan_->setCurrentHistogramFolder(histogramFolder_ + "/" + prefix); + histMan_->H1D("MET")->Fill(met->et()); histMan_->H1D_BJetBinned("MET")->Fill(met->et(), weight_); if (index != METAlgorithm::GenMET && !event->isRealData()) { histMan_->H2D_BJetBinned("RecoMET_vs_GenMET")->Fill(event->GenMET()->et(), met->et(), weight_); @@ -36,6 +37,7 @@ void METAnalyser::analyse(const EventPtr event) { //do not fill other histograms for met systematics if ((index > METAlgorithm::patType1p2CorrectedPFMet) && (index != METAlgorithm::recoMetPFlow)) continue; + histMan_->H1D("MET_phi")->Fill(met->phi(), weight_); histMan_->H1D_BJetBinned("MET_phi")->Fill(met->phi(), weight_); histMan_->H1D_BJetBinned("METsignificance")->Fill(met->significance(), weight_); histMan_->H2D_BJetBinned("METsignificance_vs_MET")->Fill(met->et(), met->significance(), weight_); @@ -81,6 +83,7 @@ void METAnalyser::createHistograms() { continue; std::string prefix = METAlgorithm::prefixes.at(index); histMan_->setCurrentHistogramFolder(histogramFolder_ + "/" + prefix); + histMan_->addH1D("MET", "Missing transverse energy; #slash{E}_{T}/GeV; events/5 GeV", 400, 0, 2000); histMan_->addH1D_BJetBinned("MET", "Missing transverse energy; #slash{E}_{T}/GeV; events/5 GeV", 400, 0, 2000); histMan_->addH1D_BJetBinned("ST", "ST;ST [GeV]; Events/5 GeV", 600, 0, 3000); histMan_->addH1D_BJetBinned("WPT", "WPT;WPT [GeV]; Events/GeV", 1000, 0, 1000); @@ -93,6 +96,8 @@ void METAnalyser::createHistograms() { //do not create other histograms for met systematics if ((index > METAlgorithm::patType1p2CorrectedPFMet) && (index != METAlgorithm::recoMetPFlow)) continue; + histMan_->addH1D("MET_phi", "#phi(Missing transverse energy);#phi(#slash{E}_{T});Events/0.1", 80, -4, + 4); histMan_->addH1D_BJetBinned("MET_phi", "#phi(Missing transverse energy);#phi(#slash{E}_{T});Events/0.1", 80, -4, 4); histMan_->addH1D_BJetBinned("METsignificance", "METsignificance; #slash{E}_{T} significance", 1000, 0, 1000); From 91b1ecf43b684cf933816631bf44979c4471a64a Mon Sep 17 00:00:00 2001 From: jjacob Date: Tue, 1 Jul 2014 23:50:00 +0100 Subject: [PATCH 4/7] Updating b-tag scale factors for both 2011 and 2012. --- src/BTagWeight.cpp | 459 +++++++++++++++++++++++++++++---------------- 1 file changed, 302 insertions(+), 157 deletions(-) diff --git a/src/BTagWeight.cpp b/src/BTagWeight.cpp index 301d9417..f15d9338 100644 --- a/src/BTagWeight.cpp +++ b/src/BTagWeight.cpp @@ -6,6 +6,8 @@ #include #include +using namespace std; // so the abs() function from the standard libraries are used + namespace BAT { std::vector BjetWeights(const JetCollection jets, unsigned int numberOfBtags) { @@ -104,88 +106,88 @@ double BTagWeight::weight(unsigned int numberOf_b_Jets, unsigned int numberOf_c_ return probabilityData / probabilityMC; } -std::vector BTagWeight::weights(unsigned int numberOf_b_Jets, unsigned int numberOf_c_Jets, - unsigned int numberOf_udsg_Jets, double mean_bJetEfficiency, double mean_cJetEfficiency, - double mean_udsgJetEfficiency, double scaleFactor_b, double scaleFactor_c, double scaleFactor_udsg, - unsigned int numberOfTags) const { - - std::vector event_weights; - for (unsigned index = 0; index <= numberOf_b_Jets + numberOf_c_Jets + numberOf_udsg_Jets; ++index) { - event_weights.push_back(0); - } - if (!filter(numberOfTags)) { - return event_weights; - } - - for (unsigned int b_index = 0; b_index <= numberOf_b_Jets; ++b_index) - for (unsigned int c_index = 0; c_index <= numberOf_c_Jets; ++c_index) - for (unsigned int udsg_index = 0; udsg_index <= numberOf_udsg_Jets; ++udsg_index) { - unsigned int t = b_index + c_index + udsg_index; -// if (!filter(t)) +//std::vector BTagWeight::weights(unsigned int numberOf_b_Jets, unsigned int numberOf_c_Jets, +// unsigned int numberOf_udsg_Jets, double mean_bJetEfficiency, double mean_cJetEfficiency, +// double mean_udsgJetEfficiency, double scaleFactor_b, double scaleFactor_c, double scaleFactor_udsg, +// unsigned int numberOfTags) const { +// +// std::vector event_weights; +// for (unsigned index = 0; index <= numberOf_b_Jets + numberOf_c_Jets + numberOf_udsg_Jets; ++index) { +// event_weights.push_back(0); +// } +// if (!filter(numberOfTags)) { +// return event_weights; +// } +// +// for (unsigned int b_index = 0; b_index <= numberOf_b_Jets; ++b_index) +// for (unsigned int c_index = 0; c_index <= numberOf_c_Jets; ++c_index) +// for (unsigned int udsg_index = 0; udsg_index <= numberOf_udsg_Jets; ++udsg_index) { +// unsigned int t = b_index + c_index + udsg_index; +//// if (!filter(t)) +//// continue; +// double probabilityMC = 0; +// double probabilityData = 0; +// // how many equivalent ways +//// unsigned int totalCombinations = comb(numberOf_b_Jets, b_index) * comb(numberOf_c_Jets, c_index) +//// * comb(numberOf_udsg_Jets, udsg_index); +// +// probabilityMC = pow(mean_bJetEfficiency, b_index) +// * pow(1. - mean_bJetEfficiency, numberOf_b_Jets - b_index) * pow(mean_cJetEfficiency, c_index) +// * pow(1. - mean_cJetEfficiency, numberOf_c_Jets - c_index) +// * pow(mean_udsgJetEfficiency, udsg_index) +// * pow(1. - mean_udsgJetEfficiency, numberOf_udsg_Jets - udsg_index); +// +// probabilityData = pow(mean_bJetEfficiency * scaleFactor_b, b_index) +// * pow(1. - mean_bJetEfficiency * scaleFactor_b, numberOf_b_Jets - b_index) +// * pow(mean_cJetEfficiency * scaleFactor_c, c_index) +// * pow(1. - mean_cJetEfficiency * scaleFactor_c, numberOf_c_Jets - c_index) +// * pow(mean_udsgJetEfficiency * scaleFactor_udsg, udsg_index) +// * pow(1. - mean_udsgJetEfficiency * scaleFactor_udsg, numberOf_udsg_Jets - udsg_index); +// +// if (probabilityMC == 0) +// event_weights.at(t) = 0; +// else +// event_weights.at(t) = probabilityData / probabilityMC; +// } +// return event_weights; +//} + +//std::vector BTagWeight::weights(double averageScaleFactor, unsigned int numberOfTags) const { +// std::vector event_weights; +// for (unsigned int i = 0; i < numberOfTags + 1; ++i) +// event_weights.push_back(0); +// event_weights.at(0) = pow(1 - averageScaleFactor, numberOfTags); +// +// if (numberOfTags > 0) { +// for (unsigned int i = 1; i <= numberOfTags; ++i) { +// double prod = 1; +// for (unsigned int j = 1; j <= numberOfTags; ++j) { +// if (j != i) +// prod *= 1 - averageScaleFactor; +// } +// event_weights.at(1) += averageScaleFactor * prod; +// } +// } +// +// if (numberOfTags > 1) { +// for (unsigned int i = 1; i <= numberOfTags; ++i) { +// double sum(0); +// for (unsigned int j = 1; j <= numberOfTags; ++j) { +// if (j == i) // continue; - double probabilityMC = 0; - double probabilityData = 0; - // how many equivalent ways -// unsigned int totalCombinations = comb(numberOf_b_Jets, b_index) * comb(numberOf_c_Jets, c_index) -// * comb(numberOf_udsg_Jets, udsg_index); - - probabilityMC = pow(mean_bJetEfficiency, b_index) - * pow(1. - mean_bJetEfficiency, numberOf_b_Jets - b_index) * pow(mean_cJetEfficiency, c_index) - * pow(1. - mean_cJetEfficiency, numberOf_c_Jets - c_index) - * pow(mean_udsgJetEfficiency, udsg_index) - * pow(1. - mean_udsgJetEfficiency, numberOf_udsg_Jets - udsg_index); - - probabilityData = pow(mean_bJetEfficiency * scaleFactor_b, b_index) - * pow(1. - mean_bJetEfficiency * scaleFactor_b, numberOf_b_Jets - b_index) - * pow(mean_cJetEfficiency * scaleFactor_c, c_index) - * pow(1. - mean_cJetEfficiency * scaleFactor_c, numberOf_c_Jets - c_index) - * pow(mean_udsgJetEfficiency * scaleFactor_udsg, udsg_index) - * pow(1. - mean_udsgJetEfficiency * scaleFactor_udsg, numberOf_udsg_Jets - udsg_index); - - if (probabilityMC == 0) - event_weights.at(t) = 0; - else - event_weights.at(t) = probabilityData / probabilityMC; - } - return event_weights; -} - -std::vector BTagWeight::weights(double averageScaleFactor, unsigned int numberOfTags) const { - std::vector event_weights; - for (unsigned int i = 0; i < numberOfTags + 1; ++i) - event_weights.push_back(0); - event_weights.at(0) = pow(1 - averageScaleFactor, numberOfTags); - - if (numberOfTags > 0) { - for (unsigned int i = 1; i <= numberOfTags; ++i) { - double prod = 1; - for (unsigned int j = 1; j <= numberOfTags; ++j) { - if (j != i) - prod *= 1 - averageScaleFactor; - } - event_weights.at(1) += averageScaleFactor * prod; - } - } - - if (numberOfTags > 1) { - for (unsigned int i = 1; i <= numberOfTags; ++i) { - double sum(0); - for (unsigned int j = 1; j <= numberOfTags; ++j) { - if (j == i) - continue; - double prod(1); - for (unsigned int k = 1; k <= numberOfTags; ++k) { - if (k != i && k != j) - prod *= 1 - averageScaleFactor; - } - sum += averageScaleFactor * prod; - } - event_weights.at(2) += averageScaleFactor * sum; - } - event_weights.at(2) = event_weights.at(2) / 2; - } - return event_weights; -} +// double prod(1); +// for (unsigned int k = 1; k <= numberOfTags; ++k) { +// if (k != i && k != j) +// prod *= 1 - averageScaleFactor; +// } +// sum += averageScaleFactor * prod; +// } +// event_weights.at(2) += averageScaleFactor * sum; +// } +// event_weights.at(2) = event_weights.at(2) / 2; +// } +// return event_weights; +//} JetCollection BTagWeight::getBJets(const JetCollection jets) const { JetCollection bjets; @@ -222,66 +224,130 @@ double BTagWeight::getAverageBScaleFactor(const JetCollection jets, double uncer scaleFactors.push_back(getBScaleFactor(jet, uncertaintyFactor)); } double sumOfScaleFactors = std::accumulate(scaleFactors.begin(), scaleFactors.end(), 0.0); - if (scaleFactors.size() == 0) + if (scaleFactors.size() == 0) { return 1.; - else + } else { return sumOfScaleFactors / scaleFactors.size(); + } } double BTagWeight::getBScaleFactor(const JetPointer jet, double uncertaintyFactor) const { - const boost::array SFb_error = { {0.0554504, - 0.0209663, - 0.0207019, - 0.0230073, - 0.0208719, - 0.0200453, - 0.0264232, - 0.0240102, - 0.0229375, - 0.0184615, - 0.0216242, - 0.0248119, - 0.0465748, - 0.0474666, - 0.0718173, - 0.0717567 } }; - - const boost::array ptbins = { {20, 30, 40, 50, 60, 70, 80,100, 120, 160, 210, 260, 320, 400, 500, 600 } }; - double SFb(0); double sf_error(0); //these numbers are for CSVM only double pt = jet->pt(); - if (pt < 20) { - SFb = 0.726981*((1.+(0.253238*20))/(1.+(0.188389*20))); - sf_error = 0.12; - } else if (pt > 800) { - SFb = 0.726981*((1.+(0.253238*800))/(1.+(0.188389*800))); - //use twice the uncertainty - sf_error = 2 * SFb_error[SFb_error.size() - 1]; - } else { - SFb = 0.726981*((1.+(0.253238*pt))/(1.+(0.188389*pt))); - unsigned int ptbin(0); - for (unsigned int bin = 0; bin < ptbins.size() + 1; ++bin) { - double upperCut = bin + 1 < ptbins.size() ? ptbins.at(bin + 1) : 800.; - double lowerCut = ptbins.at(bin); - - if (pt > lowerCut && pt <= upperCut) { - ptbin = bin; - break; + double eta = abs(jet->eta()); + + if (Globals::energyInTeV == 8) { // 2012 btag scale factors + // From https://twiki.cern.ch/twiki/pub/CMS/BtagPOG/SFb-pt_WITHttbar_payload_EPS13.txt, + // which is linked from https://twiki.cern.ch/twiki/bin/viewauth/CMS/BtagPOG#2012_Data_and_MC_EPS13_prescript + const boost::array SFb_error = { { 0.0415707, + 0.0204209, + 0.0223227, + 0.0206655, + 0.0199325, + 0.0174121, + 0.0202332, + 0.0182446, + 0.0159777, + 0.0218531, + 0.0204688, + 0.0265191, + 0.0313175, + 0.0415417, + 0.0740446, + 0.0596716 } }; + + //2012 pt bins low edges + const boost::array ptbins = { { 20, 30, 40, 50, 60, 70, 80, 100, 120, 160, 210, 260, 320, 400, 500, 600 } }; + + if (pt < 20) { + SFb = (0.938887 + (0.00017124 * 20)) + (-2.76366e-07 * (20 * 20)); + //use twice the uncertainty + sf_error = 2 * SFb_error[0]; + + } else if (pt > 800) { + SFb = (0.938887 + (0.00017124 * 800)) + (-2.76366e-07 * (800 * 800)); + //use twice the uncertainty + sf_error = 2 * SFb_error[SFb_error.size() - 1]; + + } else { + SFb = (0.938887 + (0.00017124 * pt)) + (-2.76366e-07 * (pt * pt)); + unsigned int ptbin(0); + for (unsigned int bin = 0; bin < ptbins.size() + 1; ++bin) { + double upperCut = bin + 1 < ptbins.size() ? ptbins.at(bin + 1) : 800.; + double lowerCut = ptbins.at(bin); + + if (pt > lowerCut && pt <= upperCut) { + ptbin = bin; + break; + } + } + sf_error = SFb_error.at(ptbin); + + //use twice the uncertainty if outside the 0 to 2.4 eta range + if (2.4 < eta && eta <= 2.6) { + sf_error = 2 * SFb_error.at(ptbin); + } + } + } else if (Globals::energyInTeV == 7) { // 2011 btag scale factors + // https://twiki.cern.ch/twiki/pub/CMS/BtagPOG/SFb-mujet_payload.txt + const boost::array SFb_error = { { 0.0295675, + 0.0295095, + 0.0210867, + 0.0219349, + 0.0227033, + 0.0204062, + 0.0185857, + 0.0256242, + 0.0383341, + 0.0409675, + 0.0420284, + 0.0541299, + 0.0578761, + 0.0655432 } }; + + //2011 pt bins low edges + const boost::array ptbins = { { 30, 40, 50, 60, 70, 80, 100, 120, 160, 210, 260, 320, 400, 500 } }; + + if (pt < 30) { + SFb = 0.6981 * ((1. + (0.414063 * pt)) / (1. + (0.300155 * 30))); + //absolute uncertainty of +/-0.12 + sf_error = 0.12; + + } else if (pt > 670) { + SFb = 0.6981 * ((1. + (0.414063 * 670)) / (1. + (0.300155 * 670))); + //use twice the uncertainty + sf_error = 2 * SFb_error[SFb_error.size() - 1]; + + } else { + SFb = 0.6981 * ((1. + (0.414063 * pt)) / (1. + (0.300155 * pt))); + + unsigned int ptbin(0); + for (unsigned int bin = 0; bin < ptbins.size() + 1; ++bin) { + double upperCut = bin + 1 < ptbins.size() ? ptbins.at(bin + 1) : 670.; + double lowerCut = ptbins.at(bin); + + if (pt > lowerCut && pt <= upperCut) { + ptbin = bin; + break; + } } + sf_error = SFb_error.at(ptbin); } - sf_error = SFb_error.at(ptbin); } SFb += sf_error * Globals::BJetSystematic * uncertaintyFactor; return SFb; } + double BTagWeight::getAverageCScaleFactor(const JetCollection jets) const { + // Same in both 8TeV and 7TeV return getAverageBScaleFactor(jets, 2.0); //SF_c = SF_b with twice the uncertainty } double BTagWeight::getCScaleFactor(const JetPointer jet) const { + // Same in both 8TeV and 7TeV return getBScaleFactor(jet, 2.0); } @@ -293,64 +359,143 @@ double BTagWeight::getAverageUDSGScaleFactor(const JetCollection jets) const { scaleFactors.push_back(getUDSGScaleFactor(jet)); } double sumOfScaleFactors = std::accumulate(scaleFactors.begin(), scaleFactors.end(), 0.0); - if (scaleFactors.size() == 0) + if (scaleFactors.size() == 0) { return 1.; - else + } else { return sumOfScaleFactors / scaleFactors.size(); + } } double BTagWeight::getUDSGScaleFactor(const JetPointer jet) const { double pt = jet->pt(); - double eta = fabs(jet->eta()); + double eta = abs(jet->eta()); double SF_udsg_mean(0), SF_udsg_min(0), SF_udsg_max(0); - if (pt < 20) { - return 0; - } else if (pt > 800) { - SF_udsg_mean = getMeanUDSGScaleFactor(800., eta); - SF_udsg_min = getMinUDSGScaleFactor(800, eta); - SF_udsg_max = getMaxUDSGScaleFactor(800, eta); - //use twice the uncertainty - SF_udsg_min -= (SF_udsg_mean - SF_udsg_min); - SF_udsg_max += (SF_udsg_max - SF_udsg_mean); - } else { - SF_udsg_mean = getMeanUDSGScaleFactor(pt, eta); - SF_udsg_min = getMinUDSGScaleFactor(pt, eta); - SF_udsg_max = getMaxUDSGScaleFactor(pt, eta); + if (Globals::energyInTeV == 8) { // 2012 + if (pt < 20) { + return 0; + } else if (pt > 850 && eta >= 1.6 && eta <= 2.4) { + SF_udsg_mean = getMeanUDSGScaleFactor(850., eta); + SF_udsg_min = getMinUDSGScaleFactor(850, eta); + SF_udsg_max = getMaxUDSGScaleFactor(850, eta); + //use twice the uncertainty + SF_udsg_min -= (SF_udsg_mean - SF_udsg_min); + SF_udsg_max += (SF_udsg_max - SF_udsg_mean); + } else if (pt > 1000) { + SF_udsg_mean = getMeanUDSGScaleFactor(1000., eta); + SF_udsg_min = getMinUDSGScaleFactor(1000, eta); + SF_udsg_max = getMaxUDSGScaleFactor(1000, eta); + //use twice the uncertainty + SF_udsg_min -= (SF_udsg_mean - SF_udsg_min); + SF_udsg_max += (SF_udsg_max - SF_udsg_mean); + } else { + SF_udsg_mean = getMeanUDSGScaleFactor(pt, eta); + SF_udsg_min = getMinUDSGScaleFactor(pt, eta); + SF_udsg_max = getMaxUDSGScaleFactor(pt, eta); + } + } else if (Globals::energyInTeV == 7) { // 2011 + if (pt < 20) { + return 0; + } else if (pt > 670 && eta >= 0. && eta <= 2.4) { + // Use integrated over all eta + SF_udsg_mean = getMeanUDSGScaleFactor(pt, eta); + SF_udsg_min = getMinUDSGScaleFactor(pt, eta); + SF_udsg_max = getMaxUDSGScaleFactor(pt, eta); + //use twice the uncertainty + SF_udsg_min -= (SF_udsg_mean - SF_udsg_min); + SF_udsg_max += (SF_udsg_max - SF_udsg_mean); + } else { + SF_udsg_mean = getMeanUDSGScaleFactor(pt, eta); + SF_udsg_min = getMinUDSGScaleFactor(pt, eta); + SF_udsg_max = getMaxUDSGScaleFactor(pt, eta); + } } - if (Globals::LightJetSystematic == -1) + + if (Globals::LightJetSystematic == -1) { return SF_udsg_min; - else if (Globals::LightJetSystematic == 1) + } else if (Globals::LightJetSystematic == 1) { return SF_udsg_max; - + } return SF_udsg_mean; } double BTagWeight::getMeanUDSGScaleFactor(double jetPT, double jetEta) const { - if(jetEta < 0.8) - return ((1.06238+(0.00198635*jetPT))+(-4.89082e-06*(jetPT*jetPT)))+(3.29312e-09*(jetPT*(jetPT*jetPT))); - else if(jetEta >= 0.8 && jetEta < 1.6) - return ((1.08048+(0.00110831*jetPT))+(-2.96189e-06*(jetPT*jetPT)))+(2.16266e-09*(jetPT*(jetPT*jetPT))); - else - return ((1.09145+(0.000687171*jetPT))+(-2.45054e-06*(jetPT*jetPT)))+(1.7844e-09*(jetPT*(jetPT*jetPT))); + // From https://twiki.cern.ch/twiki/pub/CMS/BtagPOG/SFlightFuncs_EPS2013.C + // which is linked from https://twiki.cern.ch/twiki/bin/viewauth/CMS/BtagPOG#2012_Data_and_MC_EPS13_prescript + + if (Globals::energyInTeV == 8) { // 2012 + if(jetEta >=0 && jetEta < 0.8) { + return ((1.07541+(0.00231827*jetPT))+(-4.74249e-06*(jetPT*jetPT)))+(2.70862e-09*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 0.8 && jetEta < 1.6) { + return ((1.05613+(0.00114031*jetPT))+(-2.56066e-06*(jetPT*jetPT)))+(1.67792e-09*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 1.6 && jetEta <= 2.4){ + return ((1.05625+(0.000487231*jetPT))+(-2.22792e-06*(jetPT*jetPT)))+(1.70262e-09*(jetPT*(jetPT*jetPT))); + } + } else if (Globals::energyInTeV == 7) { // 2011 + if(jetPT > 670 && jetEta >=0. && jetEta <= 2.4){ // Integrated over eta + return ((1.04318+(0.000848162*jetPT))+(-2.5795e-06*(jetPT*jetPT)))+(1.64156e-09*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 0 && jetEta < 0.8) { + return ((1.06182+(0.000617034*jetPT))+(-1.5732e-06*(jetPT*jetPT)))+(3.02909e-10*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 0.8 && jetEta < 1.6) { + return ((1.111+(-9.64191e-06*jetPT))+(1.80811e-07*(jetPT*jetPT)))+(-5.44868e-10*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 1.6 && jetEta <= 2.4) { + return ((1.08498+(-0.000701422*jetPT))+(3.43612e-06*(jetPT*jetPT)))+(-4.11794e-09*(jetPT*(jetPT*jetPT))); + } + } + return 0.; } double BTagWeight::getMinUDSGScaleFactor(double jetPT, double jetEta) const { - if(jetEta < 0.8) - return ((0.972746+(0.00104424*jetPT))+(-2.36081e-06*(jetPT*jetPT)))+(1.53438e-09*(jetPT*(jetPT*jetPT))); - else if(jetEta >= 0.8 && jetEta < 1.6) - return ((0.9836+(0.000649761*jetPT))+(-1.59773e-06*(jetPT*jetPT)))+(1.14324e-09*(jetPT*(jetPT*jetPT))); - else - return ((1.00616+(0.000358884*jetPT))+(-1.23768e-06*(jetPT*jetPT)))+(6.86678e-10*(jetPT*(jetPT*jetPT))); + // From https://twiki.cern.ch/twiki/pub/CMS/BtagPOG/SFlightFuncs_EPS2013.C + // which is linked from https://twiki.cern.ch/twiki/bin/viewauth/CMS/BtagPOG#2012_Data_and_MC_EPS13_prescript + + if (Globals::energyInTeV == 8) { // 2012 + if(jetEta >=0 && jetEta < 0.8) { + return ((0.964527+(0.00149055*jetPT))+(-2.78338e-06*(jetPT*jetPT)))+(1.51771e-09*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 0.8 && jetEta < 1.6) { + return ((0.946051+(0.000759584*jetPT))+(-1.52491e-06*(jetPT*jetPT)))+(9.65822e-10*(jetPT*(jetPT*jetPT))); + } else if (jetEta >-1.6 && jetEta <= 2.4) { + return ((0.956736 + (0.000280197 * jetPT)) + (-1.42739e-06 * (jetPT * jetPT))) + (1.0085e-09 * (jetPT * (jetPT * jetPT))); + } + } + if (Globals::energyInTeV == 7) { //2011 + if (jetPT > 670 && jetEta >= 0. && jetEta <= 2.4) { // Integrated over eta + return ((0.962627 + (0.000448344 * jetPT)) + (-1.25579e-06 * (jetPT * jetPT))) + (4.82283e-10 * (jetPT * (jetPT * jetPT))); + } else if (jetEta >= 0 && jetEta < 0.8) { + return ((0.972455 + (7.51396e-06 * jetPT)) + (4.91857e-07 * (jetPT * jetPT))) + (-1.47661e-09 * (jetPT * (jetPT * jetPT))); + } else if (jetEta >= 0.8 && jetEta < 1.6) { + return ((1.02055 + (-0.000378856 * jetPT)) + (1.49029e-06 * (jetPT * jetPT))) + (-1.74966e-09 * (jetPT * (jetPT * jetPT))); + } else if (jetEta >= 1.6 && jetEta < 2.4) { + return ((0.983476 + (-0.000607242 * jetPT)) + (3.17997e-06 * (jetPT * jetPT))) + (-4.01242e-09 * (jetPT * (jetPT * jetPT))); + } + } + return 0.; } double BTagWeight::getMaxUDSGScaleFactor(double jetPT, double jetEta) const { - if(jetEta < 0.8) - return ((1.15201+(0.00292575*jetPT))+(-7.41497e-06*(jetPT*jetPT)))+(5.0512e-09*(jetPT*(jetPT*jetPT))); - else if(jetEta >= 0.8 && jetEta < 1.6) - return ((1.17735+(0.00156533*jetPT))+(-4.32257e-06*(jetPT*jetPT)))+(3.18197e-09*(jetPT*(jetPT*jetPT))); - else - return ((1.17671+(0.0010147*jetPT))+(-3.66269e-06*(jetPT*jetPT)))+(2.88425e-09*(jetPT*(jetPT*jetPT))); + // From https://twiki.cern.ch/twiki/pub/CMS/BtagPOG/SFlightFuncs_EPS2013.C + // which is linked from https://twiki.cern.ch/twiki/bin/viewauth/CMS/BtagPOG#2012_Data_and_MC_EPS13_prescript + if (Globals::energyInTeV == 8) { // 2012 + if (jetEta >-0. && jetEta < 0.8) { + return ((1.18638+(0.00314148*jetPT))+(-6.68993e-06*(jetPT*jetPT)))+(3.89288e-09*(jetPT*(jetPT*jetPT))); + } else if (jetEta >= 0.8 && jetEta < 1.6) { + return ((1.16624+(0.00151884*jetPT))+(-3.59041e-06*(jetPT*jetPT)))+(2.38681e-09*(jetPT*(jetPT*jetPT))); + } else if (jetEta >= 1.6 && jetEta <= 2.4) { + return ((1.15575+(0.000693344*jetPT))+(-3.02661e-06*(jetPT*jetPT)))+(2.39752e-09*(jetPT*(jetPT*jetPT))); + } + } else if (Globals::energyInTeV == 7) { // 2011 + if (jetEta >670 && jetEta >=0. && jetEta <=2.4){ + // Integrated over eta + return ((1.12368+(0.00124806*jetPT))+(-3.9032e-06*(jetPT*jetPT)))+(2.80083e-09*(jetPT*(jetPT*jetPT))); + }else if(jetEta >= 0 && jetEta < 0.8) { + return ((1.15116+(0.00122657*jetPT))+(-3.63826e-06*(jetPT*jetPT)))+(2.08242e-09*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 0.8 && jetEta < 1.6) { + return ((1.20146+(0.000359543*jetPT))+(-1.12866e-06*(jetPT*jetPT)))+(6.59918e-10*(jetPT*(jetPT*jetPT))); + } else if(jetEta >= 1.6 && jetEta <= 2.4) { + return ((1.18654+(-0.000795808*jetPT))+(3.69226e-06*(jetPT*jetPT)))+(-4.22347e-09*(jetPT*(jetPT*jetPT))); + } + } + return 0.; } double BTagWeight::getAverageBEfficiency() const { From 6983ada6abbd17db0f8770303acf24aba8d8028d Mon Sep 17 00:00:00 2001 From: jjacob Date: Tue, 1 Jul 2014 23:55:50 +0100 Subject: [PATCH 5/7] Adding new pileup distributions for 7 TeV for both MC and data, including systematic variations. --- ...Data_PUDist_2011Full_64600mb_June2014.root | Bin 0 -> 4116 bytes ...Data_PUDist_2011Full_71400mb_June2014.root | Bin 0 -> 4118 bytes ...ist_2011Full_central_68000mb_June2014.root | Bin 0 -> 4118 bytes interface/EventWeightProvider.h | 61 ++++++++++++++++++ python/master_2011_53X_cfg.py | 6 +- python/test_cfg.py | 14 ++-- src/EventWeightProvider.cpp | 7 +- 7 files changed, 76 insertions(+), 12 deletions(-) create mode 100644 data/Data_PUDist_2011Full_64600mb_June2014.root create mode 100644 data/Data_PUDist_2011Full_71400mb_June2014.root create mode 100644 data/Data_PUDist_2011Full_central_68000mb_June2014.root diff --git a/data/Data_PUDist_2011Full_64600mb_June2014.root b/data/Data_PUDist_2011Full_64600mb_June2014.root new file mode 100644 index 0000000000000000000000000000000000000000..1ce4c2e2b77227eb93e001190bbd4c297b74bb38 GIT binary patch literal 4116 zcmbtXcTkhtw+&ULhmJ%*LQ@DGArz%4y-B(B&;ke{2_O)V7K$KEL`sk@AT1&wA_77H z0YPceOG5EVZ_=a*NclzH`{Vuh-kbZ)*>ld!H+!G8&#XPORsafh9{?C00RR9V000{& z0Koc^a`vJG6(ye0{?~!#003YV2T&P_!leLe!1){=(VBlAwQo}X{-3@vz@I{)CT%rd z0H^cHl-mFRI;%VP5O6hJ*ZZz8b8Fpuf%jqZvT|}TJru$Njx@A1GliMo!@v>7L4NmO z_XC39up5duWMyGWf0lH>AMF1s89?_3(K#vrAdLd(870nj zKV4C&{>i7c(wEbvM^icrLjU(>Z+tP48c;?9z)%IcxHuCC%LKwfDs~Wy)k?wwFJhx} zvDny`LJHz<8Ucn>a40Wt?sLuS(TE%As*5?A+&nZK`k&jeRJ6t*US4@V6>OQTKBow+ zVlwuPaJ}$r9F+vVi_k?W$tqO^e}ABw1Bps`F-X!m5u(vV6sK^TCji-Ev9aPQ@dj!x zZ}Aycp9mYYe5f<3FYLHPn&3~>-fn!dWM`G$TzUWmjy`TgY`*U6Yt0|>iYu@?8vA0f zkdW58e{#!o6nX1rD6&aSR*rt{4lnbf5C;nrQw$S6k*t~RE{pvM(rFUJ<4QQzy(iu^ zV~Cm8(#AVF^oK3k100E<<|fhExH;rz1L~xr6~s!vz7mwWg;uXC*8Lnk{MjGnH1bF} zLIxBfT7QKM{xaJPK6+HcW%PKiX}8tPy@muuE=;u&?y7$D-?3VXbCF^0ORZ)-cAK5Q z@|RPZ#xnlidUK-AEokcZE`P(-tnY82+i8Pgt;stTy=sd$F|NNO+)LcihnMICa!b=* zkZKD_d7Nt!z5fUga?WpVE&S#)aUF)U<39&m){Z-WBL(qc;k=60}AeA^z@tn&8g&~PXO2-SF zb)8q?T`7l0Zx~qYnE7iCQpq5O{QXF8+}2dda#Zl%@s2!8xuIAkHUOYJ_ILC7I8)dQ zraot{<{$R{8FGLJos}_V4w)?P2f$tZ-~k3mPZYZ@D##5HDulR)^o4s+w!r%oLjS`6 zpaxS2{kOdXV#=HA=A4JvJ+VmyakpWC*a4R@2s0wmeRc8+$?)v9DPx{A9&aq?8BQr^ z-XmA7_m|hLRSNlMjR?OS2>{0Mq+@2DRFum&IM zm=CaV0kyuf5aik6FcgVRJ9*lWd6g;EjQ0U!=DRJKlv(X*zOcWyq*Y!RVZt8nb0$92 zl$N>h^FO3~Si(q*tWbUJPFu%3NCE$0VO>IRQ2FF&E9T%aIHo_P?0LUYYX@ zkt+F@=HxhmK~$?-ANu)fs!eqtvcmiWV@ zQ(fTZu5Qqm3f{=7Co+ zyC&(XgNACf)HcIEgj||PaqHD}5z>V~#dou!WW2nM;|*K2>{rGl%a(wHssN*qlz`$p z2ODt=c*2c4KZ&8B$+U-yF0%znB!_&480aTC`h&7vp)LGf$g+8$W{U%BJS4g9uiNDM zvbq>W-|>CfqD+>k2v&56aB~I$!Z78{Ui+A?wemp-GfK8?jol;`jZ$pwu$D&RKVG&K z6|)7>*S*+cEoIbu99o4SH$_cVSsOj=!}kW(87K+lZ%HlpFe#4Ni#VbzM^Oi z;V`N`6dD0-=(*NrC3KwxG(dl&U#uoLo}juNIdHz4mlofs2Ayyczv_37bCthOS9C9e zzI?FrVuioc63j6-H|JhEl`>!tSt-0O^TT;s67M)^8!-OR{{A#EY*$LE)!DnpOpocH zj4QEA=x2BaR^v0F#zxdOQvL&M?)zhgNN7w4WXn||O6<~i-}ZSSG2YYZa`NNUtxLeY zI~Sy1>TRaby7}8mb`cFE>&~{CMYwl@&>U@Sc;MUP8Ct6~WEF2_J!O@vZ z9pW%;Dz>o3yx>@*PG)}<_~8NYxo9F>3uFd%{xEnrA;E@^fD00X{RybayS_+jm}Cm*vcd-m1uN4tP+ZK-i6xe5nE0KZg#`Uf-8j%ONM zhFeXi$J)TI`y9>HZikXh?Ii;Z#A+>AAd1`?CM4*yb^D2F2S^t%|&MzrBdd|Hd7j@8ty5%riLQd zR2uLXg8GRHzeJ4$(?T`3xfZ_e{t9uPBK**gQMhdmwiy1bB)*#OTW^=6xy43u_!=LG zgO;Dv@V0anS86*I7RlUMfdWnD$iX5U+lB?(6%4vX!puu%N#YuOJ7&6ePkm!LB@W+S zH!pjwiS{M2kgjhK%-FX#$Hbs&X|C;p<5EeXH*gj1&Urg&w1lN@&p^W;Uj@Y6?+1fdV-30EJM5!T%`?Q+3;=D#nz9l6Oz7{M~w2Hy68@HXkFfL&f>}*$gdZ7F&#aP=F4d-$SXDxlGCED)KRNT zYro4Hv_Eg@&s6>=;nzW-fQS|rZPi*oGYUn_m3=vy^YTKT0%&&W8fvJZOp2;(Na zs@%QmxU0x%z4}}P4&`#cBC`JAuBf)r9g>w0s`ydE5x9{>iSCjia7c-W=DAUJ*Fs&; zpl1@@PQ|g&WjArv!()_TLHZJuEe}(iy=uRyocy*W({%^bHMci={7<~DIds>`#PyD zcfq8Z%L=X*Dl@7Tqg_4{Y~@^GpRB=BIT5@gtV~zFd0CeD-^1AC^7OE==oY-xLrw(w zt!#fS{Tx`(Nc}{7$|d0<%*$aRKF_W;JJ!o{mw>U~8a?WbVm;i(se2%9C^mXjPqEm8!h43xj8twe=3De}UCwqN5{XpdaJ<*lVYQZ+oP_qbY*xvde?IKd??JlB zh9r%+MYHl{c&|zYiK{6~iG^wt-KvDrSs`N4G;%J88xZa8^1Va_d$9I|7>eUN?)Ih! z;e)}EO)J2MtKKq|aB5yw_wE=&wlO`NO{>x#ma1TAShK$-n{`yo>ms<6;vu6<8=PvD z%ITeMGyN?0?W9%T6CTXrM*fTx-KXv*M_ws{j&%)I@u>*PM>gk*tVYhNuoIBh5Yvc#6Wv|jrnY$utqSA%!FH$k2D*RPpcPZhXMUk*b0Tj`RI&yjj%2#DE2_hmMW70GvU;4CEBB8mm1OHKyIuJWDHGv9q&PZ7jv=hjv3Tqd7eSBfz_m&yOyx>Cwe jRQLbGMN$&H&e1UZ4>W)5Iz_bqdo&a*Y@8uVnSlQQD^XoU literal 0 HcmV?d00001 diff --git a/data/Data_PUDist_2011Full_71400mb_June2014.root b/data/Data_PUDist_2011Full_71400mb_June2014.root new file mode 100644 index 0000000000000000000000000000000000000000..91c5416f80ecb9d5c82f41175e0a4707e2ed8a0c GIT binary patch literal 4118 zcmbtXc{J4T+a7CWAG-)Owqh`rm{7K|Z;9+E@8`OobKU1$mp2083jmCc0RR9;0Dy@d0AQ>o zon1&lMv7OI|8<}^0RU))0c2*1^``&@;IAwW!OHK?yLL!_|4-i(;BTQoy^cy0!1|&x z={5j>>d}Lza3=+IJ6}7Pp^5raA77Z1Bm@G}K)@ZHJhY7s^kIfikxp=3Kli6FUvEDr zm>fh#QW7TncZqxd#s0670aSkxU7!L0l1YGGk>Uaw=^d{BZ|#y}{&q!Ca*+@I+ZEZJ zzxkApG$HELo}|wFJpX&M(7hZ_4k)1jAjy1eZEY}^RSf1R2{nvDsl=mzmr>z4C{$!M zzqIhXCV)1X6O@xP=e6>!aQN-iJIh(h>>Ly7-*+b8y1l6V{Wk2%x;u#@L$6MUz?pnD>3B=5Vs@R4uU%eESH zbGTWIac?~P_deazOF|#R=Pnob@HqC8I!Hya0l7bU(+NqU9pYZzKT3wWC&%m+G=&l| z%bbTn8rYr8AIUFuw97isa+6-h2lqZpTTWj4ErhE+o#a_+?fw+3@@yV4&>1wuZluV^ z6X11R(a8v1ZGAR5`em;=jHks593uPYcFSVsmm1KIlwsdl_~?!D?RD_Go&IkU?Z2v9iuL-4+`lNwO9G1)!RXxR&C zT)}eJPwOSCupO|F-|km>XYSR|kz_nbC4I2qlefL=03pvl#{sz7Uij90H zeDyU+eewl{8EAR!8{R!vp!@Pd(h697&sxFNxCM zX#nIP5~U|CEa9_H*zPVm3OyB?fn)a@mayGU5?VnzSgHwY_kc9#KGPEV8QtloQjXEY z{MG|}#nxbH-DWwzSH{?l>M?I%1V<`z;YC@ggp~~wAu1KAs`?~Q<);@gYlkP8CpcR` zdOG3*Y?@bLfEeIGJRXI5ppwsCHl$ytOETaLrcHlOkVyQgI?oj}Nf4KRqk{~JIb@BC zQ5Ki*U6{2F3AB&d1;H8!&eSp#yUQVKBk3z^+{lD;6>Ff9Ci1c&YBiL`(c(9~P^}@y z2(FxaWf8&(^dnm*d>G`ae47cr=b5G0`BodLli@!1Tcv(+6^*t)UU~GM{Drx2P~3)I zk0{M|W33MK>p021R;zTkxAB&u(+@N>x#H4^yoEK3Cz-1VNov%&nMjb!$##Ke>ridP zzFz8`VQmFUa?{Zbe%oeT)YjX&XX0p}%=@2$_$nz=tJ`J@nYFq&<2LW33U8f&MDM}} zN83>}RhZik{=o+F%p}Jw+y2a##aZUjL_j}7sEt1{!on zC2VoM{Qrccp_IO0Doq8=LZv>y7JsDBghC^_!2~;zFrh0y+`4}83vr&$m*P{B2v>jy z4=#yUYwRRa+IyLa_F}a}>xhJANZN;?ocrCT*4*N4D38i$iwut8S9W0VrK+i9j4RMA zLk1&u1>dMuhh~EBYSIjMKUQ;$kPVC!pJw=xBH~d7(SbB2E z11#tDg_btym#hjD@yxY8AA*6e1>>Alcnm-`ABL)?-o_SJT1;-ex=!od?;nZr&b-6c zc+K$h6_vgX5Ma)zC2%io!^Gu4Dq>ZVIN`q0#cNhmtQ&~0$cDjzU(0v~htrZz7n<5e z+x6$CIzV=ZEUjvJZb3pZ{9Le739F(+%BNiHLRx%yF!@2 zl|1Qsb(~O2zZM6(ghXDZTRG@gI(zE3hQ9FF++MBL>3jLVN(S;^cGZj?&bc*;wmD^< zoBTeP$)XTtseMWZEHz7%F#~iR53Y{5y^fz2pm??nAHFF~dtUK!<+U8Em>uZMDL*^u zUM28ruSbyro5>!1igX)?mnVG2`&YbAwsRGKZY^aNSnfv$)LL4v&$4ct`)nMsv`GDO z#j`2PB1E*5y5x`P@x3M{@zbwb;C=P**jnM%)*@s(-cWFXRxEK5Z#t`#q~ws8qpvM+ zQ@)|g3Ow|es|WdakzjTY}5jk$T zWr%jN@a!JpIrfig)U-gYHq4g`FdSOch@61`I2UG|fz{2enAdd!{bWP= zp`{nwgW3?{EDj<(k?|f7=E=cmmwkN&!6)_V}4<-$CO~U9F)y-KnI3@F13u^w>#E&R^-f#kHVvwb}q7598#d>nwE_q1O7h3%@ zo?T=t+r8%Bt~)x8(~P}O8x3s{Kl~J`wplM>%DoB9T-={7Mi|)L-9KsIjkAm2%y%~4 zj|4QH5u1uz$0adk*8Xt(fPZ2VbdR~k;n2hMT?nmS{fY-Sc9Hr^@&SCxs>)&{)Ym`V z$XrT*u}M)NDx6$f;{aY6o$iW+WOs!YHaA2#8&fdMO<5Nef%)GP-LW)D34;~i9tQTTEpX;pZnVG zMDZ7&{3h}j!n3xqmtiiJOVPRJHJOnv&ifdo1!4T;Vrp}yhep1d; zvSM`DA7c-s8h}`E2A@}EbD%2zNEB*hZ=XB(WRFCKkMpTdbr@XTCLjNyn-(B*?bg)W zC7=4h5b2Qq(Gnf`yUTe-18i3_9YzE~J&U zXq}k0166{@3RWi$<&7B?j`P6|0~`BoAgCFCgmlO83p zK1ns5f0ffR^Jw4&2l9A3Z$XUeb6>L+rx-@fq@RQ9Fi~IK&4m3;$csg8*J;BSeYx?D z5_I?S{Nh@R*G^Q`O_vSTa#C2q8K6eh>jg*WUHIR|$gMwNl~sZV|J+VXItzns65Gi@ z@*fS>nR(X+n0XmL0x5F`(ekO-)WhO?81>U$4gxvOx>jyLV>*;@N&e)JFR~E}=1vpB zQpXmzA7u|clXrEH36eEmURnw79k2~*H#r|x0Jxv-_ApAiv8y9c*<4``q91W81SU$+ ziRi|g8_UJ@s+VDV3A7)TIHy0xDpLOby-?#U@1!=61s9(yUU79jQ7jMOp*K>m?yiY_ zeX6P+7)D21eY*#{({+r$kM1CdI1X{hQJu^$82svWTLEw6jiKEJNvm#*RTZ zZW=RZb{)(CT|OWOz4G=k&vJ z+Zxq;AdN;lmr>=8u#0_?-Rr8so^n4!`p8nsrazv^&;GGT=c7} zQAV%=sUDVWBT=Sjg}mZLXTww1xro&C4^!$%f;joYyh1Ky@`ZUNS;GsN{IAU`sSHVV h|37>rDZ%9e4bA^R^VhJGMEk!-L&Czu9w3_z_z%i@Vj=(l literal 0 HcmV?d00001 diff --git a/data/Data_PUDist_2011Full_central_68000mb_June2014.root b/data/Data_PUDist_2011Full_central_68000mb_June2014.root new file mode 100644 index 0000000000000000000000000000000000000000..801dd20065c2188620707e275454f709ae89ca26 GIT binary patch literal 4118 zcmbtXXHb(}w+&UL2c${W&;&w9h=9_R-b9cdT4)IbLPrDwB8W7RD!obXNH3uaQX@hT z5HQl~OH+{YMehA^|J{4%edg>rXXcr`&)R3!o>>cpM0x=LW8(k-z#aggV*&tZs|aUD zLJ$$+J?VcPNKOF&N`3$l^>ePR3tAvPg_*bP`|FNf!r%YXHwE}x$X}=(fDsxsj= z0D$c2V`l_RPSwWC2C8qQ>g?$Sl@JpbhpHhF_Aob1Lp@!nzOx?;q3!MJ4D~{J!=U$M z#l*y*(tno->M!3XF z|FIsRNd$wiu%zWF3Wgx=#ou2^QDkB!VNf6LKogN_v$L>Bu*#wf#ME!{kV?Hlf4oz3 zr!JL9pu8K?O(;n#TmozVeLn>p9Q|QrTIHOZL=lk_&7>azqzglb@kfVi$XPd*Cp`U( z*&$^`UJ`wwPmLt;`CRH`%PNMmlI>3;2Y_MjXZ48Put!|FvYB}BK5bm{W&vNlfd1%F zv|&cy9rNv(@@stkA@kSsyV&i!2_3|v8G&q{P*i+kS$66=W$hR>UNyUB1|iom6ol`C z@bC1_oL-O7pGjrASM$hL9Un*#9 zL{&u!xF%4MNH|?UOY`jQ<>Jq2$x~Jl!XzXY4c-GB`$d+rwKBf%RNgMT#)#arjG*_w zs91hKOjD@K`{Hiy0=wpBv)i+iU~d6P?zYrO*Y{l9>8Gi3j2cZi`+J7C_TZoKo~=JO z|2%<49NOC$6<+AkXlM={JgkWJi41tqj4EnKR;ezio@F03t@a}VsCNNcuLhdHUl8#X ze-;1o_wSek?8%;L6DE<$&TaFj+k>|e1Ny-bLN{xU=M4Tv7IncjQ}ky*`%ebZ-PUQaRK$L_Dp>t^H_9d(-E#@ zd$6#2tC-s(Y5Y#bI0_ib9PhXEwy03l!isM1WxSuVvXj5k4-a6_eGs&E&w*TuWPc@aeKc`(oz3sfg_0#uLEZ1VK6)*P!rtr`HD8rJ^XPOj z+bUlCCeWK`W3P9RwX8H5{Lno`zP(h_Pbel07@%XOk>6hE3)h|S{fKtsrcyZ+t#uoQX-8 zQj}xvJ^lyl&psRbYQ_3Tru4LV21O|3vpD(hfLGoiKN#RBNY^h+FxmTPD1G zCP4D)4|}xvlxlJQB?w$Y@LY+J)~f+s(^~dmds~OYmkFK4ZwJ#1yw8T#PmFpbU43Kb zlc3xEHOrr@+(XTk(4X|g!(miNo5oh%Tcgij=1&R^roB0BS*8^c>?n>}N>PCGx+~lX zAR0irBOtYXciWzF3r+(y+~>(xN--Aa$Q}!ZRQT?Vm5=wm&u?NU)q7?b3)|zR?6M&h z&ksJVvvnDQ81Q(!UFBT#kQsPAOHg#vYEh`%V%7vT^UBO?5gTwQEZl14)TgIL^}B#E zvYY##zy!3yFs96y*Ca@y7m8nqqX>e8c7pe81cLc)EWkT{a`UlVEEeM8V)kwTj~-tW zsZiUECbji25$eWj2vuM1HHatl4y8TnG`3_DX+gV{g_|WYkG!`5gRhlO#bR85CP`8l z;TyO*jp{5q#J)PkNar&Z`%r0L>S#p)P9vs8HsTD5m%zQ#i<|BOE4Vw}0!0j6X~e$f zi@JQvThz-I+44C0D$m~Mz&zeam=e1l$f|d!e5y1ezs&6G_WRqE4t+jh7*z6o#ySrD z&o`8MHbH=SgGT>@giRyIBZ<&8vCB!<%??hJ%6x5qTuCYv0sK|Z=3yD| zOSfCD9HY?zb(~}ivxhrk7WFgAGu5G-JH3iD1uV1B2Cdt9)RgPjiqq#^q7;tC#JpAQrHHX<$50!kR4>A}Vmge8cfY+F&DDKfsn@@&&ra}tO z%UD{vbBdKMv$91WuS0-3c$^Op!@g$bei4Og_8sa~y(oSK)&o6N(|7RDE`gIqLH#V4 znS19b`-#uXI(0MjTJ2&n56!VzrNAkO`>yEyu8{8%`A6eaYJF6H@as0OvefOoPJU@I zq%!;D_$txJjW4|4&OrkX49fh{QPm17i~}vtBt?eVqkdNowrj4hiw`$cWUp3Ap`1*t zroMo&Aza4bl0+W3u3htvs3|&>aVu({M4|Y^W#mXOgcUPEa}y5F=XBZ3a@tgUV(!8C zxGL~+Zd#mwGN~C5;4@p|;O&hL`AWt{d7#0@^`?kSCwuVGy#KUM`-Ak)trC~LTqa9_ zgeiT%UmV^b&J;>LdtE&6;`M7T$g7{2+ph{R+jfekX`mzhKi3+^A21gl)?_C^i0mBC zh1Oj19>iuzFGGU zB8HuA({H!!?I$S4n-j)@8byvj1*vS+h#IqP0h95EGxL-3-2fw~GK>A!ER2Bam>)3zl(ODvo(a!(0z%KjSp!J~|rJ%nCKPZ{Du!`;+;@ zo|*N;Z~5n}Bd$Xo&6mT|O)Hbb932iZer9_Ur~P3JLngtxG1&?V;{K;wrqbdkb7_v* zY^w=qyhSUF-9qqEC5PW~Lq&r#z9S{y zf1qSw-&lc`?1PmIg8{}{$#$bWL9z@M&JCSUw<6y}xqBEk$tL~G8?zs@pMF5+Ha%_| zLd%-qv?1)xFDE0+=dX;lE#Z!*1@ncFh+8A>ft7m-k0K?_K+50vkPHi{k9O@by&9*+ ztpFFs8p9aOg?>SG^O+ycSoh>dY>D!ia1llAmf2mgq|+Q0Yp&I3dr=uupO~jHH=W{* z7vHBf&ORM@%j|culd&XB_PM9Qf<+jkV${dXdK|5*3O8c<5cn3)<}#!IwkJKxUX>HWewDnnC-3}nw-VDpnvv@rg6!=Wf9BmSbrO*zdfe)=UGx~*eUTU57uC%O^ zE&5ZawXzzN?eaU?#@OVQ4|YX+cC6Wbv|%%n;(~y*dumI+3B==qS2l8|M;%#N@6iyj&@uT+Cj$Nh+&N%T literal 0 HcmV?d00001 diff --git a/interface/EventWeightProvider.h b/interface/EventWeightProvider.h index 223f72f2..72819bb9 100644 --- a/interface/EventWeightProvider.h +++ b/interface/EventWeightProvider.h @@ -166,5 +166,66 @@ const boost::array Summer2012 = { { 1.570E-05, 5.005E-06} }; +const boost::array Summer11Leg = { { + 1.30976e-05, + 0.000148266, + 0.00226073, + 0.030543, + 0.0868303, + 0.120295, + 0.124687, + 0.110419, + 0.0945742, + 0.0837875, + 0.0774277, + 0.0740595, + 0.0676844, + 0.0551203, + 0.0378357, + 0.0210203, + 0.00918262, + 0.00309786, + 0.000808509, + 0.000168568, + 3.02344e-05, + 5.16455e-06, + 8.83185e-07, + 1.43975e-07, + 2.07228e-08, + 2.51393e-09, + 2.52072e-10, + 2.07328e-11, + 1.39369e-12, + 7.63843e-14, + 3.4069e-15, + 1.23492e-16, + 3.63059e-18, + 8.53277e-20, + 1.33668e-22, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0} }; #endif /* EVENTWEIGHTPROVIDER_H_ */ diff --git a/python/master_2011_53X_cfg.py b/python/master_2011_53X_cfg.py index 43cee73f..aab15669 100644 --- a/python/master_2011_53X_cfg.py +++ b/python/master_2011_53X_cfg.py @@ -67,7 +67,7 @@ available_settings = ['JESsystematic', 'PUsystematic', 'BTagSystematic', 'LightTagSystematic', 'JetSmearingSystematic', 'custom_file_suffix'] default_settings = { 'JESsystematic':0, - 'PUFile':'PileUp_2011_truth_finebin_68000microbarn.root', + 'PUFile':'Data_PUDist_2011Full_central_68000mb_June2014.root', 'BTagSystematic':0, 'LightTagSystematic':0, 'JetSmearingSystematic':0, @@ -82,10 +82,10 @@ 'JES_up':{'JESsystematic':1}, 'LightJet_down':{'LightTagSystematic':-1}, 'LightJet_up':{'LightTagSystematic':1}, - 'PU_down':{'PUFile':'PileUp_2011_truth_finebin_64600microbarn.root', + 'PU_down':{'PUFile':'Data_PUDist_2011Full_64600mb_June2014.root', 'custom_file_suffix':'PU_64600mb' }, - 'PU_up':{'PUFile':'PileUp_2011_truth_finebin_71400microbarn.root', + 'PU_up':{'PUFile':'Data_PUDist_2011Full_71400mb_June2014.root', 'custom_file_suffix':'PU_71400mb'}, 'JetSmearing_up':{'JetSmearingSystematic':1}, 'JetSmearing_down':{'JetSmearingSystematic':-1}, diff --git a/python/test_cfg.py b/python/test_cfg.py index 275d3820..795e7673 100644 --- a/python/test_cfg.py +++ b/python/test_cfg.py @@ -38,14 +38,14 @@ elif centerOfMassEnergy == 7: #File for pile-up re-weighting - if nTuple_version == 8 or nTuple_version == 10: + if nTuple_version == 8 or nTuple_version > 10: #integrated luminosity the MC simulation will be scaled to lumi = 5050#pb-1 - PUFile = toolsFolder + "data/PileUp_2011_truth_finebin_68000microbarn.root" + PUFile = toolsFolder + "data/Data_PUDist_2011Full_central_68000mb_June2014.root" #+5% -# PUFile = toolsFolder + "data/PileUp_2011_truth_finebin_71400microbarn.root" +# PUFile = toolsFolder + "data/Data_PUDist_2011Full_71400mb_June2014.root" #-5% -# PUFile = toolsFolder + "data/PileUp_2011_truth_finebin_64600microbarn.root" +# PUFile = toolsFolder + "data/Data_PUDist_2011Full_64600mb_June2014.root" #apply the met corrections applyMetSysShiftCorr = False @@ -71,9 +71,9 @@ produceFitterASCIIoutput = False inputFiles = [ '/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/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_v11_Run2011B-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets/*.root' # 53X 7TeV data +# '/storage/TopQuarkGroup/mc/7TeV/v11/LeptonPlus3JetsSkim/TTJets_MSDecays_central_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets/*.root'# 53X 7TeV MC # '/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 ] diff --git a/src/EventWeightProvider.cpp b/src/EventWeightProvider.cpp index 584bb296..388dd36a 100644 --- a/src/EventWeightProvider.cpp +++ b/src/EventWeightProvider.cpp @@ -97,10 +97,13 @@ void EventWeightProvider::generate_weights() { */ //Needs a flag for 2011 MC tried energyInTeV? - if(Globals::energyInTeV == 8) + if (Globals::energyInTeV == 8) { pileUpWeights = generateWeights(Summer2012); - else + } else if (Globals::energyInTeV == 7 && Globals::NTupleVersion < 11) { pileUpWeights = generateWeights(Fall2011); + } else if (Globals::energyInTeV == 7 && Globals::NTupleVersion == 11) { + pileUpWeights = generateWeights(Summer11Leg); + } // cout << "Pile up weights" << endl; // From 14d5dd47a5ab09b496ea58ea755d5a9fee424980 Mon Sep 17 00:00:00 2001 From: jjacob Date: Tue, 8 Jul 2014 01:36:59 +0100 Subject: [PATCH 6/7] Updating numbers of processed events, filepaths and names for 53X 7TeV analysis. --- python/DataSetInfo_7TeV.py | 173 ++--- python/master_2011_53X_cfg.py | 136 ++-- start_2011_44X_Analysis.sh | 2 +- start_2011_53X_Analysis.sh | 1187 ++++++++++++++++++++++----------- 4 files changed, 973 insertions(+), 525 deletions(-) diff --git a/python/DataSetInfo_7TeV.py b/python/DataSetInfo_7TeV.py index d309dd75..c4f03d16 100644 --- a/python/DataSetInfo_7TeV.py +++ b/python/DataSetInfo_7TeV.py @@ -18,36 +18,100 @@ datasetInfo = {} #if using the designated subset: -datasetInfo['TTJet'] = {"cross-section": 157.5, "NumberOfProcessedEvents":7458920} -datasetInfo['WJetsToLNu'] = {"cross-section": 31314., "NumberOfProcessedEvents":57708550} #not needed for 7TeV -datasetInfo['W1Jet'] = {"cross-section": 4480., "NumberOfProcessedEvents":75710577 } -datasetInfo['W2Jets'] = {"cross-section": 1674., "NumberOfProcessedEvents":25397957} -datasetInfo['W3Jets'] = {"cross-section": 484.7, "NumberOfProcessedEvents":7404688} -datasetInfo['W4Jets'] = {"cross-section": 211.7, "NumberOfProcessedEvents":12921933} +datasetInfo['TTJet'] = {"cross-section": 157.5, "NumberOfProcessedEvents":17100187} +datasetInfo['WJetsToLNu'] = {"cross-section": 31314., "NumberOfProcessedEvents":76726296} +datasetInfo['W1Jet'] = {"cross-section": 4480., "NumberOfProcessedEvents":75710577 } #to update once sample is available +datasetInfo['W2Jets'] = {"cross-section": 1674., "NumberOfProcessedEvents":25013856} +datasetInfo['W3Jets'] = {"cross-section": 484.7, "NumberOfProcessedEvents":7404688} #to update once sample is available +datasetInfo['W4Jets'] = {"cross-section": 211.7, "NumberOfProcessedEvents":13240209} + +datasetInfo['DYJetsToLL'] = {"cross-section": 3048., "NumberOfProcessedEvents":32846945} +datasetInfo['DY1JetsToLL'] = {"cross-section": 561.0, "NumberOfProcessedEvents":24045248} #to update once sample is available +datasetInfo['DY2JetsToLL'] = {"cross-section": 181.0, "NumberOfProcessedEvents":21852156} #to update once sample is available +datasetInfo['DY3JetsToLL'] = {"cross-section": 51.1, "NumberOfProcessedEvents":11015445} #to update once sample is available +datasetInfo['DY4JetsToLL'] = {"cross-section": 23.04, "NumberOfProcessedEvents":6402827} #to update once sample is available + +datasetInfo['GJets_HT-40To100'] = {"cross-section": 23620., "NumberOfProcessedEvents":12730169} #to update once sample is available +datasetInfo['GJets_HT-100To200'] = {"cross-section": 3476., "NumberOfProcessedEvents":1514347} +datasetInfo['GJets_HT-200ToInf'] = {"cross-section": 485., "NumberOfProcessedEvents":9366381} #to update once sample is available + +datasetInfo['QCD_Pt-20to30_BCtoE'] = {"cross-section": 0.2355e9 * 0.00046, "NumberOfProcessedEvents":1927944} +datasetInfo['QCD_Pt-30to80_BCtoE'] = {"cross-section": 0.0593e9 * 0.00234, "NumberOfProcessedEvents":1946505} +datasetInfo['QCD_Pt-80to170_BCtoE'] = {"cross-section": 0.906e6 * 0.0104, "NumberOfProcessedEvents":1002427} + +datasetInfo['QCD_Pt-20to30_EMEnriched'] = {"cross-section": 0.2355e9 * 0.0073, "NumberOfProcessedEvents":32976415} +datasetInfo['QCD_Pt-30to80_EMEnriched'] = {"cross-section": 0.0593e9 * 0.059, "NumberOfProcessedEvents":71775065} +datasetInfo['QCD_Pt-80to170_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":7650319} +datasetInfo['QCD_Pt-170to250_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":2968842} +datasetInfo['QCD_Pt-250to350_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":2952960} +datasetInfo['QCD_Pt-350_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":2957326} + +datasetInfo['QCD_Pt-15to20_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":1901684} +datasetInfo['QCD_Pt-20to30_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":10173300} +datasetInfo['QCD_Pt-30to50_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":11610111} +datasetInfo['QCD_Pt-50to80_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":9870031} +datasetInfo['QCD_Pt-80to120_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":9769136} +datasetInfo['QCD_Pt-120to170_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":7818474} +datasetInfo['QCD_Pt-170to300_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":8116409} +datasetInfo['QCD_Pt-300to470_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":7870002} +datasetInfo['QCD_Pt-470to600_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":3812529} +datasetInfo['QCD_Pt-600to800_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":4149911} +datasetInfo['QCD_Pt-800to1000_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":4036867} +datasetInfo['QCD_Pt-1000_MuEnrichedPt5'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":4133897} + +datasetInfo['T_s-channel'] = {"cross-section": 2.72, "NumberOfProcessedEvents":229786} +datasetInfo['T_t-channel'] = {"cross-section": 42.6, "NumberOfProcessedEvents":3249530} +datasetInfo['T_tW-channel'] = {"cross-section": 5.3, "NumberOfProcessedEvents":744859} + +datasetInfo['Tbar_s-channel'] = {"cross-section": 1.49, "NumberOfProcessedEvents":138187} +datasetInfo['Tbar_t-channel'] = {"cross-section": 22.0, "NumberOfProcessedEvents":1813615} +datasetInfo['Tbar_tW-channel'] = {"cross-section": 5.3, "NumberOfProcessedEvents":801626} -datasetInfo['DYJetsToLL'] = {"cross-section": 3048., "NumberOfProcessedEvents":36257353} +#systematic samples +datasetInfo['TTJets-matchingdown'] = {"cross-section": 764., "NumberOfProcessedEvents":1577671} #to update once sample is available +datasetInfo['TTJets-matchingup'] = {"cross-section": 172., "NumberOfProcessedEvents":5306710} #to update once sample is available +datasetInfo['TTJets-scaledown'] = {"cross-section": 552., "NumberOfProcessedEvents":9426377} +datasetInfo['TTJets-scaleup'] = {"cross-section": 200., "NumberOfProcessedEvents":10095984} -datasetInfo['GJets_HT-40To100'] = {"cross-section": 23620., "NumberOfProcessedEvents":12730169} -datasetInfo['GJets_HT-100To200'] = {"cross-section": 3476., "NumberOfProcessedEvents":1535665} -datasetInfo['GJets_HT-200ToInf'] = {"cross-section": 485., "NumberOfProcessedEvents":9366381} +datasetInfo['WJets-matchingdown'] = {"cross-section": 42352, "NumberOfProcessedEvents":9954470} #to update once sample is available +datasetInfo['WJets-matchingup'] = {"cross-section": 11439, "NumberOfProcessedEvents":10458997} #to update once sample is available +datasetInfo['WJets-scaledown'] = {"cross-section": 20137, "NumberOfProcessedEvents":10039083} #to update once sample is available +datasetInfo['WJets-scaleup'] = {"cross-section": 17859, "NumberOfProcessedEvents":9782022} #to update once sample is available -datasetInfo['QCD_Pt-20to30_BCtoE'] = {"cross-section": 0.2355e9 * 0.00046, "NumberOfProcessedEvents":2081553} -datasetInfo['QCD_Pt-30to80_BCtoE'] = {"cross-section": 0.0593e9 * 0.00234, "NumberOfProcessedEvents":2030029} -datasetInfo['QCD_Pt-80to170_BCtoE'] = {"cross-section": 0.906e6 * 0.0104, "NumberOfProcessedEvents":1082622} +datasetInfo['ZJets-matchingdown'] = {"cross-section": 3048., "NumberOfProcessedEvents":1614734} #to update once sample is available +datasetInfo['ZJets-matchingup'] = {"cross-section": 3048., "NumberOfProcessedEvents":1596487} #to update once sample is available +datasetInfo['ZJets-scaledown'] = {"cross-section": 3048., "NumberOfProcessedEvents":1658757} #to update once sample is available +datasetInfo['ZJets-scaleup'] = {"cross-section": 3048., "NumberOfProcessedEvents":1592684} #to update once sample is available -datasetInfo['QCD_Pt-20to30_EMEnriched'] = {"cross-section": 0.2355e9 * 0.0073, "NumberOfProcessedEvents":35725318} -datasetInfo['QCD_Pt-30to80_EMEnriched'] = {"cross-section": 0.0593e9 * 0.059, "NumberOfProcessedEvents":70375877} -datasetInfo['QCD_Pt-80to170_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150065} +#other generators +datasetInfo['TTJets-mcatnlo'] = {"cross-section": 157.5, "NumberOfProcessedEvents":20713658} #to update once sample is available +datasetInfo['TTJets-powheg'] = {"cross-section": 157.5, "NumberOfProcessedEvents":16370364} #to update once sample is available -datasetInfo['QCD_Pt-20_MuEnrichedPt-15'] = {"cross-section": 84679.3, "NumberOfProcessedEvents":25079944} +#Data and not used samples +datasetInfo['ElectronHad'] = {"cross-section": 0, "NumberOfProcessedEvents":0} +datasetInfo['MuHad'] = {"cross-section": 0, "NumberOfProcessedEvents":0} +datasetInfo['SingleElectron'] = {"cross-section": 0, "NumberOfProcessedEvents":0} +datasetInfo['SingleMu'] = {"cross-section": 0, "NumberOfProcessedEvents":0} -datasetInfo['T_s-channel'] = {"cross-section": 2.72, "NumberOfProcessedEvents":259931} -datasetInfo['T_t-channel'] = {"cross-section": 42.6, "NumberOfProcessedEvents":3899754} -datasetInfo['T_tW-channel'] = {"cross-section": 5.3, "NumberOfProcessedEvents":814059} +#Older/newer QCD samples (kept to avoid dictionary errors) +datasetInfo['GJets_HT-200To400'] = {"cross-section": 960.5, "NumberOfProcessedEvents":10479625} +datasetInfo['GJets_HT-400ToInf'] = {"cross-section": 107.5, "NumberOfProcessedEvents":1611963} -datasetInfo['Tbar_s-channel'] = {"cross-section": 1.49, "NumberOfProcessedEvents":137959} -datasetInfo['Tbar_t-channel'] = {"cross-section": 22.0, "NumberOfProcessedEvents":1944620} -datasetInfo['Tbar_tW-channel'] = {"cross-section": 5.3, "NumberOfProcessedEvents":809642} +datasetInfo['QCD_Pt_20_30_BCtoE'] = {"cross-section": 2.886e8 * 5.8e-4, "NumberOfProcessedEvents":1740229} +datasetInfo['QCD_Pt_30_80_BCtoE'] = {"cross-section": 7.424e7 * 0.00225, "NumberOfProcessedEvents":2048152} +datasetInfo['QCD_Pt_80_170_BCtoE'] = {"cross-section": 1191000.0 * 0.0109, "NumberOfProcessedEvents":1945525} +datasetInfo['QCD_Pt_170_250_BCtoE'] = {"cross-section": 30980.0 * 0.0204, "NumberOfProcessedEvents":1948112} +datasetInfo['QCD_Pt_250_350_BCtoE'] = {"cross-section": 4250.0 * 0.0243, "NumberOfProcessedEvents":2026521} +datasetInfo['QCD_Pt_350_BCtoE'] = {"cross-section": 811.0 * 0.0295, "NumberOfProcessedEvents":1948532} + +datasetInfo['QCD_Pt_20_30_EMEnriched'] = {"cross-section": 2.886e8 * 0.0101, "NumberOfProcessedEvents":34339883} +datasetInfo['QCD_Pt_30_80_EMEnriched'] = {"cross-section": 7.433e7 * 0.0621, "NumberOfProcessedEvents":32537408} +datasetInfo['QCD_Pt_80_170_EMEnriched'] = {"cross-section": 1191000.0 * 0.1539, "NumberOfProcessedEvents":34542763} +datasetInfo['QCD_Pt_170_250_EMEnriched'] = {"cross-section": 30990.0 * 0.148, "NumberOfProcessedEvents":22862259} +datasetInfo['QCD_Pt_250_350_EMEnriched'] = {"cross-section": 4250.0 * 0.131, "NumberOfProcessedEvents":32505856} +datasetInfo['QCD_Pt_350_EMEnriched'] = {"cross-section": 810.0 * 0.11, "NumberOfProcessedEvents":33981105} + +datasetInfo['QCD_Pt_20_MuEnrichedPt_15'] = {"cross-section": 3.64e8 * 3.7e-4, "NumberOfProcessedEvents":21484326} datasetInfo['WWtoAnything'] = {"cross-section": 43., "NumberOfProcessedEvents":4225341} datasetInfo['WZtoAnything'] = {"cross-section": 18.2, "NumberOfProcessedEvents":4264676} @@ -85,68 +149,5 @@ datasetInfo['TTJets181'] = {"cross-section": 157.5, "NumberOfProcessedEvents":1665350} datasetInfo['TTJets184'] = {"cross-section": 157.5, "NumberOfProcessedEvents":1671859} -#systematic samples -datasetInfo['TTJets-matchingdown'] = {"cross-section": 764., "NumberOfProcessedEvents":1577671} -datasetInfo['TTJets-matchingup'] = {"cross-section": 172., "NumberOfProcessedEvents":5306710} #to be updated -datasetInfo['TTJets-scaledown'] = {"cross-section": 552., "NumberOfProcessedEvents":5387181} #to be updated -datasetInfo['TTJets-scaleup'] = {"cross-section": 200., "NumberOfProcessedEvents":5009488} #to be updated - -datasetInfo['WJets-matchingdown'] = {"cross-section": 42352, "NumberOfProcessedEvents":9954470} -datasetInfo['WJets-matchingup'] = {"cross-section": 11439, "NumberOfProcessedEvents":10458997} -datasetInfo['WJets-scaledown'] = {"cross-section": 20137, "NumberOfProcessedEvents":10039083} -datasetInfo['WJets-scaleup'] = {"cross-section": 17859, "NumberOfProcessedEvents":9782022} - -datasetInfo['ZJets-matchingdown'] = {"cross-section": 3048., "NumberOfProcessedEvents":1614734} -datasetInfo['ZJets-matchingup'] = {"cross-section": 3048., "NumberOfProcessedEvents":1596487} -datasetInfo['ZJets-scaledown'] = {"cross-section": 3048., "NumberOfProcessedEvents":1658757} -datasetInfo['ZJets-scaleup'] = {"cross-section": 3048., "NumberOfProcessedEvents":1592684} - -#other generators -datasetInfo['TTJets-mcatnlo'] = {"cross-section": 157.5, "NumberOfProcessedEvents":20713658} -datasetInfo['TTJets-powheg'] = {"cross-section": 157.5, "NumberOfProcessedEvents":16370364} - -#Data and not used samples -datasetInfo['ElectronHad'] = {"cross-section": 0, "NumberOfProcessedEvents":0} -datasetInfo['MuHad'] = {"cross-section": 0, "NumberOfProcessedEvents":0} -datasetInfo['SingleElectron'] = {"cross-section": 0, "NumberOfProcessedEvents":0} -datasetInfo['SingleMu'] = {"cross-section": 0, "NumberOfProcessedEvents":0} - -#Older/newer QCD samples (kept to avoid dictionary errors) -datasetInfo['DY1JetsToLL'] = {"cross-section": 561.0, "NumberOfProcessedEvents":24045248} -datasetInfo['DY2JetsToLL'] = {"cross-section": 181.0, "NumberOfProcessedEvents":21852156} -datasetInfo['DY3JetsToLL'] = {"cross-section": 51.1, "NumberOfProcessedEvents":11015445} -datasetInfo['DY4JetsToLL'] = {"cross-section": 23.04, "NumberOfProcessedEvents":6402827} - -datasetInfo['GJets_HT-200To400'] = {"cross-section": 960.5, "NumberOfProcessedEvents":10479625} -datasetInfo['GJets_HT-400ToInf'] = {"cross-section": 107.5, "NumberOfProcessedEvents":1611963} - -datasetInfo['QCD_Pt_20_30_BCtoE'] = {"cross-section": 2.886e8 * 5.8e-4, "NumberOfProcessedEvents":1740229} -datasetInfo['QCD_Pt_30_80_BCtoE'] = {"cross-section": 7.424e7 * 0.00225, "NumberOfProcessedEvents":2048152} -datasetInfo['QCD_Pt_80_170_BCtoE'] = {"cross-section": 1191000.0 * 0.0109, "NumberOfProcessedEvents":1945525} -datasetInfo['QCD_Pt_170_250_BCtoE'] = {"cross-section": 30980.0 * 0.0204, "NumberOfProcessedEvents":1948112} -datasetInfo['QCD_Pt_250_350_BCtoE'] = {"cross-section": 4250.0 * 0.0243, "NumberOfProcessedEvents":2026521} -datasetInfo['QCD_Pt_350_BCtoE'] = {"cross-section": 811.0 * 0.0295, "NumberOfProcessedEvents":1948532} - -datasetInfo['QCD_Pt_20_30_EMEnriched'] = {"cross-section": 2.886e8 * 0.0101, "NumberOfProcessedEvents":34339883} -datasetInfo['QCD_Pt_30_80_EMEnriched'] = {"cross-section": 7.433e7 * 0.0621, "NumberOfProcessedEvents":32537408} -datasetInfo['QCD_Pt_80_170_EMEnriched'] = {"cross-section": 1191000.0 * 0.1539, "NumberOfProcessedEvents":34542763} -datasetInfo['QCD_Pt_170_250_EMEnriched'] = {"cross-section": 30990.0 * 0.148, "NumberOfProcessedEvents":22862259} -datasetInfo['QCD_Pt_250_350_EMEnriched'] = {"cross-section": 4250.0 * 0.131, "NumberOfProcessedEvents":32505856} -datasetInfo['QCD_Pt_350_EMEnriched'] = {"cross-section": 810.0 * 0.11, "NumberOfProcessedEvents":33981105} - -datasetInfo['QCD_Pt_20_MuEnrichedPt_15'] = {"cross-section": 3.64e8 * 3.7e-4, "NumberOfProcessedEvents":21484326} -datasetInfo['QCD_Pt-15to20_MuEnrichedPt5'] = {"cross-section": 7.022e8 * 0.0039, "NumberOfProcessedEvents":1722681} -datasetInfo['QCD_Pt-20to30_MuEnrichedPt5'] = {"cross-section": 2.87e8 * 0.0065, "NumberOfProcessedEvents":8486904} -datasetInfo['QCD_Pt-30to50_MuEnrichedPt5'] = {"cross-section": 6.609e7 * 0.0122, "NumberOfProcessedEvents":9560265} -datasetInfo['QCD_Pt-50to80_MuEnrichedPt5'] = {"cross-section": 8082000.0 * 0.0218, "NumberOfProcessedEvents":10365230} -datasetInfo['QCD_Pt-80to120_MuEnrichedPt5'] = {"cross-section": 1024000.0 * 0.0395, "NumberOfProcessedEvents":9238642} -datasetInfo['QCD_Pt-120to170_MuEnrichedPt5'] = {"cross-section": 157800.0 * 0.0473, "NumberOfProcessedEvents":8501935} -datasetInfo['QCD_Pt-170to300_MuEnrichedPt5'] = {"cross-section": 34020.0 * 0.0676, "NumberOfProcessedEvents":7669947} -datasetInfo['QCD_Pt-300to470_MuEnrichedPt5'] = {"cross-section": 1757.0 * 0.0864, "NumberOfProcessedEvents":7832261} -datasetInfo['QCD_Pt-470to600_MuEnrichedPt5'] = {"cross-section": 115.2 * 0.1024, "NumberOfProcessedEvents":3783069} -datasetInfo['QCD_Pt-600to800_MuEnrichedPt5'] = {"cross-section": 27.01 * 0.0996, "NumberOfProcessedEvents":4119000} -datasetInfo['QCD_Pt-800to1000_MuEnrichedPt5'] = {"cross-section": 3.57 * 0.1033, "NumberOfProcessedEvents":4107853} -datasetInfo['QCD_Pt-1000_MuEnrichedPt5'] = {"cross-section": 0.774 * 0.1097, "NumberOfProcessedEvents":3873970} - #Higgs datasetInfo['TTH_Inclusive_M-125'] = {"cross-section": 0.1293, "NumberOfProcessedEvents":993656} \ No newline at end of file diff --git a/python/master_2011_53X_cfg.py b/python/master_2011_53X_cfg.py index aab15669..ccb338be 100644 --- a/python/master_2011_53X_cfg.py +++ b/python/master_2011_53X_cfg.py @@ -1,55 +1,68 @@ -mc_path = '/storage/TopQuarkGroup/mc/7TeV/' +mc_path = '/storage/TopQuarkGroup/mc/7TeV/v11/LeptonPlus3JetsSkim' data_path = '/storage/TopQuarkGroup/data/2011/' -datasets = {'ElectronHad' : [data_path + 'ElectronHad/nTuple_v10_Run2011A-12Oct2013-v1_53X_GoldenJSON_LeptonPlus3Jets', - data_path + 'ElectronHad/nTuple_v10_Run2011B-12Oct2013-v1_53X_GoldenJSON_LeptonPlus3Jets'], - 'SingleMu' : [data_path + 'SingleMu/nTuple_v10_Run2011A-12Oct2013-v1_53X_GoldenJSON_LeptonPlus3Jets', - data_path + 'SingleMu/nTuple_v10_Run2011B-12Oct2013-v1_53X_GoldenJSON_LeptonPlus3Jets'], - #to update all filepaths below here when ntuples are created and merged - 'TTJet' : [mc_path + 'TTJets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'DYJetsToLL' : [mc_path + 'DYJetsToLL_TuneZ2_M-50_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_Mu' : [mc_path + 'QCD_Pt-20_MuEnrichedPt-15_TuneZ2_7TeV-pythia6/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_20to30_BCtoE' : [mc_path + 'QCD_Pt-20to30_BCtoE_TuneZ2_7TeV-pythia6/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_30to80_BCtoE' : [mc_path + 'QCD_Pt-30to80_BCtoE_TuneZ2_7TeV-pythia6/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_80to170_BCtoE' : [mc_path + 'QCD_Pt-80to170_BCtoE_TuneZ2_7TeV-pythia/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_20to30_EMEnriched' : [mc_path + 'QCD_Pt-20to30_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_30to80_EMEnriched' : [mc_path + 'QCD_Pt-30to80_EMEnriched_TuneZ2_7TeV-pythia/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'QCD_80to170_EMEnriched' : [mc_path + 'QCD_Pt-80to170_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'GJets_40To100' : [mc_path + 'GJets_TuneZ2_40_HT_100_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'GJets_100To200' : [mc_path + 'GJets_TuneZ2_100_HT_200_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'GJets_200' : [mc_path + 'GJets_TuneZ2_200_HT_inf_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'WW' : [mc_path + 'WW_TuneZ2_7TeV_pythia6_tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'WZ' : [mc_path + 'WZ_TuneZ2_7TeV_pythia6_tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'ZZ' : [mc_path + 'ZZ_TuneZ2_7TeV_pythia6_tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'T_s' : [mc_path + 'T_TuneZ2_s-channel_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'T_t' : [mc_path + 'T_TuneZ2_t-channel_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'T_tW' : [mc_path + 'T_TuneZ2_tW-channel-DR_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'Tbar_s' : [mc_path + 'Tbar_TuneZ2_s-channel_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'Tbar_t' : [mc_path + 'Tbar_TuneZ2_t-channel_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'Tbar_tW' : [mc_path + 'Tbar_TuneZ2_tW-channel-DR_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTbarZIncl' : [mc_path + 'TTbarZIncl_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTbarInclWIncl' : [mc_path + 'TTbarInclWIncl_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'W1Jet' : [mc_path + 'W1Jet_TuneZ2_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'W2Jets' : [mc_path + 'W2Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'W3Jets' : [mc_path + 'W3Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'W4Jets' : [mc_path + 'W4Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-matchingdown' : [mc_path + 'TTjets_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-matchingup' : [mc_path + 'TTjets_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-scaledown' : [mc_path + 'TTjets_TuneZ2_scaledown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-scaleup' : [mc_path + 'TTjets_TuneZ2_scaleup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'WJets-matchingdown' : [mc_path + 'WJetsToLNu_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'WJets-matchingup' : [mc_path + 'WJetsToLNu_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'WJets-scaledown' : [mc_path + 'WJetsToLNu_TuneZ2_scaledown_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'WJets-scaleup' : [mc_path + 'WJetsToLNu_TuneZ2_scaleup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'ZJets-matchingdown' : [mc_path + 'ZJetsToLL_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'ZJets-matchingup' : [mc_path + 'ZJetsToLL_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'ZJets-scaledown' : [mc_path + 'ZJetsToLL_TuneZ2_scaledown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'ZJets-scaleup' : [mc_path + 'ZJetsToLL_TuneZ2_scaleup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-mcatnlo' : [mc_path + 'TT_TuneZ2_7TeV-mcatnlo/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-pythia' : [mc_path + 'TT_TuneZ2_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'TTJets-powheg' : [mc_path + 'TT_TuneZ2_7TeV-pythia6-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], +datasets = {'ElectronHad' : [data_path + 'ElectronHad/nTuple_v11_Run2011A-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets', + data_path + 'ElectronHad/nTuple_v11_Run2011B-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets'], + 'SingleMu' : [data_path + 'SingleMu/nTuple_v11_Run2011A-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets', + data_path + 'SingleMu/nTuple_v11_Run2011B-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets'], + 'TTJet' : [mc_path + 'TTJets_MSDecays_central_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'DYJetsToLL' : [mc_path + 'DYJetsToLL_TuneZ2_M-50_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_15to20_Mu' : [mc_path + 'QCD_Pt-15to20_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_V11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_20to30_Mu' : [mc_path + 'QCD_Pt-20to30_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_30to50_Mu' : [mc_path + 'QCD_Pt-30to50_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_50to80_Mu' : [mc_path + 'QCD_Pt-50to80_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_80to120_Mu' : [mc_path + 'QCD_Pt-80to120_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_120to170_Mu' : [mc_path + 'QCD_Pt-120to170_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_170to300_Mu' : [mc_path + 'QCD_Pt-170to300_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_300to470_Mu' : [mc_path + 'QCD_Pt-300to470_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_470to600_Mu' : [mc_path + 'QCD_Pt-470to600_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_600to800_Mu' : [mc_path + 'QCD_Pt-600to800_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_V11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_800to1000_Mu' : [mc_path + 'QCD_Pt-800to1000_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_1000_Mu' : [mc_path + 'QCD_Pt-1000_MuEnrichedPt5_TuneZ2_7TeV_pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_20to30_BCtoE' : [mc_path + 'QCD_Pt-20to30_BCtoE_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_30to80_BCtoE' : [mc_path + 'QCD_Pt-30to80_BCtoE_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_80to170_BCtoE' : [mc_path + 'QCD_Pt-80to170_BCtoE_TuneZ2_7TeV-pythia/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_20to30_EMEnriched' : [mc_path + 'QCD_Pt-20to30_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_30to80_EMEnriched' : [mc_path + 'QCD_Pt-30to80_EMEnriched_TuneZ2_7TeV-pythia/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_80to170_EMEnriched' : [mc_path + 'QCD_Pt-80to170_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_170to250_EMEnriched' : [mc_path + 'QCD_Pt-170to250_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_250to350_EMEnriched' : [mc_path + 'QCD_Pt-250to350_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'QCD_350_EMEnriched' : [mc_path + 'QCD_Pt-350_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + #'GJets_40To100' : [mc_path + 'GJets_TuneZ2_40_HT_100_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'GJets_100To200' : [mc_path + 'GJets_TuneZ2_100_HT_200_7TeV-madgraph/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v3_LeptonPlus3Jet'], + #'GJets_200' : [mc_path + 'GJets_TuneZ2_200_HT_inf_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'T_s' : [mc_path + 'T_TuneZ2_s-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'T_t' : [mc_path + 'T_TuneZ2_t-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'T_tW' : [mc_path + 'T_TuneZ2_tW-channel-DR_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'Tbar_s' : [mc_path + 'Tbar_TuneZ2_s-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'Tbar_t' : [mc_path + 'Tbar_TuneZ2_t-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'Tbar_tW' : [mc_path + 'Tbar_TuneZ2_tW-channel-DR_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + 'WJets' : [mc_path + 'WJetsToLNu_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], + #'W1Jet' : [mc_path + 'W1Jet_TuneZ2_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'W2Jets' : [mc_path + 'W2Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'W3Jets' : [mc_path + 'W3Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'W4Jets' : [mc_path + 'W4Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'TTJets-matchingdown' : [mc_path + 'TTjets_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'TTJets-matchingup' : [mc_path + 'TTjets_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'TTJets-scaledown' : [mc_path + 'TTJets_MSDecays_scaledown_TuneZ2star_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v2_LeptonPlus3Jets'], + 'TTJets-scaleup' : [mc_path + 'TTJets_MSDecays_scaleup_TuneZ2star_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v2_LeptonPlus3Jets'], + #'WJets-matchingdown' : [mc_path + 'WJetsToLNu_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'WJets-matchingup' : [mc_path + 'WJetsToLNu_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'WJets-scaledown' : [mc_path + 'WJetsToLNu_TuneZ2_scaledown_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'WJets-scaleup' : [mc_path + 'WJetsToLNu_TuneZ2_scaleup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'ZJets-matchingdown' : [mc_path + 'ZJetsToLL_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'ZJets-matchingup' : [mc_path + 'ZJetsToLL_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'ZJets-scaledown' : [mc_path + 'ZJetsToLL_TuneZ2_scaledown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'ZJets-scaleup' : [mc_path + 'ZJetsToLL_TuneZ2_scaleup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'TTJets-mcatnlo' : [mc_path + 'TT_TuneZ2_7TeV-mcatnlo/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'TTJets-pythia' : [mc_path + 'TT_TuneZ2_7TeV-powheg-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + #'TTJets-powheg' : [mc_path + 'TT_TuneZ2_7TeV-pythia6-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], } analysisModes = ['central', + 'Electron_down', + 'Electron_up', + 'Muon_down', + 'Muon_up', 'BJet_down', 'BJet_up', 'JES_down', @@ -64,22 +77,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':'Data_PUDist_2011Full_central_68000mb_June2014.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':'Data_PUDist_2011Full_64600mb_June2014.root', @@ -87,14 +108,13 @@ }, 'PU_up':{'PUFile':'Data_PUDist_2011Full_71400mb_June2014.root', 'custom_file_suffix':'PU_71400mb'}, - 'JetSmearing_up':{'JetSmearingSystematic':1}, - 'JetSmearing_down':{'JetSmearingSystematic':-1}, 'Test': {'custom_file_suffix':'TESTING'} } for weight in range(1, 45): weight_txt = 'PDFWeights_%d' % weight analysis_settings[weight_txt] = {'pdfWeightNumber' : weight,'custom_file_suffix': weight_txt} + from copy import deepcopy #helperfunctions def getAnalysisSettings(analysisMode): @@ -137,6 +157,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'] @@ -158,7 +180,7 @@ def getAnalysisSettings(analysisMode): lightJetResoFile = toolsFolder + "data/lightJetReso.root" #Jet Smearing application -applyJetSmearing = False +applyJetSmearing = True #Apply Top Pt reweighting applyTopPtReweighting = False @@ -168,8 +190,8 @@ def getAnalysisSettings(analysisMode): produceFitterASCIIoutput = False #MET corrections application -applyMetSysShiftCorr = False -applyMetType0Corr = False +applyMetSysShiftCorr = True +applyMetType0Corr = True #relative Path from calling BAT to the TopQuarkAnalysis folder TQAFPath = "" @@ -187,6 +209,4 @@ def getAnalysisSettings(analysisMode): datasetInfoFile = toolsFolder + "python/DataSetInfo_7TeV.py" elif centerOfMassEnergy == 8: datasetInfoFile = toolsFolder + "python/DataSetInfo_8TeV.py" -nTuple_version = 10 - - +nTuple_version = 11 diff --git a/start_2011_44X_Analysis.sh b/start_2011_44X_Analysis.sh index 6c4e1029..e949e643 100755 --- a/start_2011_44X_Analysis.sh +++ b/start_2011_44X_Analysis.sh @@ -278,7 +278,7 @@ sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/mas 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="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_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 & diff --git a/start_2011_53X_Analysis.sh b/start_2011_53X_Analysis.sh index 2f31331f..e05b6ccf 100755 --- a/start_2011_53X_Analysis.sh +++ b/start_2011_53X_Analysis.sh @@ -15,130 +15,465 @@ fi export toolsFolder=${toolsFolder} export exe=${exe} export TQAFPath=${TQAFPath} -#sample="QCD_20to30_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_central.log & -#sample="QCD_20to30_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_up.log & -#sample="QCD_20to30_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_down.log & -#sample="QCD_20to30_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_up.log & - -#sample="QCD_30to80_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_central.log & -#sample="QCD_30to80_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_up.log & -#sample="QCD_30to80_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_down.log & -#sample="QCD_30to80_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_up.log & - -#sample="QCD_80to170_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_central.log & -#sample="QCD_80to170_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_up.log & -#sample="QCD_80to170_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_down.log & -#sample="QCD_80to170_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_up.log & - -#sample="QCD_20to30_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_central.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_up.log & -#sample="QCD_20to30_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_down.log & -#sample="QCD_20to30_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_up.log & - -#sample="QCD_30to80_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_central.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_up.log & -#sample="QCD_30to80_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_down.log & -#sample="QCD_30to80_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_up.log & - -#sample="QCD_80to170_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_central.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_up.log & -#sample="QCD_80to170_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_down.log & -#sample="QCD_80to170_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_up.log & - -#sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_central.log & -#sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & -#sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & -#sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & -#sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & -#sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & -#sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & -#sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & -#sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & -#sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & -#sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & - -#sample="GJets_100To200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_central.log & -#sample="GJets_100To200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_JES_up.log & -#sample="GJets_100To200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_JES_down.log & -#sample="GJets_100To200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_JER_up.log & -#sample="GJets_100To200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_JER_down.log & -#sample="GJets_100To200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_PU_down.log & -#sample="GJets_100To200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_PU_up.log & -#sample="GJets_100To200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_BJet_down.log & -#sample="GJets_100To200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_BJet_up.log & -#sample="GJets_100To200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_down.log & -#sample="GJets_100To200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_up.log & - -#sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_central.log & -#sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & -#sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & -#sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & -#sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & -#sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & -#sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & -#sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & -#sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & -#sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & -#sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & - -#sample="QCD_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_central.log & -#sample="QCD_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_JES_up.log & -#sample="QCD_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_JES_down.log & -#sample="QCD_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Mu_JER_up.log & -#sample="QCD_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Mu_JER_down.log & -#sample="QCD_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_PU_down.log & -#sample="QCD_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_PU_up.log & -#sample="QCD_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_BJet_down.log & -#sample="QCD_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_BJet_up.log & -#sample="QCD_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_LightJet_down.log & -#sample="QCD_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> QCD_Mu_LightJet_up.log & +sample="QCD_20to30_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_central.log & +sample="QCD_20to30_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Electron_up.log & +sample="QCD_20to30_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Electron_down.log & +sample="QCD_20to30_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Muon_up.log & +sample="QCD_20to30_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_Muon_down.log & +sample="QCD_20to30_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_up.log & +sample="QCD_20to30_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JES_down.log & +sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_up.log & +wait +sample="QCD_20to30_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_JER_down.log & +sample="QCD_20to30_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_down.log & +sample="QCD_20to30_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_PU_up.log & +sample="QCD_20to30_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_down.log & +sample="QCD_20to30_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_BJet_up.log & +sample="QCD_20to30_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_down.log & +sample="QCD_20to30_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_BCtoE_LightJet_up.log & +wait + +sample="QCD_30to80_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_central.log & +sample="QCD_30to80_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Electron_up.log & +sample="QCD_30to80_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Electron_down.log & +sample="QCD_30to80_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Muon_up.log & +sample="QCD_30to80_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_Muon_down.log & +sample="QCD_30to80_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_up.log & +sample="QCD_30to80_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JES_down.log & +sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_up.log & +wait +sample="QCD_30to80_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_JER_down.log & +sample="QCD_30to80_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_down.log & +sample="QCD_30to80_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_PU_up.log & +sample="QCD_30to80_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_down.log & +sample="QCD_30to80_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_BJet_up.log & +sample="QCD_30to80_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_down.log & +sample="QCD_30to80_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_BCtoE_LightJet_up.log & +wait + +sample="QCD_80to170_BCtoE" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_central.log & +sample="QCD_80to170_BCtoE" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Electron_up.log & +sample="QCD_80to170_BCtoE" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Electron_down.log & +sample="QCD_80to170_BCtoE" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Muon_up.log & +sample="QCD_80to170_BCtoE" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_Muon_down.log & +sample="QCD_80to170_BCtoE" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_up.log & +sample="QCD_80to170_BCtoE" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JES_down.log & +sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_up.log & +wait +sample="QCD_80to170_BCtoE" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_JER_down.log & +sample="QCD_80to170_BCtoE" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_down.log & +sample="QCD_80to170_BCtoE" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_PU_up.log & +sample="QCD_80to170_BCtoE" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_down.log & +sample="QCD_80to170_BCtoE" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_BJet_up.log & +sample="QCD_80to170_BCtoE" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_down.log & +sample="QCD_80to170_BCtoE" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_BCtoE_LightJet_up.log & +wait + +sample="QCD_20to30_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_central.log & +sample="QCD_20to30_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Electron_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Electron_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Muon_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_Muon_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JES_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_up.log & +wait +sample="QCD_20to30_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_JER_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_PU_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_BJet_up.log & +sample="QCD_20to30_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_down.log & +sample="QCD_20to30_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_EMEnriched_LightJet_up.log & +wait + +sample="QCD_30to80_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_central.log & +sample="QCD_30to80_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Electron_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Electron_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Muon_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_Muon_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JES_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_up.log & +wait +sample="QCD_30to80_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_JER_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_PU_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_BJet_up.log & +sample="QCD_30to80_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_down.log & +sample="QCD_30to80_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to80_EMEnriched_LightJet_up.log & +wait + +sample="QCD_80to170_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_central.log & +sample="QCD_80to170_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Electron_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Electron_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Muon_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_Muon_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JES_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_up.log & +wait +sample="QCD_80to170_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_JER_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_PU_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_BJet_up.log & +sample="QCD_80to170_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_down.log & +sample="QCD_80to170_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to170_EMEnriched_LightJet_up.log & +wait + +sample="QCD_170to250_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_central.log & +sample="QCD_170to250_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Electron_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Electron_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Muon_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_Muon_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JES_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JES_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JER_up.log & +wait +sample="QCD_170to250_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_JER_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_PU_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_PU_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_BJet_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_BJet_up.log & +sample="QCD_170to250_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_LightJet_down.log & +sample="QCD_170to250_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to250_EMEnriched_LightJet_up.log & +wait + +sample="QCD_250to350_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_central.log & +sample="QCD_250to350_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Electron_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Electron_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Muon_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_Muon_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JES_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JES_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JER_up.log & +wait +sample="QCD_250to350_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_JER_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_PU_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_PU_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_BJet_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_BJet_up.log & +sample="QCD_250to350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_LightJet_down.log & +sample="QCD_250to350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_250to350_EMEnriched_LightJet_up.log & +wait + +sample="QCD_350_EMEnriched" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_central.log & +sample="QCD_350_EMEnriched" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_ELectron_up.log & +sample="QCD_350_EMEnriched" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_Electron_down.log & +sample="QCD_350_EMEnriched" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_Muon_up.log & +sample="QCD_350_EMEnriched" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_Muon_down.log & +sample="QCD_350_EMEnriched" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JES_up.log & +sample="QCD_350_EMEnriched" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JES_down.log & +sample="QCD_350_EMEnriched" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JER_up.log & +wait +sample="QCD_350_EMEnriched" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_JER_down.log & +sample="QCD_350_EMEnriched" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_PU_down.log & +sample="QCD_350_EMEnriched" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_PU_up.log & +sample="QCD_350_EMEnriched" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_BJet_down.log & +sample="QCD_350_EMEnriched" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_BJet_up.log & +sample="QCD_350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_down.log & +sample="QCD_350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_up.log & +wait + +sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & +sample="GJets_40To100" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_up.log & +sample="GJets_40To100" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_down.log & +sample="GJets_40To100" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_up.log & +sample="GJets_40To100" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_down.log & +sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & +sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & +sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & +wait +sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & +sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & +sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & +sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & +sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & +sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & +sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & +wait + +sample="GJets_100To200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_central.log & +sample="GJets_100To200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_Electron_up.log & +sample="GJets_100To200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_Electron_down.log & +sample="GJets_100To200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_Muon_up.log & +sample="GJets_100To200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_Muon_down.log & +sample="GJets_100To200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_JES_up.log & +sample="GJets_100To200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_JES_down.log & +sample="GJets_100To200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_JER_up.log & +wait +sample="GJets_100To200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_JER_down.log & +sample="GJets_100To200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_PU_down.log & +sample="GJets_100To200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_PU_up.log & +sample="GJets_100To200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_BJet_down.log & +sample="GJets_100To200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_BJet_up.log & +sample="GJets_100To200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_down.log & +sample="GJets_100To200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_up.log & +wait + +sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_central.log & +sample="GJets_200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_up.log & +sample="GJets_200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_down.log & +sample="GJets_200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_up.log & +sample="GJets_200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_down.log & +sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & +sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & +sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & +wait +sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & +sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & +sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & +sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & +sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & +sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & +sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & +wait + +sample="QCD_Pt-15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_central.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_up.log & +wait +sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_up.log & +sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_down.log & +sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_central.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_up.log & +wait +sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_up.log & +sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_down.log & +sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_central.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_up.log & +wait +sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_up.log & +sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_down.log & +sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_central.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_up.log & +wait +sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_up.log & +sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_down.log & +sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_central.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_up.log & +wait +sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_up.log & +sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_down.log & +sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_central.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_up.log & +wait +sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_up.log & +sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_down.log & +sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_central.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_up.log & +wait +sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_up.log & +sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_down.log & +sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_central.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_up.log & +wait +sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_up.log & +sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_down.log & +sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_central.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_up.log & +wait +sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_up.log & +sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_down.log & +sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_central.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_up.log & +wait +sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_up.log & +sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_down.log & +sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_central.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_up.log & +wait +sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_up.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_down.log & +sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_up.log & +wait + +sample="QCD_Pt-1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_central.log & +sample="QCD_Pt-1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_up.log & +wait +sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_up.log & +sample="QCD_Pt-1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_down.log & +sample="QCD_Pt-1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_up.log & +wait + +sample="WJets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_central.log & +sample="WJets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Electron_up.log & +sample="WJets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Electron_down.log & +sample="WJets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Muon_up.log & +sample="WJets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Muon_down.log & +sample="WJets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JES_up.log & +sample="WJets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JES_down.log & +sample="WJets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JER_up.log & +wait +sample="WJets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JER_down.log & +sample="WJets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_PU_down.log & +sample="WJets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_PU_up.log & +sample="WJets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_BJet_down.log & +sample="WJets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_BJet_up.log & +sample="WJets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_LightJet_down.log & +sample="WJets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_LightJet_up.log & +wait #sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_central.log & +#sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Electron_up.log & +#sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Electron_down.log & +#sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Muon_up.log & +#sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Muon_down.log & #sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & #sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & #sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & +wait #sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & #sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & #sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & @@ -146,11 +481,17 @@ export TQAFPath=${TQAFPath} #sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & #sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & #sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & +wait #sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_central.log & +#sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Electron_up.log & +#sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Electron_down.log & +#sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Muon_up.log & +#sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Muon_down.log & #sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & #sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & #sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & +wait #sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & #sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & #sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & @@ -158,11 +499,17 @@ export TQAFPath=${TQAFPath} #sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & #sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & #sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & +wait #sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_central.log & +#sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Electron_up.log & +#sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Electron_down.log & +#sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Muon_up.log & +#sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Muon_down.log & #sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & #sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & #sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & +wait #sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & #sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & #sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & @@ -170,11 +517,17 @@ export TQAFPath=${TQAFPath} #sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & #sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & #sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & +wait #sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_central.log & +#sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Electron_up.log & +#sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Electron_down.log & +#sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Muon_up.log & +#sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Muon_down.log & #sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & #sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & #sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & +wait #sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & #sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & #sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & @@ -182,270 +535,344 @@ export TQAFPath=${TQAFPath} #sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & #sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & #sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & +wait + +sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_central.log & +sample="DYJetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_Electron_up.log & +sample="DYJetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_Electron_down.log & +sample="DYJetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_Muon_up.log & +sample="DYJetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_Muon_down.log & +sample="DYJetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_up.log & +sample="DYJetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_JES_down.log & +sample="DYJetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_up.log & +wait +sample="DYJetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_down.log & +sample="DYJetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_PU_down.log & +sample="DYJetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_PU_up.log & +sample="DYJetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_down.log & +sample="DYJetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_up.log & +sample="DYJetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_down.log & +sample="DYJetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_up.log & +wait + +#sample="DY1JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_central.log & +#sample="DY1JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_Electron_up.log & +#sample="DY1JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_Electron_down.log & +#sample="DY1JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_Muon_up.log & +#sample="DY1JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_Muon_down.log & +#sample="DY1JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_JES_up.log & +#sample="DY1JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_JES_down.log & +#sample="DY1JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_JER_up.log & +#wait +#sample="DY1JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_JER_down.log & +#sample="DY1JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_PU_down.log & +#sample="DY1JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_PU_up.log & +#sample="DY1JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_BJet_down.log & +#sample="DY1JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_BJet_up.log & +#sample="DY1JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_LightJet_down.log & +#sample="DY1JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY1JetsToLL_LightJet_up.log & +#wait + +#sample="DY2JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_central.log & +#sample="DY2JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_Electron_up.log & +#sample="DY2JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_Electron_down.log & +#sample="DY2JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_Muon_up.log & +#sample="DY2JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_Muon_down.log & +#sample="DY2JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_JES_up.log & +#sample="DY2JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_JES_down.log & +#sample="DY2JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_JER_up.log & +#wait +#sample="DY2JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_JER_down.log & +#sample="DY2JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_PU_down.log & +#sample="DY2JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_PU_up.log & +#sample="DY2JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_BJet_down.log & +#sample="DY2JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_BJet_up.log & +#sample="DY2JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_LightJet_down.log & +#sample="DY2JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY2JetsToLL_LightJet_up.log & +#wait + +#sample="DY3JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_central.log & +#sample="DY3JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_Electron_up.log & +#sample="DY3JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_Electron_down.log & +#sample="DY3JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_Muon_up.log & +#sample="DY3JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_Muon_down.log & +#sample="DY3JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_JES_up.log & +#sample="DY3JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_JES_down.log & +#sample="DY3JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_JER_up.log & +#wait +#sample="DY3JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_JER_down.log & +#sample="DY3JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_PU_down.log & +#sample="DY3JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_PU_up.log & +#sample="DY3JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_BJet_down.log & +#sample="DY3JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_BJet_up.log & +#sample="DY3JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_LightJet_down.log & +#sample="DY3JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY3JetsToLL_LightJet_up.log & +#wait + +#sample="DY4JetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_central.log & +#sample="DY4JetsToLL" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_Electron_up.log & +#sample="DY4JetsToLL" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_Electron_down.log & +#sample="DY4JetsToLL" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_Muon_up.log & +#sample="DY4JetsToLL" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_Muon_down.log & +#sample="DY4JetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_JES_up.log & +#sample="DY4JetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_JES_down.log & +#sample="DY4JetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_JER_up.log & +#wait +#sample="DY4JetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_JER_down.log & +#sample="DY4JetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_PU_down.log & +#sample="DY4JetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_PU_up.log & +#sample="DY4JetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_BJet_down.log & +#sample="DY4JetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_BJet_up.log & +#sample="DY4JetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_LightJet_down.log & +#sample="DY4JetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DY4JetsToLL_LightJet_up.log & +#wait + +sample="T_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_central.log & +sample="T_tW" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_Electron_up.log & +sample="T_tW" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_Electron_down.log & +sample="T_tW" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_Muon_up.log & +sample="T_tW" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_Muon_down.log & +sample="T_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JES_up.log & +sample="T_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JES_down.log & +sample="T_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JER_up.log & +wait +sample="T_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JER_down.log & +sample="T_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_PU_down.log & +sample="T_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_PU_up.log & +sample="T_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_BJet_down.log & +sample="T_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_BJet_up.log & +sample="T_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_LightJet_down.log & +sample="T_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_LightJet_up.log & +wait + +sample="T_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_central.log & +sample="T_t" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_Electron_up.log & +sample="T_t" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_Electron_down.log & +sample="T_t" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_Muon_up.log & +sample="T_t" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_Muon_down.log & +sample="T_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JES_up.log & +sample="T_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JES_down.log & +sample="T_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JER_up.log & +wait +sample="T_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JER_down.log & +sample="T_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_PU_down.log & +sample="T_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_PU_up.log & +sample="T_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_BJet_down.log & +sample="T_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_BJet_up.log & +sample="T_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_LightJet_down.log & +sample="T_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_LightJet_up.log & +wait + +sample="T_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_central.log & +sample="T_s" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_Electron_up.log & +sample="T_s" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_Electron_down.log & +sample="T_s" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_Muon_up.log & +sample="T_s" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_Muon_down.log & +sample="T_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JES_up.log & +sample="T_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JES_down.log & +sample="T_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JER_up.log & +wait +sample="T_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JER_down.log & +sample="T_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_PU_down.log & +sample="T_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_PU_up.log & +sample="T_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_BJet_down.log & +sample="T_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_BJet_up.log & +sample="T_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_LightJet_down.log & +sample="T_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_LightJet_up.log & +wait + +sample="Tbar_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_central.log & +sample="Tbar_tW" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_Electron_up.log & +sample="Tbar_tW" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_Electron_down.log & +sample="Tbar_tW" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_Muon_up.log & +sample="Tbar_tW" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_Muon_down.log & +sample="Tbar_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JES_up.log & +sample="Tbar_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JES_down.log & +sample="Tbar_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JER_up.log & +wait +sample="Tbar_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JER_down.log & +sample="Tbar_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_PU_down.log & +sample="Tbar_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_PU_up.log & +sample="Tbar_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_down.log & +sample="Tbar_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_up.log & +sample="Tbar_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_down.log & +sample="Tbar_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_up.log & +wait + +sample="Tbar_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_central.log & +sample="Tbar_t" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_Electron_up.log & +sample="Tbar_t" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_Electron_down.log & +sample="Tbar_t" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_Muon_up.log & +sample="Tbar_t" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_Muon_down.log & +sample="Tbar_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JES_up.log & +sample="Tbar_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JES_down.log & +sample="Tbar_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JER_up.log & +wait +sample="Tbar_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JER_down.log & +sample="Tbar_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_PU_down.log & +sample="Tbar_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_PU_up.log & +sample="Tbar_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_BJet_down.log & +sample="Tbar_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_BJet_up.log & +sample="Tbar_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_down.log & +sample="Tbar_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_up.log & +wait + +sample="Tbar_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_central.log & +sample="Tbar_s" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_Electron_up.log & +sample="Tbar_s" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_Electron_down.log & +sample="Tbar_s" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_Muon_up.log & +sample="Tbar_s" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_Muon_down.log & +sample="Tbar_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JES_up.log & +sample="Tbar_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JES_down.log & +sample="Tbar_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JER_up.log & +wait +sample="Tbar_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JER_down.log & +sample="Tbar_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_PU_down.log & +sample="Tbar_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_PU_up.log & +sample="Tbar_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_BJet_down.log & +sample="Tbar_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_BJet_up.log & +sample="Tbar_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_down.log & +sample="Tbar_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_up.log & +wait + +sample="TTJet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_central.log & +sample="TTJet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_Electron_up.log & +sample="TTJet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_Electron_down.log & +sample="TTJet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_Muon_up.log & +sample="TTJet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_Muon_down.log & +sample="TTJet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JES_up.log & +sample="TTJet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JES_down.log & +sample="TTJet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JER_up.log & +wait +sample="TTJet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JER_down.log & +sample="TTJet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_PU_down.log & +sample="TTJet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_PU_up.log & +sample="TTJet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_BJet_down.log & +sample="TTJet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_BJet_up.log & +sample="TTJet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_LightJet_down.log & +sample="TTJet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_LightJet_up.log & +wait + +#data +sample="ElectronHad" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ElectronHad_central.log & +sample="ElectronHad" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ElectronHad_JES_up.log & +sample="ElectronHad" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ElectronHad_JES_down.log & + +sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_central.log & +sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & +sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & -#sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_central.log & -#sample="DYJetsToLL" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_JES_up.log & -#sample="DYJetsToLL" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_JES_down.log & -#sample="DYJetsToLL" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_up.log & -#sample="DYJetsToLL" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_JER_down.log & -#sample="DYJetsToLL" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_PU_down.log & -#sample="DYJetsToLL" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_PU_up.log & -#sample="DYJetsToLL" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_down.log & -#sample="DYJetsToLL" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_BJet_up.log & -#sample="DYJetsToLL" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_down.log & -#sample="DYJetsToLL" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> DYJetsToLL_LightJet_up.log & - -#sample="TTbarZIncl" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_central.log & -#sample="TTbarZIncl" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_JES_up.log & -#sample="TTbarZIncl" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_JES_down.log & -#sample="TTbarZIncl" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTbarZIncl_JER_up.log & -#sample="TTbarZIncl" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTbarZIncl_JER_down.log & -#sample="TTbarZIncl" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_PU_down.log & -#sample="TTbarZIncl" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_PU_up.log & -#sample="TTbarZIncl" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_BJet_down.log & -#sample="TTbarZIncl" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_BJet_up.log & -#sample="TTbarZIncl" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_LightJet_down.log & -#sample="TTbarZIncl" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarZIncl_LightJet_up.log & - -#sample="TTbarInclWIncl" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_central.log & -#sample="TTbarInclWIncl" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_JES_up.log & -#sample="TTbarInclWIncl" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_JES_down.log & -#sample="TTbarInclWIncl" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTbarInclWIncl_JER_up.log & -#sample="TTbarInclWIncl" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTbarInclWIncl_JER_down.log & -#sample="TTbarInclWIncl" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_PU_down.log & -#sample="TTbarInclWIncl" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_PU_up.log & -#sample="TTbarInclWIncl" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_BJet_down.log & -#sample="TTbarInclWIncl" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_BJet_up.log & -#sample="TTbarInclWIncl" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_LightJet_down.log & -#sample="TTbarInclWIncl" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTbarInclWIncl_LightJet_up.log & - -#sample="WW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_central.log & -#sample="WW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_JES_up.log & -#sample="WW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_JES_down.log & -#sample="WW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WW_JER_up.log & -#sample="WW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WW_JER_down.log & -#sample="WW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_PU_down.log & -#sample="WW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_PU_up.log & -#sample="WW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_BJet_down.log & -#sample="WW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_BJet_up.log & -#sample="WW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_LightJet_down.log & -#sample="WW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WW_LightJet_up.log & - -#sample="WZ" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_central.log & -#sample="WZ" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_JES_up.log & -#sample="WZ" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_JES_down.log & -#sample="WZ" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WZ_JER_up.log & -#sample="WZ" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WZ_JER_down.log & -#sample="WZ" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_PU_down.log & -#sample="WZ" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_PU_up.log & -#sample="WZ" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_BJet_down.log & -#sample="WZ" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_BJet_up.log & -#sample="WZ" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_LightJet_down.log & -#sample="WZ" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> WZ_LightJet_up.log & - -#sample="ZZ" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_central.log & -#sample="ZZ" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_JES_up.log & -#sample="ZZ" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_JES_down.log & -#sample="ZZ" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZZ_JER_up.log & -#sample="ZZ" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZZ_JER_down.log & -#sample="ZZ" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_PU_down.log & -#sample="ZZ" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_PU_up.log & -#sample="ZZ" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_BJet_down.log & -#sample="ZZ" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_BJet_up.log & -#sample="ZZ" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_LightJet_down.log & -#sample="ZZ" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> ZZ_LightJet_up.log & - -#sample="T_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_central.log & -#sample="T_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JES_up.log & -#sample="T_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JES_down.log & -#sample="T_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JER_up.log & -#sample="T_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_JER_down.log & -#sample="T_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_PU_down.log & -#sample="T_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_PU_up.log & -#sample="T_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_BJet_down.log & -#sample="T_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_BJet_up.log & -#sample="T_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_LightJet_down.log & -#sample="T_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_tW_LightJet_up.log & - -#sample="T_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_central.log & -#sample="T_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JES_up.log & -#sample="T_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JES_down.log & -#sample="T_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JER_up.log & -#sample="T_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_JER_down.log & -#sample="T_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_PU_down.log & -#sample="T_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_PU_up.log & -#sample="T_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_BJet_down.log & -#sample="T_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_BJet_up.log & -#sample="T_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_LightJet_down.log & -#sample="T_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_t_LightJet_up.log & - -#sample="T_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_central.log & -#sample="T_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JES_up.log & -#sample="T_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JES_down.log & -#sample="T_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JER_up.log & -#sample="T_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_JER_down.log & -#sample="T_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_PU_down.log & -#sample="T_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_PU_up.log & -#sample="T_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_BJet_down.log & -#sample="T_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_BJet_up.log & -#sample="T_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_LightJet_down.log & -#sample="T_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> T_s_LightJet_up.log & - -#sample="Tbar_tW" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_central.log & -#sample="Tbar_tW" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JES_up.log & -#sample="Tbar_tW" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JES_down.log & -#sample="Tbar_tW" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JER_up.log & -#sample="Tbar_tW" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_JER_down.log & -#sample="Tbar_tW" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_PU_down.log & -#sample="Tbar_tW" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_PU_up.log & -#sample="Tbar_tW" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_down.log & -#sample="Tbar_tW" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_BJet_up.log & -#sample="Tbar_tW" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_down.log & -#sample="Tbar_tW" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_tW_LightJet_up.log & - -#sample="Tbar_t" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_central.log & -#sample="Tbar_t" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JES_up.log & -#sample="Tbar_t" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JES_down.log & -#sample="Tbar_t" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JER_up.log & -#sample="Tbar_t" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_JER_down.log & -#sample="Tbar_t" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_PU_down.log & -#sample="Tbar_t" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_PU_up.log & -#sample="Tbar_t" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_BJet_down.log & -#sample="Tbar_t" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_BJet_up.log & -#sample="Tbar_t" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_down.log & -#sample="Tbar_t" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_t_LightJet_up.log & - -#sample="Tbar_s" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_central.log & -#sample="Tbar_s" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JES_up.log & -#sample="Tbar_s" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JES_down.log & -#sample="Tbar_s" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JER_up.log & -#sample="Tbar_s" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_JER_down.log & -#sample="Tbar_s" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_PU_down.log & -#sample="Tbar_s" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_PU_up.log & -#sample="Tbar_s" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_BJet_down.log & -#sample="Tbar_s" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_BJet_up.log & -#sample="Tbar_s" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_down.log & -#sample="Tbar_s" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> Tbar_s_LightJet_up.log & - -#sample="TTJet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_central.log & -#sample="TTJet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JES_up.log & -#sample="TTJet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JES_down.log & -#sample="TTJet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JER_up.log & -#sample="TTJet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_JER_down.log & -#sample="TTJet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_PU_down.log & -#sample="TTJet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_PU_up.log & -#sample="TTJet" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_BJet_down.log & -#sample="TTJet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_BJet_up.log & -#sample="TTJet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_LightJet_down.log & -#sample="TTJet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_LightJet_up.log & - -#sample="ElectronHad" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ElectronHad_central.log & -#sample="ElectronHad" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ElectronHad_JES_up.log & -#sample="ElectronHad" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ElectronHad_JES_down.log & - -#sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_central.log & -#sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & -#sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +#systematics +sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & +sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & +sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & +sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & + +sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & +sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & +sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & +sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & +wait + +sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & +sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & +sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & +sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & + +#other generators: (last because they take the longest to run) +sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & +sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & +sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & +wait #PDFs with odd numbers -#for i in $(seq 11) -#do -#if [ $(($i % 2)) -eq 1 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#for i in $(seq 12 22) -#do -#if [ $(($i % 2)) -eq 1 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#for i in $(seq 22 33) -#do -#if [ $(($i % 2)) -eq 1 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#for i in $(seq 34 44) -#do -#if [ $(($i % 2)) -eq 1 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done +for i in $(seq 11) +do +if [ $(($i % 2)) -eq 1 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait + +for i in $(seq 12 22) +do +if [ $(($i % 2)) -eq 1 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait + +for i in $(seq 22 33) +do +if [ $(($i % 2)) -eq 1 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait + +for i in $(seq 34 44) +do +if [ $(($i % 2)) -eq 1 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait #PDFs with even numbers -#for i in $(seq 11) -#do -#if [ $(($i % 2)) -eq 0 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#for i in $(seq 11 22) -#do -#if [ $(($i % 2)) -eq 0 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#for i in $(seq 23 33) -#do -#if [ $(($i % 2)) -eq 0 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#for i in $(seq 33 44) -#do -#if [ $(($i % 2)) -eq 0 ] -#then -#testi="PDFWeights_${i}" -#echo "Starting ${testi}" -#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -#fi -#done - -#other generators: -#sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & -#sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & -#sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & +for i in $(seq 11) +do +if [ $(($i % 2)) -eq 0 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait -#systematics -#sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & -#sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & -#sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & -#sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & - -#sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & -#sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & -#sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & -#sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & - -#sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & -#sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & -#sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & -#sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & \ 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_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait + +for i in $(seq 23 33) +do +if [ $(($i % 2)) -eq 0 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done +wait + +for i in $(seq 33 44) +do +if [ $(($i % 2)) -eq 0 ] +then +testi="PDFWeights_${i}" +echo "Starting ${testi}" +sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +fi +done + + +wait From 285599de6fb8fbc6d235ff7ececffd3f586c1455 Mon Sep 17 00:00:00 2001 From: jjacob Date: Fri, 18 Jul 2014 16:44:35 +0100 Subject: [PATCH 7/7] Final modifications for running on 53X 7TeV ntuples: dataset name corrections, shell script corrections depending on available samples. --- interface/DataTypes.h | 17 +- python/DataSetInfo_7TeV.py | 5 +- python/DataSetInfo_8TeV.py | 3 + python/master_2011_53X_cfg.py | 8 +- python/test_cfg.py | 2 +- start_2011_53X_Analysis.sh | 794 +++++++++++++++++----------------- 6 files changed, 420 insertions(+), 409 deletions(-) diff --git a/interface/DataTypes.h b/interface/DataTypes.h index 96ae19b8..fe11f462 100644 --- a/interface/DataTypes.h +++ b/interface/DataTypes.h @@ -24,19 +24,23 @@ enum value { W3Jets, W4Jets, Zjets, - //2012 DY samples + // 2012 DY samples Z1Jet, Z2Jets, Z3Jets, Z4Jets, + // 2011 QCD samples QCD_BCtoE_Pt20to30, QCD_BCtoE_Pt30to80, QCD_BCtoE_Pt80to170, QCD_EMEnriched_Pt20to30, QCD_EMEnriched_Pt30to80, QCD_EMEnriched_Pt80to170, + QCD_EMEnriched_Pt170to250, + QCD_EMEnriched_Pt250to350, + QCD_EMEnriched_Pt350, QCD_MuEnrichedPt15_Pt20, - //2012 QCD samples + // 2012 QCD samples QCD_BCtoE_Pt20_30, QCD_BCtoE_Pt30_80, QCD_BCtoE_Pt80_170, @@ -48,7 +52,7 @@ enum value { QCD_EMEnriched_Pt80_170, QCD_EMEnriched_Pt170_250, QCD_EMEnriched_Pt250_350, - QCD_EMEnriched_Pt350, + //QCD_EMEnriched_Pt350, // commented out as it has the same name as for 2011 a few lines above QCD_MuEnrichedPt15_Pt_20, QCD_MuEnrichedPt5_Pt15to20, QCD_MuEnrichedPt5_Pt20to30, @@ -138,12 +142,16 @@ const boost::array names = { { "DY2JetsToLL", // "DY3JetsToLL", // "DY4JetsToLL", // + //2011 QCD Samples "QCD_Pt-20to30_BCtoE", // "QCD_Pt-30to80_BCtoE", // "QCD_Pt-80to170_BCtoE", // "QCD_Pt-20to30_EMEnriched", // "QCD_Pt-30to80_EMEnriched", // "QCD_Pt-80to170_EMEnriched", //10 + "QCD_Pt-170to250_EMEnriched", // + "QCD_Pt-250to350_EMEnriched", // + "QCD_Pt-350_EMEnriched", // "QCD_Pt-20_MuEnrichedPt-15", // //2012 QCD samples "QCD_Pt_20_30_BCtoE", // @@ -157,7 +165,8 @@ const boost::array names = { { "QCD_Pt_80_170_EMEnriched", // "QCD_Pt_170_250_EMEnriched", // "QCD_Pt_250_350_EMEnriched", // - "QCD_Pt_350_EMEnriched", // + //"QCD_Pt_350_EMEnriched", // commented out as it has the same name as for 2011 a few lines above + //2011 & 2012 Muon QCD samples "QCD_Pt_20_MuEnrichedPt_15", // "QCD_Pt-15to20_MuEnrichedPt5", // "QCD_Pt-20to30_MuEnrichedPt5", // diff --git a/python/DataSetInfo_7TeV.py b/python/DataSetInfo_7TeV.py index c4f03d16..03ba7100 100644 --- a/python/DataSetInfo_7TeV.py +++ b/python/DataSetInfo_7TeV.py @@ -18,10 +18,10 @@ datasetInfo = {} #if using the designated subset: -datasetInfo['TTJet'] = {"cross-section": 157.5, "NumberOfProcessedEvents":17100187} +datasetInfo['TTJet'] = {"cross-section": 164.5, "NumberOfProcessedEvents":17100187} datasetInfo['WJetsToLNu'] = {"cross-section": 31314., "NumberOfProcessedEvents":76726296} datasetInfo['W1Jet'] = {"cross-section": 4480., "NumberOfProcessedEvents":75710577 } #to update once sample is available -datasetInfo['W2Jets'] = {"cross-section": 1674., "NumberOfProcessedEvents":25013856} +datasetInfo['W2Jets'] = {"cross-section": 1674., "NumberOfProcessedEvents":25069566} datasetInfo['W3Jets'] = {"cross-section": 484.7, "NumberOfProcessedEvents":7404688} #to update once sample is available datasetInfo['W4Jets'] = {"cross-section": 211.7, "NumberOfProcessedEvents":13240209} @@ -112,6 +112,7 @@ datasetInfo['QCD_Pt_350_EMEnriched'] = {"cross-section": 810.0 * 0.11, "NumberOfProcessedEvents":33981105} datasetInfo['QCD_Pt_20_MuEnrichedPt_15'] = {"cross-section": 3.64e8 * 3.7e-4, "NumberOfProcessedEvents":21484326} +datasetInfo['QCD_Pt-20_MuEnrichedPt-15'] = {"cross-section": 3.64e8 * 3.7e-4, "NumberOfProcessedEvents":25080199} datasetInfo['WWtoAnything'] = {"cross-section": 43., "NumberOfProcessedEvents":4225341} datasetInfo['WZtoAnything'] = {"cross-section": 18.2, "NumberOfProcessedEvents":4264676} diff --git a/python/DataSetInfo_8TeV.py b/python/DataSetInfo_8TeV.py index 107aa2ba..74853f97 100644 --- a/python/DataSetInfo_8TeV.py +++ b/python/DataSetInfo_8TeV.py @@ -146,5 +146,8 @@ datasetInfo['QCD_Pt-20to30_EMEnriched'] = {"cross-section": 0.2355e9 * 0.0073, "NumberOfProcessedEvents":34607077} datasetInfo['QCD_Pt-30to80_EMEnriched'] = {"cross-section": 0.0593e9 * 0.059, "NumberOfProcessedEvents":70376046} datasetInfo['QCD_Pt-80to170_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} +datasetInfo['QCD_Pt-170to250_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} +datasetInfo['QCD_Pt-250to350_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} +datasetInfo['QCD_Pt-350_EMEnriched'] = {"cross-section": 0.906e6 * 0.148, "NumberOfProcessedEvents":8150672} #Higgs datasetInfo['TTH_Inclusive_M-125'] = {"cross-section": 0.1293, "NumberOfProcessedEvents":993656} diff --git a/python/master_2011_53X_cfg.py b/python/master_2011_53X_cfg.py index ccb338be..27d67ab1 100644 --- a/python/master_2011_53X_cfg.py +++ b/python/master_2011_53X_cfg.py @@ -1,4 +1,4 @@ -mc_path = '/storage/TopQuarkGroup/mc/7TeV/v11/LeptonPlus3JetsSkim' +mc_path = '/storage/TopQuarkGroup/mc/7TeV/v11/LeptonPlus3JetsSkim/' data_path = '/storage/TopQuarkGroup/data/2011/' datasets = {'ElectronHad' : [data_path + 'ElectronHad/nTuple_v11_Run2011A-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets', data_path + 'ElectronHad/nTuple_v11_Run2011B-12Oct2013-v1_GoldenJSON_LeptonPlus3Jets'], @@ -28,7 +28,7 @@ 'QCD_250to350_EMEnriched' : [mc_path + 'QCD_Pt-250to350_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], 'QCD_350_EMEnriched' : [mc_path + 'QCD_Pt-350_EMEnriched_TuneZ2_7TeV-pythia6/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'GJets_40To100' : [mc_path + 'GJets_TuneZ2_40_HT_100_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - 'GJets_100To200' : [mc_path + 'GJets_TuneZ2_100_HT_200_7TeV-madgraph/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v3_LeptonPlus3Jet'], + 'GJets_100To200' : [mc_path + 'GJets_TuneZ2_100_HT_200_7TeV-madgraph/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v3_LeptonPlus3Jets'], #'GJets_200' : [mc_path + 'GJets_TuneZ2_200_HT_inf_7TeV-madgraph/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], 'T_s' : [mc_path + 'T_TuneZ2_s-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], 'T_t' : [mc_path + 'T_TuneZ2_t-channel_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], @@ -38,9 +38,9 @@ 'Tbar_tW' : [mc_path + 'Tbar_TuneZ2_tW-channel-DR_7TeV-powheg-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], 'WJets' : [mc_path + 'WJetsToLNu_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'W1Jet' : [mc_path + 'W1Jet_TuneZ2_7TeV-madgraph-tauola/nTuple_v8b_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - #'W2Jets' : [mc_path + 'W2Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'W2Jets' : [mc_path + 'W2Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'W3Jets' : [mc_path + 'W3Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], - #'W4Jets' : [mc_path + 'W4Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], + 'W4Jets' : [mc_path + 'W4Jets_TuneZ2_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v1_LeptonPlus3Jets'], #'TTJets-matchingdown' : [mc_path + 'TTjets_TuneZ2_matchingdown_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], #'TTJets-matchingup' : [mc_path + 'TTjets_TuneZ2_matchingup_7TeV-madgraph-tauola/nTuple_v8c_Fall11-PU_S6_START44_V9B-v1_LeptonPlus3Jets'], 'TTJets-scaledown' : [mc_path + 'TTJets_MSDecays_scaledown_TuneZ2star_7TeV-madgraph-tauola/nTuple_v11_Summer11LegDR-PU_S13_START53_LV6-v2_LeptonPlus3Jets'], diff --git a/python/test_cfg.py b/python/test_cfg.py index 795e7673..3cb972fc 100644 --- a/python/test_cfg.py +++ b/python/test_cfg.py @@ -89,4 +89,4 @@ elif centerOfMassEnergy == 8: datasetInfoFile = toolsFolder + "python/DataSetInfo_8TeV.py" -custom_file_suffix = "TEST" +custom_file_suffix = "TEST" diff --git a/start_2011_53X_Analysis.sh b/start_2011_53X_Analysis.sh index e05b6ccf..655aa469 100755 --- a/start_2011_53X_Analysis.sh +++ b/start_2011_53X_Analysis.sh @@ -3,7 +3,6 @@ machine="soolin" #machine="stardust" exe=BAT -toolsFolder=BristolAnalysis/Tools/ toolsFolder=BristolAnalysis/Tools/ if [ ${machine} == "stardust" ] then @@ -177,23 +176,23 @@ sample="QCD_350_EMEnriched" analysisMode="LightJet_down" nohup ${exe} ${toolsFol sample="QCD_350_EMEnriched" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_350_EMEnriched_LightJet_up.log & wait -sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & -sample="GJets_40To100" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_up.log & -sample="GJets_40To100" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_down.log & -sample="GJets_40To100" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_up.log & -sample="GJets_40To100" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_down.log & -sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & -sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & -sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & -wait -sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & -sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & -sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & -sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & -sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & -sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & -sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & -wait +#sample="GJets_40To100" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_central.log & +#sample="GJets_40To100" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_up.log & +#sample="GJets_40To100" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Electron_down.log & +#sample="GJets_40To100" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_up.log & +#sample="GJets_40To100" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_Muon_down.log & +#sample="GJets_40To100" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_up.log & +#sample="GJets_40To100" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JES_down.log & +#sample="GJets_40To100" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_up.log & +#wait +#sample="GJets_40To100" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_JER_down.log & +#sample="GJets_40To100" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_down.log & +#sample="GJets_40To100" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_down.log & +#sample="GJets_40To100" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_PU_up.log & +#sample="GJets_40To100" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_BJet_up.log & +#sample="GJets_40To100" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_down.log & +#sample="GJets_40To100" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_40To100_LightJet_up.log & +#wait sample="GJets_100To200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_central.log & sample="GJets_100To200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_Electron_up.log & @@ -213,245 +212,245 @@ sample="GJets_100To200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder} sample="GJets_100To200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_100To200_LightJet_up.log & wait -sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_central.log & -sample="GJets_200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_up.log & -sample="GJets_200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_down.log & -sample="GJets_200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_up.log & -sample="GJets_200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_down.log & -sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & -sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & -sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & -wait -sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & -sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & -sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & -sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & -sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & -sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & -sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & -wait - -sample="QCD_Pt-15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_central.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Electron_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_Muon_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JES_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_up.log & -wait -sample="QCD_Pt-15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_JER_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_PU_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_BJet_up.log & -sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_down.log & -sample="QCD_Pt-15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-15to20_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_central.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Electron_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_Muon_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JES_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_up.log & -wait -sample="QCD_Pt-20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_JER_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_PU_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_BJet_up.log & -sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_down.log & -sample="QCD_Pt-20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-20to30_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_central.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Electron_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_Muon_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JES_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_up.log & -wait -sample="QCD_Pt-30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_JER_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_PU_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_BJet_up.log & -sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_down.log & -sample="QCD_Pt-30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-30to50_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_central.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Electron_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_Muon_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JES_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_up.log & -wait -sample="QCD_Pt-50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_JER_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_PU_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_BJet_up.log & -sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_down.log & -sample="QCD_Pt-50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-50to80_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_central.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Electron_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_Muon_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JES_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_up.log & -wait -sample="QCD_Pt-80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_JER_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_PU_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_BJet_up.log & -sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_down.log & -sample="QCD_Pt-80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-80to120_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_central.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Electron_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_Muon_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JES_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_up.log & -wait -sample="QCD_Pt-120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_JER_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_PU_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_BJet_up.log & -sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_down.log & -sample="QCD_Pt-120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-120to170_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_central.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Electron_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_Muon_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JES_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_up.log & -wait -sample="QCD_Pt-170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_JER_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_PU_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_BJet_up.log & -sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_down.log & -sample="QCD_Pt-170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-170to300_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_central.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Electron_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_Muon_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JES_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_up.log & -wait -sample="QCD_Pt-300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_JER_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_PU_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_BJet_up.log & -sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_down.log & -sample="QCD_Pt-300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-300to470_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_central.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Electron_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_Muon_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JES_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_up.log & -wait -sample="QCD_Pt-470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_JER_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_PU_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_BJet_up.log & -sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_down.log & -sample="QCD_Pt-470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-470to600_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_central.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Electron_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_Muon_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JES_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_up.log & -wait -sample="QCD_Pt-600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_JER_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_PU_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_BJet_up.log & -sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_down.log & -sample="QCD_Pt-600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-600to800_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_central.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Electron_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_Muon_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JES_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_up.log & -wait -sample="QCD_Pt-800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_JER_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_PU_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_BJet_up.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_down.log & -sample="QCD_Pt-800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-800to1000_Mu_LightJet_up.log & -wait - -sample="QCD_Pt-1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_central.log & -sample="QCD_Pt-1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Electron_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_Muon_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JES_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_up.log & -wait -sample="QCD_Pt-1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_JER_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_PU_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_BJet_up.log & -sample="QCD_Pt-1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_down.log & -sample="QCD_Pt-1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_Pt-1000_Mu_LightJet_up.log & +#sample="GJets_200" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_central.log & +#sample="GJets_200" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_up.log & +#sample="GJets_200" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Electron_down.log & +#sample="GJets_200" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_up.log & +#sample="GJets_200" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_Muon_down.log & +#sample="GJets_200" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_up.log & +#sample="GJets_200" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JES_down.log & +#sample="GJets_200" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_up.log & +#wait +#sample="GJets_200" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_JER_down.log & +#sample="GJets_200" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_down.log & +#sample="GJets_200" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_PU_up.log & +#sample="GJets_200" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_down.log & +#sample="GJets_200" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_BJet_up.log & +#sample="GJets_200" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_down.log & +#sample="GJets_200" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> GJets_200_LightJet_up.log & +#wait + +sample="QCD_15to20_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_central.log & +sample="QCD_15to20_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Electron_up.log & +sample="QCD_15to20_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Electron_down.log & +sample="QCD_15to20_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Muon_up.log & +sample="QCD_15to20_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_Muon_down.log & +sample="QCD_15to20_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JES_up.log & +sample="QCD_15to20_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JES_down.log & +sample="QCD_15to20_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JER_up.log & +wait +sample="QCD_15to20_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_JER_down.log & +sample="QCD_15to20_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_PU_down.log & +sample="QCD_15to20_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_PU_up.log & +sample="QCD_15to20_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_BJet_down.log & +sample="QCD_15to20_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_BJet_up.log & +sample="QCD_15to20_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_LightJet_down.log & +sample="QCD_15to20_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_15to20_Mu_LightJet_up.log & +wait + +sample="QCD_20to30_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_central.log & +sample="QCD_20to30_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Electron_up.log & +sample="QCD_20to30_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Electron_down.log & +sample="QCD_20to30_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Muon_up.log & +sample="QCD_20to30_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_Muon_down.log & +sample="QCD_20to30_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JES_up.log & +sample="QCD_20to30_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JES_down.log & +sample="QCD_20to30_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JER_up.log & +wait +sample="QCD_20to30_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_JER_down.log & +sample="QCD_20to30_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_PU_down.log & +sample="QCD_20to30_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_PU_up.log & +sample="QCD_20to30_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_BJet_down.log & +sample="QCD_20to30_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_BJet_up.log & +sample="QCD_20to30_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_LightJet_down.log & +sample="QCD_20to30_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_20to30_Mu_LightJet_up.log & +wait + +sample="QCD_30to50_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_central.log & +sample="QCD_30to50_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Electron_up.log & +sample="QCD_30to50_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Electron_down.log & +sample="QCD_30to50_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Muon_up.log & +sample="QCD_30to50_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_Muon_down.log & +sample="QCD_30to50_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JES_up.log & +sample="QCD_30to50_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JES_down.log & +sample="QCD_30to50_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JER_up.log & +wait +sample="QCD_30to50_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_JER_down.log & +sample="QCD_30to50_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_PU_down.log & +sample="QCD_30to50_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_PU_up.log & +sample="QCD_30to50_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_BJet_down.log & +sample="QCD_30to50_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_BJet_up.log & +sample="QCD_30to50_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_LightJet_down.log & +sample="QCD_30to50_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_30to50_Mu_LightJet_up.log & +wait + +sample="QCD_50to80_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_central.log & +sample="QCD_50to80_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Electron_up.log & +sample="QCD_50to80_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Electron_down.log & +sample="QCD_50to80_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Muon_up.log & +sample="QCD_50to80_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_Muon_down.log & +sample="QCD_50to80_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JES_up.log & +sample="QCD_50to80_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JES_down.log & +sample="QCD_50to80_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JER_up.log & +wait +sample="QCD_50to80_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_JER_down.log & +sample="QCD_50to80_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_PU_down.log & +sample="QCD_50to80_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_PU_up.log & +sample="QCD_50to80_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_BJet_down.log & +sample="QCD_50to80_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_BJet_up.log & +sample="QCD_50to80_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_LightJet_down.log & +sample="QCD_50to80_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_50to80_Mu_LightJet_up.log & +wait + +sample="QCD_80to120_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_central.log & +sample="QCD_80to120_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Electron_up.log & +sample="QCD_80to120_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Electron_down.log & +sample="QCD_80to120_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Muon_up.log & +sample="QCD_80to120_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_Muon_down.log & +sample="QCD_80to120_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JES_up.log & +sample="QCD_80to120_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JES_down.log & +sample="QCD_80to120_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JER_up.log & +wait +sample="QCD_80to120_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_JER_down.log & +sample="QCD_80to120_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_PU_down.log & +sample="QCD_80to120_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_PU_up.log & +sample="QCD_80to120_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_BJet_down.log & +sample="QCD_80to120_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_BJet_up.log & +sample="QCD_80to120_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_LightJet_down.log & +sample="QCD_80to120_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_80to120_Mu_LightJet_up.log & +wait + +sample="QCD_120to170_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_central.log & +sample="QCD_120to170_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Electron_up.log & +sample="QCD_120to170_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Electron_down.log & +sample="QCD_120to170_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Muon_up.log & +sample="QCD_120to170_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_Muon_down.log & +sample="QCD_120to170_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JES_up.log & +sample="QCD_120to170_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JES_down.log & +sample="QCD_120to170_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JER_up.log & +wait +sample="QCD_120to170_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_JER_down.log & +sample="QCD_120to170_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_PU_down.log & +sample="QCD_120to170_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_PU_up.log & +sample="QCD_120to170_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_BJet_down.log & +sample="QCD_120to170_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_BJet_up.log & +sample="QCD_120to170_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_LightJet_down.log & +sample="QCD_120to170_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_120to170_Mu_LightJet_up.log & +wait + +sample="QCD_170to300_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_central.log & +sample="QCD_170to300_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Electron_up.log & +sample="QCD_170to300_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Electron_down.log & +sample="QCD_170to300_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Muon_up.log & +sample="QCD_170to300_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_Muon_down.log & +sample="QCD_170to300_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JES_up.log & +sample="QCD_170to300_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JES_down.log & +sample="QCD_170to300_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JER_up.log & +wait +sample="QCD_170to300_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_JER_down.log & +sample="QCD_170to300_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_PU_down.log & +sample="QCD_170to300_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_PU_up.log & +sample="QCD_170to300_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_BJet_down.log & +sample="QCD_170to300_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_BJet_up.log & +sample="QCD_170to300_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_LightJet_down.log & +sample="QCD_170to300_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_170to300_Mu_LightJet_up.log & +wait + +sample="QCD_300to470_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_central.log & +sample="QCD_300to470_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Electron_up.log & +sample="QCD_300to470_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Electron_down.log & +sample="QCD_300to470_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Muon_up.log & +sample="QCD_300to470_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_Muon_down.log & +sample="QCD_300to470_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JES_up.log & +sample="QCD_300to470_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JES_down.log & +sample="QCD_300to470_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JER_up.log & +wait +sample="QCD_300to470_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_JER_down.log & +sample="QCD_300to470_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_PU_down.log & +sample="QCD_300to470_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_PU_up.log & +sample="QCD_300to470_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_BJet_down.log & +sample="QCD_300to470_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_BJet_up.log & +sample="QCD_300to470_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_LightJet_down.log & +sample="QCD_300to470_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_300to470_Mu_LightJet_up.log & +wait + +ample="QCD_470to600_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_central.log & +sample="QCD_470to600_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Electron_up.log & +sample="QCD_470to600_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Electron_down.log & +sample="QCD_470to600_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Muon_up.log & +sample="QCD_470to600_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_Muon_down.log & +sample="QCD_470to600_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JES_up.log & +sample="QCD_470to600_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JES_down.log & +sample="QCD_470to600_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JER_up.log & +wait +sample="QCD_470to600_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_JER_down.log & +sample="QCD_470to600_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_PU_down.log & +sample="QCD_470to600_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_PU_up.log & +sample="QCD_470to600_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_BJet_down.log & +sample="QCD_470to600_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_BJet_up.log & +sample="QCD_470to600_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_LightJet_down.log & +sample="QCD_470to600_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_470to600_Mu_LightJet_up.log & +wait + +sample="QCD_600to800_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_central.log & +sample="QCD_600to800_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Electron_up.log & +sample="QCD_600to800_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Electron_down.log & +sample="QCD_600to800_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Muon_up.log & +sample="QCD_600to800_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_Muon_down.log & +sample="QCD_600to800_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JES_up.log & +sample="QCD_600to800_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JES_down.log & +sample="QCD_600to800_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JER_up.log & +wait +sample="QCD_600to800_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_JER_down.log & +sample="QCD_600to800_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_PU_down.log & +sample="QCD_600to800_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_PU_up.log & +sample="QCD_600to800_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_BJet_down.log & +sample="QCD_600to800_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_BJet_up.log & +sample="QCD_600to800_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_LightJet_down.log & +sample="QCD_600to800_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_600to800_Mu_LightJet_up.log & +wait + +sample="QCD_800to1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_central.log & +sample="QCD_800to1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Electron_up.log & +sample="QCD_800to1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Electron_down.log & +sample="QCD_800to1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Muon_up.log & +sample="QCD_800to1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_Muon_down.log & +sample="QCD_800to1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JES_up.log & +sample="QCD_800to1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JES_down.log & +sample="QCD_800to1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JER_up.log & +wait +sample="QCD_800to1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_JER_down.log & +sample="QCD_800to1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_PU_down.log & +sample="QCD_800to1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_PU_up.log & +sample="QCD_800to1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_BJet_down.log & +sample="QCD_800to1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_BJet_up.log & +sample="QCD_800to1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_LightJet_down.log & +sample="QCD_800to1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_800to1000_Mu_LightJet_up.log & +wait + +sample="QCD_1000_Mu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_central.log & +sample="QCD_1000_Mu" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Electron_up.log & +sample="QCD_1000_Mu" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Electron_down.log & +sample="QCD_1000_Mu" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Muon_up.log & +sample="QCD_1000_Mu" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_Muon_down.log & +sample="QCD_1000_Mu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JES_up.log & +sample="QCD_1000_Mu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JES_down.log & +sample="QCD_1000_Mu" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JER_up.log & +wait +sample="QCD_1000_Mu" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_JER_down.log & +sample="QCD_1000_Mu" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_PU_down.log & +sample="QCD_1000_Mu" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_PU_up.log & +sample="QCD_1000_Mu" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_BJet_down.log & +sample="QCD_1000_Mu" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_BJet_up.log & +sample="QCD_1000_Mu" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_LightJet_down.log & +sample="QCD_1000_Mu" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> QCD_1000_Mu_LightJet_up.log & wait sample="WJets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_central.log & -sample="WJets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Electron_up.log & -sample="WJets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Electron_down.log & -sample="WJets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Muon_up.log & -sample="WJets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> WJet_Muon_down.log & +sample="WJets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Electron_up.log & +sample="WJets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Electron_down.log & +sample="WJets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Muon_up.log & +sample="WJets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_Muon_down.log & sample="WJets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JES_up.log & sample="WJets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JES_down.log & sample="WJets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJet_JER_up.log & @@ -466,14 +465,14 @@ sample="WJets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/mast wait #sample="W1Jet" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_central.log & -#sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Electron_up.log & -#sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Electron_down.log & -#sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Muon_up.log & -#sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W1Jet_Muon_down.log & +#sample="W1Jet" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Electron_up.log & +#sample="W1Jet" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Electron_down.log & +#sample="W1Jet" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Muon_up.log & +#sample="W1Jet" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_Muon_down.log & #sample="W1Jet" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JES_up.log & #sample="W1Jet" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JES_down.log & #sample="W1Jet" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JER_up.log & -wait +#wait #sample="W1Jet" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_JER_down.log & #sample="W1Jet" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_PU_down.log & #sample="W1Jet" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_PU_up.log & @@ -481,35 +480,35 @@ wait #sample="W1Jet" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_BJet_up.log & #sample="W1Jet" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_LightJet_down.log & #sample="W1Jet" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W1Jet_LightJet_up.log & -wait +#wait -#sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_central.log & -#sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Electron_up.log & -#sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Electron_down.log & -#sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Muon_up.log & -#sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W2Jets_Muon_down.log & -#sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & -#sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & -#sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & +sample="W2Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_central.log & +sample="W2Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Electron_up.log & +sample="W2Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Electron_down.log & +sample="W2Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Muon_up.log & +sample="W2Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_Muon_down.log & +sample="W2Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_up.log & +sample="W2Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JES_down.log & +sample="W2Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_up.log & wait -#sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & -#sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & -#sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & -#sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & -#sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & -#sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & -#sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & +sample="W2Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_JER_down.log & +sample="W2Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_down.log & +sample="W2Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_PU_up.log & +sample="W2Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_down.log & +sample="W2Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_BJet_up.log & +sample="W2Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_down.log & +sample="W2Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W2Jets_LightJet_up.log & wait #sample="W3Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_central.log & -#sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Electron_up.log & -#sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Electron_down.log & -#sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Muon_up.log & -#sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W3Jets_Muon_down.log & +#sample="W3Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Electron_up.log & +#sample="W3Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Electron_down.log & +#sample="W3Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Muon_up.log & +#sample="W3Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_Muon_down.log & #sample="W3Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JES_up.log & #sample="W3Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JES_down.log & #sample="W3Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JER_up.log & -wait +#wait #sample="W3Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_JER_down.log & #sample="W3Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_PU_down.log & #sample="W3Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_PU_up.log & @@ -517,24 +516,24 @@ wait #sample="W3Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_BJet_up.log & #sample="W3Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_LightJet_down.log & #sample="W3Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W3Jets_LightJet_up.log & -wait +#wait -#sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_central.log & -#sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Electron_up.log & -#sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Electron_down.log & -#sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Muon_up.log & -#sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py.py ${TQAFPath} &> W4Jets_Muon_down.log & -#sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & -#sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & -#sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & +sample="W4Jets" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_central.log & +sample="W4Jets" analysisMode="Electron_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Electron_up.log & +sample="W4Jets" analysisMode="Electron_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Electron_down.log & +sample="W4Jets" analysisMode="Muon_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Muon_up.log & +sample="W4Jets" analysisMode="Muon_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_Muon_down.log & +sample="W4Jets" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_up.log & +sample="W4Jets" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JES_down.log & +sample="W4Jets" analysisMode="JetSmearing_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_up.log & wait -#sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & -#sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & -#sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & -#sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & -#sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & -#sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & -#sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & +sample="W4Jets" analysisMode="JetSmearing_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_JER_down.log & +sample="W4Jets" analysisMode="PU_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_down.log & +sample="W4Jets" analysisMode="PU_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_PU_up.log & +sample="W4Jets" analysisMode="BJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_down.log & +sample="W4Jets" analysisMode="BJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_BJet_up.log & +sample="W4Jets" analysisMode="LightJet_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_down.log & +sample="W4Jets" analysisMode="LightJet_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> W4Jets_LightJet_up.log & wait sample="DYJetsToLL" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> DYJetsToLL_central.log & @@ -761,118 +760,117 @@ sample="ElectronHad" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/m sample="SingleMu" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_central.log & sample="SingleMu" analysisMode="JES_up" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_up.log & sample="SingleMu" analysisMode="JES_down" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> SingleMu_JES_down.log & +wait #systematics -sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & -sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & +#sample="TTJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingdown_central.log & +#sample="TTJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-matchingup_central.log & sample="TTJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaledown_central.log & sample="TTJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-scaleup_central.log & -sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & -sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & -sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & -sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & +#sample="WJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingdown_central.log & +#sample="WJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-matchingup_central.log & +#sample="WJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaledown_central.log & +#sample="WJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> WJets-scaleup_central.log & wait -sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & -sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & -sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & -sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & +#sample="ZJets-matchingdown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingdown_central.log & +#sample="ZJets-matchingup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-matchingup_central.log & +#sample="ZJets-scaledown" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaledown_central.log & +#sample="ZJets-scaleup" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> ZJets-scaleup_central.log & #other generators: (last because they take the longest to run) -sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & -sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & -sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & -wait +#sample="TTJets-mcatnlo" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-mcatnlo_central.log & +#sample="TTJets-pythia" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-pythia_central.log & +#sample="TTJets-powheg" analysisMode="central" nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJets-powheg_central.log & +#wait #PDFs with odd numbers -for i in $(seq 11) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 12 22) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 22 33) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 34 44) -do -if [ $(($i % 2)) -eq 1 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait +#for i in $(seq 11) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +#for i in $(seq 12 22) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 22 33) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 34 44) +#do +#if [ $(($i % 2)) -eq 1 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# #PDFs with even numbers -for i in $(seq 11) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 11 22) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 23 33) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done -wait - -for i in $(seq 33 44) -do -if [ $(($i % 2)) -eq 0 ] -then -testi="PDFWeights_${i}" -echo "Starting ${testi}" -sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & -fi -done - - -wait +#for i in $(seq 11) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 11 22) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 23 33) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait +# +#for i in $(seq 33 44) +#do +#if [ $(($i % 2)) -eq 0 ] +#then +#testi="PDFWeights_${i}" +#echo "Starting ${testi}" +#sample=TTJet analysisMode=${testi} nohup ${exe} ${toolsFolder}python/master_2011_53X_cfg.py ${TQAFPath} &> TTJet_${testi}.log & +#fi +#done +#wait