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>();
~DTTrackFinderConfig() override
std::unique_ptr< L1MuDTTFParameters > produceL1MuDTTFParameters(const L1MuDTTFParametersRcd &)
DTTrackFinderConfig(const edm::ParameterSet &)
std::unique_ptr< L1MuDTPtaLut > produceL1MuDTPtaLut(const L1MuDTPtaLutRcd &)
std::unique_ptr< L1MuDTTFMasks > produceL1MuDTTFMasks(const L1MuDTTFMasksRcd &)
std::unique_ptr< L1MuDTQualPatternLut > produceL1MuDTQualPatternLut(const L1MuDTQualPatternLutRcd &)
std::unique_ptr< L1MuDTExtLut > produceL1MuDTExtLut(const L1MuDTExtLutRcd &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
std::unique_ptr< L1MuDTPhiLut > produceL1MuDTPhiLut(const L1MuDTPhiLutRcd &)
std::unique_ptr< L1MuDTEtaPatternLut > produceL1MuDTEtaPatternLut(const L1MuDTEtaPatternLutRcd &)