-
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
2011 txt files (2011 branch) #42
Comments
Hi, I've asked @jrw46742 to test this out. To me it looks like a problem with the suite of btags when trying to run addJetCollection. Julian, see if you can replicate and poke at the config (maybe give our specific b discriminator as an input parameter) to avoid needing this missing discriminator. |
Julian has tracked down this error. In 2011 files: I think a poet_2011_cfg.py would be the best way to deal with this in the future since lots of config settings need to change for the different years. |
@jmhogan @jrw46742 If the trigger analyzer fails running over 2011 files, it is most probably because of the triggers that we ask for. To test, you could pick up this trigger config line instead of the one in the POET config (which has triggers for 2012). |
@jmhogan I also think that a separate poet_2011_cfg.py would be the best. |
@caredg's suggestion fixes the seg fault due to the trigger analyzer. As for poet_2011_cfg.py, I have a working version that could be used in the future. |
@jmhogan When I run jec_cfg.py for 2011 data, I get the following txt files generated:
With these available and running the script which looks for db files needed, I see the following exception
Principal::getByLabel: Found zero products matching all criteria Looking for type: edm::AssociationVector<edm::RefToBaseProd<reco::Jet>,std::vector<float>,edm::RefToBase<reco::Jet>,unsigned int,edm::helper::AssociationIdenticalKeyReference> Looking for module label: softElectronByPtBJetTags Looking for productInstanceName: Additional Info: [a] If you wish to continue processing events after a ProductNotFound exception, add "SkipEvent = cms.untracked.vstring('ProductNotFound')" to the "options" PSet in the configuration.
This is not about missing db's. Do you know what this is about?
This happens also for 2011 MC, but not for the 2012 data & MC. I see that there's an additional file JetResolutionInputAK5PF.txt` which does not come through running jec_cfg.py
(I think you mentioned that elsewhere). Is it somehow related to that?
Or, is there something in addition to the txt files generated with jec_cfg.py needed to run the example?
We can also leave out 2011 for now, but it would be good to sort out.
The text was updated successfully, but these errors were encountered: