Skip to content

Commit

Permalink
Update make_plots.cpp to use 2012B reweighed data
Browse files Browse the repository at this point in the history
We have also removed the trigger requirements from the MC, hence the
changing of the histogram name from "7 ..." to "6 ...".
  • Loading branch information
Alexander Gude committed May 5, 2014
1 parent 0c26b12 commit a5d0b1f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ZFinder/Event/scripts/cross_check_plots/make_plots.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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)",
Expand Down

0 comments on commit a5d0b1f

Please sign in to comment.