Skip to content

Commit

Permalink
Removed EMTFLogger, updated theta luts, and activation luts
Browse files Browse the repository at this point in the history
  • Loading branch information
omiguelc committed Dec 14, 2023
1 parent ccc3aab commit f61cb51
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 144 deletions.
36 changes: 0 additions & 36 deletions L1Trigger/L1TMuonEndCapPhase2/interface/EMTFLogger.h

This file was deleted.

12 changes: 6 additions & 6 deletions L1Trigger/L1TMuonEndCapPhase2/src/Algo/TrackBuildingLayer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -446,16 +446,16 @@ void TrackBuildingLayer::attach_segments(

// if theta_window < diff, it is invalid
std::vector<std::vector<seg_theta_t>> site_theta_window = {
{ 4, 0, 4, 4, 4, 0, 0, 6, 6, 6, 4, 7},
{ 5, 10, 5, 4, 4, 14, 7, 7, 7, 7, 6, 4},
{11, 6, 5, 6, 6, 11, 8, 8, 9, 10, 8, 0}
{5, 0, 2, 2, 2, 34, 0, 3, 3, 5, 6, 5},
{5, 9, 5, 4, 5, 14, 7, 7, 7, 7, 7, 4},
{11, 6, 5, 6, 6, 10, 8, 8, 9, 8, 0, 0}
};

if (displaced_en) {
site_theta_window = {
{14, 32, 5, 5, 5, 34, 0, 8, 6, 15, 7, 13},
{16, 20, 7, 6, 6, 25, 17, 8, 9, 17, 8, 14},
{27, 14, 8, 10, 10, 18, 11, 10, 11, 26, 20, 0}
{14, 40, 4, 3, 3, 45, 0, 4, 4, 15, 8, 13},
{16, 18, 7, 5, 5, 22, 7, 7, 8, 17, 9, 14},
{26, 15, 8, 9, 9, 17, 11, 9, 10, 26, 21, 0}
};
}

Expand Down
Loading

0 comments on commit f61cb51

Please sign in to comment.