Skip to content

Commit

Permalink
Fix to set nbits_ for the VMRME/TE files (cms-sw#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
aryd committed Jan 16, 2023
1 parent 812ea40 commit dc38f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions L1Trigger/TrackFindingTracklet/src/TrackletLUT.cc
Expand Up @@ -1100,10 +1100,12 @@ void TrackletLUT::initVMRTable(unsigned int layerdisk, VMRTableType type, int re

if (settings_.combined()) {
if (type == VMRTableType::me) {
nbits_ = 2 * settings_.NLONGVMBITS();
positive_ = false;
name_ = "VMRME_" + TrackletConfigBuilder::LayerName(layerdisk) + ".tab";
}
if (type == VMRTableType::disk) {
nbits_ = 2 * settings_.NLONGVMBITS();
positive_ = false;
name_ = "VMRTE_" + TrackletConfigBuilder::LayerName(layerdisk) + ".tab";
}
Expand Down

0 comments on commit dc38f0c

Please sign in to comment.