Skip to content

Commit

Permalink
move to the file automatically generated categorizeGenTtbar_cfi
Browse files Browse the repository at this point in the history
  • Loading branch information
silviodonato committed Jun 17, 2020
1 parent 9e8ac25 commit ae7e6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PhysicsTools/NanoAOD/python/ttbarCategorization_cff.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
)

## Producer for ttbar categorisation ID
from TopQuarkAnalysis.TopTools.GenTtbarCategorizer_cfi import categorizeGenTtbar
from TopQuarkAnalysis.TopTools.categorizeGenTtbar_cfi import categorizeGenTtbar
categorizeGenTtbar = categorizeGenTtbar.clone(
genJetPtMin = 20.,
genJetAbsEtaMax = 2.4,
Expand Down
2 changes: 1 addition & 1 deletion TopQuarkAnalysis/TopTools/test/testGenTtbarCategories.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@

## Producer for ttbar categorisation ID
# MUST use same genJetCollection as used for tools above
from TopQuarkAnalysis.TopTools.GenTtbarCategorizer_cfi import categorizeGenTtbar
from TopQuarkAnalysis.TopTools.categorizeGenTtbar_cfi import categorizeGenTtbar
process.categorizeGenTtbar = categorizeGenTtbar.clone(
genJetPtMin = 20.,
genJetAbsEtaMax = 2.4,
Expand Down

0 comments on commit ae7e6bb

Please sign in to comment.