Skip to content

Commit

Permalink
Run combined modules by default (#265)
Browse files Browse the repository at this point in the history
* Make combined modules default

* tweak

* Improve USEHYBRID ifdef range

* Fix compiler error for pure Tracklet algo

* Move fitpattern.txt refs, so only used for pure Tracklet algo

* code format
  • Loading branch information
tomalin authored and tschuh committed Nov 22, 2024
1 parent dbe84e9 commit 5865281
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions L1Trigger/TrackFindingTracklet/plugins/L1FPGATrackProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,10 @@ L1FPGATrackProducer::L1FPGATrackProducer(edm::ParameterSet const& iConfig)
settings_.setExtended(extended_);
settings_.setReduced(reduced_);
settings_.setNHelixPar(nHelixPar_);
// combined_ must be false for extended tracking, regardless of whether
// combined modules are used or not.
if (extended_)
settings_.setCombined(false);

#ifndef USEHYBRID
fitPatternFile = iConfig.getParameter<edm::FileInPath>("fitPatternFile");
Expand Down

0 comments on commit 5865281

Please sign in to comment.