36 unique_ptr<L1MuDTExtLut>
extlut = std::make_unique<L1MuDTExtLut>();
39 cout <<
"Can not open files to load extrapolation look-up tables for DTTrackFinder!" << endl;
46 unique_ptr<L1MuDTPhiLut>
philut = std::make_unique<L1MuDTPhiLut>();
49 cout <<
"Can not open files to load phi-assignment look-up tables for DTTrackFinder!" << endl;
56 unique_ptr<L1MuDTPtaLut>
ptalut = std::make_unique<L1MuDTPtaLut>();
59 cout <<
"Can not open files to load pt-assignment look-up tables for DTTrackFinder!" << endl;
66 unique_ptr<L1MuDTEtaPatternLut>
etalut = std::make_unique<L1MuDTEtaPatternLut>();
69 cout <<
"Can not open files to load eta track finder look-up tables for DTTrackFinder!" << endl;
77 unique_ptr<L1MuDTQualPatternLut>
qualut = std::make_unique<L1MuDTQualPatternLut>();
80 cout <<
"Can not open files to load eta matching look-up tables for DTTrackFinder!" << endl;
87 unique_ptr<L1MuDTTFParameters>
dttfpar = std::make_unique<L1MuDTTFParameters>();
95 unique_ptr<L1MuDTTFMasks>
dttfmsk = std::make_unique<L1MuDTTFMasks>();