6 MatchEngineUnit::MatchEngineUnit(
bool barrel, vector<bool>
table, vector<bool> tablePS, vector<bool> table2S)
50 bool dphicut = (
abs(deltaphi) < 3) || (
abs(deltaphi) > 5);
56 int nbits = isPSmodule ? 3 : 4;
66 pass = idrz >= -2 && idrz <= 2;
68 pass = idrz >= -5 && idrz <= 5;
72 pass = idrz >= -1 && idrz <= 1;
74 pass = idrz >= -5 && idrz <= 5;
80 std::pair<Tracklet*, const Stub*>
tmp(
proj_, vmstub.
stub());