Skip to content

Commit

Permalink
changing pu weights back to minus 1-sigma
Browse files Browse the repository at this point in the history
  • Loading branch information
awhitbeck committed May 15, 2017
1 parent 2d1e9bf commit 5726547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class NLO_weights{
// ==============================================
double bbtagCut = 0.4;
TFile* puWeightFile = new TFile("../data/PileupHistograms_0121_69p2mb_pm4p6.root");
TH1F* puWeightHist = (TH1F*) puWeightFile->Get("pu_weights_central");
TH1F* puWeightHist = (TH1F*) puWeightFile->Get("pu_weights_down");
NLO_weights NLOw;
// ==============================================

Expand Down

0 comments on commit 5726547

Please sign in to comment.