Skip to content

Commit

Permalink
Deactivate LCFIPlus for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Zehvogel committed May 28, 2024
1 parent 6bb7fcb commit b38b361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CLDConfig/CLDReconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@
if not reco_args.trackingOnly:
sequenceLoader.load("HighLevelReco/PFOSelector")
sequenceLoader.load("HighLevelReco/JetClusteringOrRenaming")
sequenceLoader.load("HighLevelReco/JetAndVertex")
# FIXME: LCFIPlus causes occasional breakage: https://github.com/lcfiplus/LCFIPlus/issues/69
# sequenceLoader.load("HighLevelReco/JetAndVertex")
# event number processor, down here to attach the conversion back to edm4hep to it
algList.append(EventNumber)

Expand Down

0 comments on commit b38b361

Please sign in to comment.