Skip to content

Commit 20016d9

Browse files
committed
follow-up to code review
1 parent 138d956 commit 20016d9

File tree

2 files changed

+296
-277
lines changed

2 files changed

+296
-277
lines changed

CalibTracker/SiStripHitResolution/plugins/SiStripCPEAnalyzer.cc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ struct ClusterBranch {
8080
class SiStripCPEAnalyzer : public edm::one::EDAnalyzer<edm::one::SharedResources> {
8181
public:
8282
explicit SiStripCPEAnalyzer(const edm::ParameterSet&);
83-
~SiStripCPEAnalyzer() override;
83+
~SiStripCPEAnalyzer() override = default;
8484

8585
static void fillDescriptions(edm::ConfigurationDescriptions& descriptions);
8686

@@ -143,9 +143,6 @@ SiStripCPEAnalyzer::SiStripCPEAnalyzer(const edm::ParameterSet& iConfig)
143143
tree_->Branch("Geom2", &geom2Branches_, "subdet/I:moduleGeometry/I:stereo/I:layer/I:side/I:ring/I:pitch/F:detid/I");
144144
}
145145

146-
// destructor
147-
SiStripCPEAnalyzer::~SiStripCPEAnalyzer() {}
148-
149146
//
150147
// member functions
151148
//

0 commit comments

Comments
 (0)