11 produces<L3MuonTrajectorySeedCollection>();
16 theService = std::make_unique<MuonServiceProxy>(
26 if (!regionBuilderPSet.empty()) {
27 theRegionBuilder = std::make_unique<MuonTrackingRegionBuilder>(regionBuilderPSet, iC);
38 if (!trackerSeedCleanerPSet.
empty()) {
39 theSeedCleaner = std::make_unique<TrackerSeedCleaner>(trackerSeedCleanerPSet, iC);
51 bool duringEvent =
false;
59 auto result = std::make_unique<L3MuonTrajectorySeedCollection>();
79 LogDebug(
"TSGFromL2Muon") << l2muonH->size() <<
" l2 tracks.";
81 for (
unsigned int imu = 0; imu != l2muonH->size(); ++imu) {
90 std::unique_ptr<RectangularEtaPhiTrackingRegion>
region;
96 std::vector<TrajectorySeed> tkSeeds;
99 std::pair<const Trajectory*, reco::TrackRef> staCand((
Trajectory*)
nullptr, muRef);
109 for (
unsigned int is = 0; is != tkSeeds.size(); ++is) {
116 LogDebug(
"TSGFromL2Muon") <<
result->size() <<
" trajectory seeds to the events";
125 desc.setAllowAnything();