Skip to content

Commit

Permalink
Merge pull request #24703 from gartung/EventFilter-CastorRawToDigi-st…
Browse files Browse the repository at this point in the history
…rictcxx17

EventFilter/CastorRawToDigi: replace auto_ptr removed in strict std=c++17
  • Loading branch information
cmsbuild committed Sep 28, 2018
2 parents dc1a3a5 + bfc21d2 commit e9db315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EventFilter/CastorRawToDigi/plugins/CastorRawToDigi.h
Expand Up @@ -55,7 +55,7 @@ class CastorRawToDigi : public edm::stream::EDProducer<>
bool silent_;
bool usenominalOrbitMessageTime_;
int expectedOrbitMessageTime_;
std::auto_ptr<HcalElectronicsMap> myEMap;
std::unique_ptr<HcalElectronicsMap> myEMap;
edm::EDGetTokenT<FEDRawDataCollection> tok_input_;
edm::ParameterSet zdcemap;
};
Expand Down

0 comments on commit e9db315

Please sign in to comment.