49 theService = std::make_unique<MuonServiceProxy>(serviceParameters, consumesCollector());
52 std::make_unique<GlobalCosmicMuonTrajectoryBuilder>(tbpar,
theService.get(), iC),
53 std::make_unique<MuonTrackLoader>(trackLoaderParameters, iC,
theService.get()),
56 produces<reco::TrackCollection>();
57 produces<TrackingRecHitCollection>();
58 produces<reco::TrackExtraCollection>();
59 produces<std::vector<Trajectory> >();
60 produces<TrajTrackAssociationCollection>();
62 produces<reco::MuonTrackLinksCollection>();
85 std::vector<MuonTrajectoryBuilder::TrackCand> cosTrackCands;
89 cosTrackCands.push_back(cosCand);
T getParameter(std::string const &) const
std::pair< const Trajectory *, reco::TrackRef > TrackCand
const std::string metname
void produce(edm::Event &, const edm::EventSetup &) override
std::unique_ptr< MuonServiceProxy > theService
the event setup proxy, it takes care the services update
std::unique_ptr< MuonTrackFinder > theTrackFinder
~GlobalCosmicMuonProducer() override
static int position[264][3]
GlobalCosmicMuonProducer(const edm::ParameterSet &)
edm::EDGetTokenT< reco::TrackCollection > theTrackCollectionToken