1 |
|
import FWCore.ParameterSet.Config as cms |
2 |
|
|
3 |
|
|
4 |
+ |
|
5 |
|
############################################### |
6 |
|
##### Set up the histograms to be plotted ##### |
7 |
|
############################################### |
120 |
|
bins = cms.untracked.vdouble(100, 0, 3), |
121 |
|
inputVariables = cms.vstring("relPFdBetaIso"), |
122 |
|
), |
123 |
+ |
|
124 |
|
cms.PSet ( |
125 |
|
name = cms.string("muonMetMt"), |
126 |
|
title = cms.string("Transverse Mass of Muon-MET System; M_{T} [GeV]"), |
127 |
|
bins = cms.untracked.vdouble(100, 0, 200), |
128 |
|
inputVariables = cms.vstring("metMT"), |
129 |
|
), |
130 |
+ |
|
131 |
+ |
|
132 |
+ |
|
133 |
+ |
|
134 |
+ |
|
135 |
|
) |
136 |
|
) |
137 |
|
|
277 |
|
cms.PSet ( |
278 |
|
name = cms.string("diMuonDeltaPhi"), |
279 |
|
title = cms.string("Di-muon Phi Difference; |#Delta(#phi)|"), |
280 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
280 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
281 |
|
inputVariables = cms.vstring("deltaPhi"), |
282 |
|
), |
283 |
|
cms.PSet ( |
295 |
|
cms.PSet ( |
296 |
|
name = cms.string("diMuonThreeDAngle"), |
297 |
|
title = cms.string("Di-muon 3D angle; 3D angle"), |
298 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
298 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
299 |
|
inputVariables = cms.vstring("threeDAngle"), |
300 |
|
), |
301 |
|
cms.PSet ( |
334 |
|
cms.PSet ( |
335 |
|
name = cms.string("muonSecondaryMuonDeltaPhi"), |
336 |
|
title = cms.string("Muon-secondary Muon Phi Difference; |#Delta(#phi)|"), |
337 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
337 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
338 |
|
inputVariables = cms.vstring("deltaPhi"), |
339 |
|
), |
340 |
|
cms.PSet ( |
352 |
|
cms.PSet ( |
353 |
|
name = cms.string("muonSecondaryMuonThreeDAngle"), |
354 |
|
title = cms.string("Muon-secondary Muon 3D angle; 3D angle"), |
355 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
355 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
356 |
|
inputVariables = cms.vstring("threeDAngle"), |
357 |
|
), |
358 |
|
cms.PSet ( |
389 |
|
cms.PSet ( |
390 |
|
name = cms.string("MuonTauDeltaPhi"), |
391 |
|
title = cms.string("Muon-Tau Phi Difference; |#Delta(#phi)|"), |
392 |
< |
bins = cms.untracked.vdouble(1000, 0, 3.14), |
392 |
> |
bins = cms.untracked.vdouble(1000, 0, 3.15), |
393 |
|
inputVariables = cms.vstring("deltaPhi"), |
394 |
|
), |
395 |
|
cms.PSet ( |
697 |
|
cms.PSet ( |
698 |
|
name = cms.string("diElectronDeltaPhi"), |
699 |
|
title = cms.string("Di-electron Phi Difference; |#Delta(#phi)|"), |
700 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
700 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
701 |
|
inputVariables = cms.vstring("deltaPhi"), |
702 |
|
), |
703 |
|
cms.PSet ( |
715 |
|
cms.PSet ( |
716 |
|
name = cms.string("diElectronThreeDAngle"), |
717 |
|
title = cms.string("Di-electron 3D angle; 3D angle"), |
718 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
718 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
719 |
|
inputVariables = cms.vstring("threeDAngle"), |
720 |
|
), |
721 |
|
cms.PSet ( |
753 |
|
cms.PSet ( |
754 |
|
name = cms.string("electronSecondaryElectronDeltaPhi"), |
755 |
|
title = cms.string("Electron-secondary Electron Phi Difference; |#Delta(#phi)|"), |
756 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
756 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
757 |
|
inputVariables = cms.vstring("deltaPhi"), |
758 |
|
), |
759 |
|
cms.PSet ( |
771 |
|
cms.PSet ( |
772 |
|
name = cms.string("electronSecondaryElectronThreeDAngle"), |
773 |
|
title = cms.string("Electron-secondary Electron 3D angle; 3D angle"), |
774 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
774 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
775 |
|
inputVariables = cms.vstring("threeDAngle"), |
776 |
|
), |
777 |
|
cms.PSet ( |
816 |
|
cms.PSet ( |
817 |
|
name = cms.string("electronMuonDeltaPhi"), |
818 |
|
title = cms.string("Electron-muon Phi Difference; |#Delta(#phi)|"), |
819 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
819 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
820 |
|
inputVariables = cms.vstring("deltaPhi"), |
821 |
|
), |
822 |
|
cms.PSet ( |
834 |
|
cms.PSet ( |
835 |
|
name = cms.string("electronMuonThreeDAngle"), |
836 |
|
title = cms.string("Electron-muon 3D angle; 3D angle"), |
837 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
837 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
838 |
|
inputVariables = cms.vstring("threeDAngle"), |
839 |
|
), |
840 |
|
cms.PSet ( |
963 |
|
cms.PSet ( |
964 |
|
name = cms.string("diTauDeltaPhi"), |
965 |
|
title = cms.string("Di-tau Phi Difference; |#Delta(#phi)|"), |
966 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
966 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
967 |
|
inputVariables = cms.vstring("deltaPhi"), |
968 |
|
), |
969 |
|
cms.PSet ( |
1038 |
|
cms.PSet ( |
1039 |
|
name = cms.string("diJetDeltaPhi"), |
1040 |
|
title = cms.string("Di-jet Phi Difference; |#Delta(#phi)|"), |
1041 |
< |
bins = cms.untracked.vdouble(1000, 0, 3.14), |
1041 |
> |
bins = cms.untracked.vdouble(1000, 0, 3.15), |
1042 |
|
inputVariables = cms.vstring("deltaPhi"), |
1043 |
|
), |
1044 |
|
cms.PSet ( |
1068 |
|
cms.PSet ( |
1069 |
|
name = cms.string("diJetThreeDAngle"), |
1070 |
|
title = cms.string("Di-jet 3D angle; 3D angle"), |
1071 |
< |
bins = cms.untracked.vdouble(1000, 0, 3.14), |
1071 |
> |
bins = cms.untracked.vdouble(1000, 0, 3.15), |
1072 |
|
inputVariables = cms.vstring("threeDAngle"), |
1073 |
|
), |
1074 |
|
) |
1100 |
|
cms.PSet ( |
1101 |
|
name = cms.string("electronJetDeltaPhi"), |
1102 |
|
title = cms.string("Electron-jet Phi Difference; |#Delta(#phi)|"), |
1103 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
1103 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
1104 |
|
inputVariables = cms.vstring("deltaPhi"), |
1105 |
|
), |
1106 |
|
cms.PSet ( |
1118 |
|
cms.PSet ( |
1119 |
|
name = cms.string("electronJetThreeDAngle"), |
1120 |
|
title = cms.string("Electron-jet 3D angle; 3D angle"), |
1121 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
1121 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
1122 |
|
inputVariables = cms.vstring("threeDAngle"), |
1123 |
|
), |
1124 |
|
) |
1150 |
|
cms.PSet ( |
1151 |
|
name = cms.string("muonJetDeltaPhi"), |
1152 |
|
title = cms.string("Muon-jet Phi Difference; |#Delta(#phi)|"), |
1153 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
1153 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
1154 |
|
inputVariables = cms.vstring("deltaPhi"), |
1155 |
|
), |
1156 |
|
cms.PSet ( |
1168 |
|
cms.PSet ( |
1169 |
|
name = cms.string("muonJetThreeDAngle"), |
1170 |
|
title = cms.string("Muon-jet 3D angle; 3D angle"), |
1171 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
1171 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
1172 |
|
inputVariables = cms.vstring("threeDAngle"), |
1173 |
|
), |
1174 |
|
) |
1295 |
|
cms.PSet ( |
1296 |
|
name = cms.string("ElectronTrackDeltaPhi"), |
1297 |
|
title = cms.string("Electron-Track Phi Difference; |#Delta(#phi)|"), |
1298 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
1298 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
1299 |
|
inputVariables = cms.vstring("deltaPhi"), |
1300 |
|
), |
1301 |
|
cms.PSet ( |
1328 |
|
cms.PSet ( |
1329 |
|
name = cms.string("MuonTrackDeltaPhi"), |
1330 |
|
title = cms.string("Muon-Track Phi Difference; |#Delta(#phi)|"), |
1331 |
< |
bins = cms.untracked.vdouble(100, 0, 3.14), |
1331 |
> |
bins = cms.untracked.vdouble(100, 0, 3.15), |
1332 |
|
inputVariables = cms.vstring("deltaPhi"), |
1333 |
|
), |
1334 |
|
cms.PSet ( |