From a5d0b1f2c95cc70c8e27f4f3407116aa02ad6a06 Mon Sep 17 00:00:00 2001 From: Alexander Gude Date: Mon, 5 May 2014 10:57:26 -0500 Subject: [PATCH] Update make_plots.cpp to use 2012B reweighed data We have also removed the trigger requirements from the MC, hence the changing of the histogram name from "7 ..." to "6 ...". --- ZFinder/Event/scripts/cross_check_plots/make_plots.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ZFinder/Event/scripts/cross_check_plots/make_plots.cpp b/ZFinder/Event/scripts/cross_check_plots/make_plots.cpp index 883ebfd..8dc29a4 100644 --- a/ZFinder/Event/scripts/cross_check_plots/make_plots.cpp +++ b/ZFinder/Event/scripts/cross_check_plots/make_plots.cpp @@ -12,7 +12,7 @@ int main() { // Data - TFile* data_tfile = new TFile("/local/cms/user/gude/alex_thesis/ZFinder_RooWorkspaces/20140318_DoubleElectron_2012B/20140318_DoubleElectron_2012B_hadded.root", "READ"); + TFile* data_tfile = new TFile("/local/cms/user/gude/alex_thesis/ZFinder_RooWorkspaces/20140501_DoubleElectron_2012B/20140501_DoubleElectron_2012B_hadded.root", "READ"); DataConfig data_config( data_tfile, "ZFinder/ET-ET Combined Double Reco/7 60 < M_{ee} < 120", @@ -21,20 +21,20 @@ int main() { DATA ); // Signal MC - TFile* mc_tfile = new TFile("/local/cms/user/gude/alex_thesis/ZFinder_RooWorkspaces/20140318_Summer12_DR53X_DYToEE_M-20_CT10_TuneZ2star_8TeV-powheg-pythia6/20140318_Summer12_DR53X_DYToEE_M-20_CT10_TuneZ2star_8TeV-powheg-pythia6_hadded.root ", "READ"); + TFile* mc_tfile = new TFile("/local/cms/user/gude/alex_thesis/ZFinder_RooWorkspaces/20140504_2012B_reweight_Summer12_DR53X_DYToEE_M-20_CT10_TuneZ2star_8TeV-powheg-pythia6/20140504_2012B_reweight_Summer12_DR53X_DYToEE_M-20_CT10_TuneZ2star_8TeV-powheg-pythia6_hadded.root", "READ"); DataConfig mc_config( mc_tfile, - "ZFinder/ET-ET Combined Double Reco/7 60 < M_{ee} < 120", + "ZFinder/ET-ET Combined Double Reco/6 60 < M_{ee} < 120", "Signal MC", 12234.4, // cross section in pb, from https://twiki.cern.ch/twiki/bin/viewauth/CMS/StandardModelCrossSectionsat8TeV "ZFinder/All Electrons Reco/0 acc(ALL) AND acc(ALL)", // TDir from before any cut SIGNAL_MC ); // BG - TFile* bg_tfile = new TFile("/local/cms/user/gude/alex_thesis/ZFinder_RooWorkspaces/20140414_TTBar/20140414_TTBar_hadded.root", "READ"); + TFile* bg_tfile = new TFile("/local/cms/user/gude/alex_thesis/ZFinder_RooWorkspaces/20140504_TTBar/20140504_TTBar_hadded.root", "READ"); DataConfig bg_config( bg_tfile, - "ZFinder/ET-ET Combined Double Reco/7 60 < M_{ee} < 120", + "ZFinder/ET-ET Combined Double Reco/6 60 < M_{ee} < 120", "T-TBar", 24., // TTBar Inclusive is 245.8 Pb, T->Wq is 0.9621, W->lnu is 0.3257 "ZFinder/All Electrons Reco/0 acc(ALL) AND acc(ALL)",