-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PFMet and PuppiMET Branches #44038
Merged
Merged
PFMet and PuppiMET Branches #44038
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
ed7872c
PFMet and PuppiMET Branches
wajidalikhan 5e1a9f0
Update PhysicsTools/NanoAOD/python/particlelevel_cff.py
wajidalikhan 5775e37
Fixed the Fiducial DQM and other Histos
wajidalikhan 3c84c87
Fixing pt/phiUnclusteredUp/Down and fiducial Phi/Pt
wajidalikhan 3275be3
FiducialMET object with Pt/Phi
wajidalikhan 076ddd9
Cleaning wanted histos
wajidalikhan 8504ea7
Removing remnants of metTable
wajidalikhan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,14 +13,6 @@ | |
Plot1D('sumEt', 'sumEt', 20, 200, 3000, 'scalar sum of Et'), | ||
) | ||
), | ||
ChsMET = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'raw chs PF MET phi'), | ||
Plot1D('pt', 'pt', 20, 0, 400, 'raw chs PF MET pt'), | ||
Plot1D('sumEt', 'sumEt', 20, 600, 5000, 'raw chs PF scalar sum of Et'), | ||
) | ||
), | ||
CorrT1METJet = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
|
@@ -493,24 +485,34 @@ | |
Plot1D('', '', 100, 0, 2, 'all weights'), | ||
) | ||
), | ||
|
||
MET = cms.PSet( | ||
PFMET = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
Plot1D('MetUnclustEnUpDeltaX', 'MetUnclustEnUpDeltaX', 20, -20, 20, 'Delta (METx_mod-METx) Unclustered Energy Up'), | ||
Plot1D('MetUnclustEnUpDeltaY', 'MetUnclustEnUpDeltaY', 20, -10, 10, 'Delta (METy_mod-METy) Unclustered Energy Up'), | ||
Plot1D('covXX', 'covXX', 20, 0, 40000, 'xx element of met covariance matrix'), | ||
Plot1D('covXY', 'covXY', 20, -8000, 8000, 'xy element of met covariance matrix'), | ||
Plot1D('covYY', 'covYY', 20, 0, 50000, 'yy element of met covariance matrix'), | ||
Plot1D('fiducialGenPhi', 'fiducialGenPhi', 20, -3.14159, 3.14159, 'phi'), | ||
Plot1D('fiducialGenPt', 'fiducialGenPt', 20, 0, 400, 'pt'), | ||
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), | ||
Plot1D('pt', 'pt', 20, 0, 400, 'pt'), | ||
Plot1D('significance', 'significance', 20, 0, 200, 'MET significance'), | ||
Plot1D('sumEt', 'sumEt', 20, 600, 5000, 'scalar sum of Et'), | ||
Plot1D('sumPtUnclustered', 'sumPtUnclustered', 20, 0, 3000, 'sumPt used for MET significance'), | ||
|
||
Plot1D('ptUnclusteredUp', 'ptUnclusteredUp', 20, 0, 400, 'pt Unclustered Up'), | ||
Plot1D('ptUnclusteredDown', 'ptUnclusteredDown', 20, 0, 400, 'pt Unclustered Down'), | ||
Plot1D('phiUnclusteredUp', 'phiUnclusteredUp', 20, -3.14159, 3.14159, 'phi Unclustered Up'), | ||
Plot1D('phiUnclusteredDown', 'phiUnclusteredDown', 20, -3.14159, 3.14159, 'phi Unclustered Down'), | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah sorry, that is all under PFMET now... |
||
|
||
) | ||
), | ||
|
||
FiducialMET = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), | ||
Plot1D('pt', 'pt', 20, 0, 400, 'pt'), | ||
) | ||
), | ||
|
||
Muon = cms.PSet( | ||
sels = cms.PSet( | ||
Good = cms.string('pt > 15 && abs(dxy) < 0.2 && abs(dz) < 0.5 && mediumId && miniPFRelIso_all < 0.4') | ||
|
@@ -720,24 +722,23 @@ | |
PuppiMET = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
|
||
Plot1D('covXX', 'covXX', 20, 0, 40000, 'xx element of met covariance matrix'), | ||
Plot1D('covXY', 'covXY', 20, -8000, 8000, 'xy element of met covariance matrix'), | ||
Plot1D('covYY', 'covYY', 20, 0, 50000, 'yy element of met covariance matrix'), | ||
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), | ||
Plot1D('phiJERUp', 'phiJERUp', 20, -3.14159, 3.14159, 'JER up phi'), | ||
Plot1D('phiJERDown', 'phiJERDown', 20, -3.14159, 3.14159, 'JER down phi'), | ||
Plot1D('phiJESUp', 'phiJESUp', 20, -3.14159, 3.14159, 'JES up phi'), | ||
Plot1D('phiJESDown', 'phiJESDown', 20, -3.14159, 3.14159, 'JES down phi'), | ||
Plot1D('phiUnclusteredUp', 'phiUnclusteredUp', 20, -3.14159, 3.14159, 'Unclustered up phi'), | ||
Plot1D('phiUnclusteredDown', 'phiUnclusteredDown', 20, -3.14159, 3.14159, 'Unclustered down phi'), | ||
Plot1D('pt', 'pt', 20, 0, 400, 'pt'), | ||
Plot1D('ptJERUp', 'ptJERUp', 20, 0, 400, 'JER up pt'), | ||
Plot1D('ptJERDown', 'ptJERDown', 20, 0, 400, 'JER down pt'), | ||
Plot1D('ptJESUp', 'ptJESUp', 20, 0, 400, 'JES up pt'), | ||
Plot1D('ptJESDown', 'ptJESDown', 20, 0, 400, 'JES down pt'), | ||
Plot1D('ptUnclusteredUp', 'ptUnclusteredUp', 20, 0, 400, 'Unclustered up pt'), | ||
Plot1D('ptUnclusteredDown', 'ptUnclusteredDown', 20, 0, 400, 'Unclustered down pt'), | ||
Plot1D('sumEt', 'sumEt', 20, 200, 3000, 'scalar sum of Et'), | ||
Plot1D('significance', 'significance', 20, 0, 200, 'PuppiMET significance'), | ||
Plot1D('sumEt', 'sumEt', 20, 600, 5000, 'scalar sum of Et'), | ||
Plot1D('sumPtUnclustered', 'sumPtUnclustered', 20, 0, 3000, 'sumPt used for PuppiMET significance'), | ||
|
||
Plot1D('ptUnclusteredUp', 'ptUnclusteredUp', 20, 0, 400, 'pt Unclustered Up'), | ||
Plot1D('ptUnclusteredDown', 'ptUnclusteredDown', 20, 0, 400, 'pt Unclustered Down'), | ||
Plot1D('phiUnclusteredUp', 'phiUnclusteredUp', 20, -3.14159, 3.14159, 'phi Unclustered Up'), | ||
Plot1D('phiUnclusteredDown', 'phiUnclusteredDown', 20, -3.14159, 3.14159, 'phi Unclustered Down'), | ||
) | ||
), | ||
RawMET = cms.PSet( | ||
RawPFMET = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), | ||
|
@@ -871,7 +872,7 @@ | |
NoPlot('status'), | ||
) | ||
), | ||
TkMET = cms.PSet( | ||
TrkMET = cms.PSet( | ||
sels = cms.PSet(), | ||
plots = cms.VPSet( | ||
Plot1D('phi', 'phi', 20, -3.14159, 3.14159, 'phi'), | ||
|
@@ -964,3 +965,4 @@ | |
), | ||
) | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add
pt/phiUnclusteredUp/Down
here.