Skip to content
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

Improved GenHFHadronMatcher test configuration 7_3_X #7008

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion PhysicsTools/JetMCAlgos/python/GenHFHadronMatcher_cfi.py
Expand Up @@ -5,7 +5,7 @@
jetFlavourInfos = cms.InputTag("genJetFlavourInfos"),
flavour = cms.int32(5),
onlyJetClusteredHadrons = cms.bool(True),
noBBbarResonances = cms.bool(True),
noBBbarResonances = cms.bool(False),
)


Expand Down
8 changes: 8 additions & 0 deletions PhysicsTools/JetMCAlgos/test/BuildFile.xml
Expand Up @@ -20,3 +20,11 @@
<use name="rootmath"/>
<use name="root"/>
</library>
<library file="matchGenHFHadrons.cc">
<flags EDM_PLUGIN="1"/>
<use name="FWCore/Framework"/>
<use name="FWCore/Utilities"/>
<use name="CommonTools/UtilAlgos"/>
<use name="rootmath"/>
<use name="root"/>
</library>
115 changes: 0 additions & 115 deletions PhysicsTools/JetMCAlgos/test/genHFHadronMatcher.py

This file was deleted.