Skip to content

Commit

Permalink
Merge pull request #22015 from gartung/TrackingTools-TrackAssociator-…
Browse files Browse the repository at this point in the history
…update-ESProducers

TrackingTools/TrackAssociator: change ESProducer return type to unique_ptr.
  • Loading branch information
cmsbuild committed Jan 30, 2018
2 parents 0b1b1ab + 6816b22 commit a176e2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class DetIdAssociatorESProducer : public edm::ESProducer {
DetIdAssociatorESProducer(const edm::ParameterSet&);
~DetIdAssociatorESProducer() override;

typedef std::shared_ptr<DetIdAssociator> ReturnType;
typedef std::unique_ptr<DetIdAssociator> ReturnType;

ReturnType produce(const DetIdAssociatorRecord&);
private:
Expand Down

0 comments on commit a176e2b

Please sign in to comment.