From 522695ef7c502a56c8677941c462d3c336338b9b Mon Sep 17 00:00:00 2001 From: awhitbeck Date: Mon, 15 May 2017 12:42:06 -0500 Subject: [PATCH] changing binning for photon pt -- legend in on top of histograms --- src/plotObs_baseline.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/plotObs_baseline.cc b/src/plotObs_baseline.cc index 02d854c..76a693b 100644 --- a/src/plotObs_baseline.cc +++ b/src/plotObs_baseline.cc @@ -48,7 +48,7 @@ int main(int argc, char** argv){ plot DeltaPhi3plot(*fillDeltaPhi3,"DeltaPhi3_"+skims.regionNames[regInt]+"_baseline","#Delta#Phi_{3}",20,0.,3.1415); plot DeltaPhi4plot(*fillDeltaPhi4,"DeltaPhi4_"+skims.regionNames[regInt]+"_baseline","#Delta#Phi_{4}",20,0.,3.1415); - plot PhotonPtplot(*photonPt,"PhotonPt_"+skims.regionNames[regInt]+"_baseline","p_{T,#gamma} [GeV]",50,0,1000); + plot PhotonPtplot(*photonPt,"PhotonPt_"+skims.regionNames[regInt]+"_baseline","p_{T,#gamma} [GeV]",50,200,1400); plot PhotonEtaplot(*photonEta,"PhotonEta_"+skims.regionNames[regInt]+"_baseline","#eta_{#gamma}",60,-3.,3.); plot PhotonMinDeltaR(*fillRecoPhotonDeltaR,"PhotonMinDeltaR_"+skims.regionNames[regInt]+"_baseline","min#Delta R(jet,#gamma)",40,0,4); @@ -87,7 +87,7 @@ int main(int argc, char** argv){ plot DeltaPhi3plotEB(*fillDeltaPhi3,"DeltaPhi3_"+skims.regionNames[regInt]+"_baseline_EB","#Delta#Phi_{3}",20,0.,3.1415); plot DeltaPhi4plotEB(*fillDeltaPhi4,"DeltaPhi4_"+skims.regionNames[regInt]+"_baseline_EB","#Delta#Phi_{4}",20,0.,3.1415); - plot PhotonPtplotEB(*photonPt,"PhotonPt_"+skims.regionNames[regInt]+"_baseline_EB","p_{T,#gamma} [GeV]",50,0,1000); + plot PhotonPtplotEB(*photonPt,"PhotonPt_"+skims.regionNames[regInt]+"_baseline_EB","p_{T,#gamma} [GeV]",50,200,1400); plot PhotonEtaplotEB(*photonEta,"PhotonEta_"+skims.regionNames[regInt]+"_baseline_EB","#eta_{#gamma}",60,-3.,3.); plot PhotonMinDeltaREB(*fillRecoPhotonDeltaR,"PhotonMinDeltaR_"+skims.regionNames[regInt]+"_baseline_EB","min#Delta R(jet,#gamma)",40,0,4); @@ -126,7 +126,7 @@ int main(int argc, char** argv){ plot DeltaPhi3plotEE(*fillDeltaPhi3,"DeltaPhi3_"+skims.regionNames[regInt]+"_baseline_EE","#Delta#Phi_{3}",20,0.,3.1415); plot DeltaPhi4plotEE(*fillDeltaPhi4,"DeltaPhi4_"+skims.regionNames[regInt]+"_baseline_EE","#Delta#Phi_{4}",20,0.,3.1415); - plot PhotonPtplotEE(*photonPt,"PhotonPt_"+skims.regionNames[regInt]+"_baseline_EE","p_{T,#gamma} [GeV]",50,0,1000); + plot PhotonPtplotEE(*photonPt,"PhotonPt_"+skims.regionNames[regInt]+"_baseline_EE","p_{T,#gamma} [GeV]",50,200,1400); plot PhotonEtaplotEE(*photonEta,"PhotonEta_"+skims.regionNames[regInt]+"_baseline_EE","#eta_{#gamma}",60,-3.,3.); plot PhotonMinDeltaREE(*fillRecoPhotonDeltaR,"PhotonMinDeltaR_"+skims.regionNames[regInt]+"_baseline_EE","min#Delta R(jet,#gamma)",40,0,4);