Skip to content

Commit

Permalink
fix mistake in cfi file inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Feb 8, 2023
1 parent 92f63b8 commit 33b6fc0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -264,7 +264,7 @@
###################################################################
# The analysis module
###################################################################
from Alignment.OfflineValidation.jetHTAnalyzer_cfi.py import jetHTAnalyzer as _jetHTAnalyzer
from Alignment.OfflineValidation.jetHTAnalyzer_cfi import jetHTAnalyzer as _jetHTAnalyzer
process.jetHTAnalyzer = _jetHTAnalyzer.clone(
vtxCollection = "offlinePrimaryVerticesFromRefittedTrks",
trackCollection = "TrackRefitter",
Expand Down

0 comments on commit 33b6fc0

Please sign in to comment.