File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
AnalysisDataFormats/SUSYBSMObjects/interface Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ namespace susybsm {
6060 bool hasCaloInfo () const { return caloInfoRef_.isNonnull (); }
6161
6262 // set infos
63- void setDeDxHitInfo (const reco::DeDxHitInfo* data) {dedxHitInfo_ = data;}
63+ void setDeDxHitInfo (const reco::DeDxHitInfo* data) { dedxHitInfo_ = data; }
6464 void setTrack (const pat::IsolatedTrack& data) { track_ = data; }
6565 void setMuon (const pat::MuonRef& data) { muon_ = data; }
6666 void setMuon (const reco::MuonRef& data) { muonRef_ = data; }
@@ -71,7 +71,7 @@ namespace susybsm {
7171 void setCaloInfo (const HSCPCaloInfoRef& data) { caloInfoRef_ = data; }
7272
7373 // get infos
74- const reco::DeDxHitInfo* dedxHitInfo () const {return dedxHitInfo_; }
74+ const reco::DeDxHitInfo* dedxHitInfo () const { return dedxHitInfo_; }
7575 pat::IsolatedTrack track () const { return track_; }
7676 pat::MuonRef muon () const { return muon_; }
7777 reco::TrackRef trackRef () const { return trackRef_; }
You can’t perform that action at this time.
0 commit comments