Skip to content

Commit

Permalink
SimCalorimetry/EcalElectronicsEmulation: replace template deprecated …
Browse files Browse the repository at this point in the history
…by std=c++17.
  • Loading branch information
gartung committed Sep 26, 2018
1 parent 38f1404 commit 7ef3016
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -442,7 +442,7 @@ class EcalSimRawData: public edm::one::EDAnalyzer<> {

/** Selective readout simulator
*/
std::auto_ptr<EcalSelectiveReadout> esr_;
std::unique_ptr<EcalSelectiveReadout> esr_;

/** Output file for trigger tower flags
*/
Expand Down

0 comments on commit 7ef3016

Please sign in to comment.