Skip to content

Commit

Permalink
add lutreader to TC too
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonfan393 committed Nov 29, 2023
1 parent aa94d95 commit cc2e781
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion TrackletAlgorithm/TrackletCalculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
#include "AllStubMemory.h"
#include "TrackletParameterMemory.h"
#include "TrackletProjectionMemory.h"

#ifndef __SYNTHESIS__
#include "SWLUTReader.h"
#endif
template<TF::seed Seed> constexpr regionType InnerRegion() {
return (
(Seed == TF::L1L2 || Seed == TF::L2L3 || Seed == TF::L3L4 || Seed == TF::L1D1 || Seed == TF::L2D1) ? BARRELPS : (
Expand Down

0 comments on commit cc2e781

Please sign in to comment.