-
Notifications
You must be signed in to change notification settings - Fork 36
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
Check all EDAnalyzers in the 2015MiniAOD branch #64
Comments
Recording the very useful list from @jmhogan (in the WS mattermost) here:
|
From Julie: thePrunedMass = corrunc(double)l2l3jet.userFloat("ak8PFJetsCHSPrunedMass"); "Early" MiniAOD certainly means 2015 and I think also 2016 before they switched the default AK8 jet collection to Puppi jets. |
To be a little more general: variable = thisPatJetObject.userFloat("specificName"); JEC/JER don't get propagated to userFloat content, so the code link shows our method to calculate and apply the corrections onto those mass variables. |
A possible direction we can go in is to port some of these corrections to correctionlib. |
In the spirit of #56, check the EDAnalyzers that were initially implemented in the 2015MiniAOD branch to verify that:
The EDAnalyzers that need to be checked are:
It is very important that, as one checks this information, the corresponding documentation is input in the CMS Open Data Guide, following the work already started, and almost finished, for Run 1 objects.
Also, these two analyzers should be created if possible:
The
master
branch of the TriggerInfoTool could be used to create the TriggerAnalyzer.NOTE: Please create a separate issue for each EDAnalyzer test and, if possible, assign it to yourself
The text was updated successfully, but these errors were encountered: