Skip to content

Commit

Permalink
Changing PU weights to the central variation.
Browse files Browse the repository at this point in the history
  • Loading branch information
awhitbeck committed Feb 27, 2017
1 parent f21ce6e commit bec9087
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 @@ -7,7 +7,7 @@
// ==============================================
double bbtagCut = 0.4;
TFile* puWeightFile = new TFile("../data/PileupHistograms_0121_69p2mb_pm4p6.root");
TH1F* puWeightHist = (TH1F*) puWeightFile->Get("pu_weights_up");
TH1F* puWeightHist = (TH1F*) puWeightFile->Get("pu_weights_central");
// ==============================================

double CalcdPhi( double phi1 , double phi2 ){
Expand Down

0 comments on commit bec9087

Please sign in to comment.