39 unique_ptr<L1MuDTExtLut> extlut = unique_ptr<L1MuDTExtLut>(
new L1MuDTExtLut() );
41 if ( extlut->load() != 0 ) {
42 cout <<
"Can not open files to load extrapolation look-up tables for DTTrackFinder!" << endl;
50 unique_ptr<L1MuDTPhiLut> philut = unique_ptr<L1MuDTPhiLut>(
new L1MuDTPhiLut() );
52 if ( philut->load() != 0 ) {
53 cout <<
"Can not open files to load phi-assignment look-up tables for DTTrackFinder!" << endl;
61 unique_ptr<L1MuDTPtaLut> ptalut = unique_ptr<L1MuDTPtaLut>(
new L1MuDTPtaLut() );
63 if ( ptalut->load() != 0 ) {
64 cout <<
"Can not open files to load pt-assignment look-up tables for DTTrackFinder!" << endl;
72 unique_ptr<L1MuDTEtaPatternLut> etalut = unique_ptr<L1MuDTEtaPatternLut>(
new L1MuDTEtaPatternLut() );
74 if ( etalut->load() != 0 ) {
75 cout <<
"Can not open files to load eta track finder look-up tables for DTTrackFinder!" << endl;
83 unique_ptr<L1MuDTQualPatternLut> qualut = unique_ptr<L1MuDTQualPatternLut>(
new L1MuDTQualPatternLut() );
85 if ( qualut->load() != 0 ) {
86 cout <<
"Can not open files to load eta matching look-up tables for DTTrackFinder!" << endl;
94 unique_ptr<L1MuDTTFParameters> dttfpar = unique_ptr<L1MuDTTFParameters>(
new L1MuDTTFParameters() );
103 unique_ptr<L1MuDTTFMasks> dttfmsk = unique_ptr<L1MuDTTFMasks>(
new L1MuDTTFMasks() );
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 &)
std::unique_ptr< L1MuDTPhiLut > produceL1MuDTPhiLut(const L1MuDTPhiLutRcd &)
#define DEFINE_FWK_EVENTSETUP_MODULE(type)
std::unique_ptr< L1MuDTEtaPatternLut > produceL1MuDTEtaPatternLut(const L1MuDTEtaPatternLutRcd &)