Skip to content

Commit

Permalink
removed old commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
JamminJones committed Aug 6, 2020
1 parent fd3e2ba commit 6e129b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions RecoLocalCalo/HGCalRecAlgos/interface/RecHitTools.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ namespace hgcal {
RecHitTools() : geom_(nullptr), fhOffset_(0), bhOffset_(0), fhLastLayer_(0), noseLastLayer_(0), geometryType_(0) {}
~RecHitTools() {}

//void getEvent(const edm::Event&);
//void getEventSetup(const edm::EventSetup&);
void setGeometry(CaloGeometry const&);
const CaloSubdetectorGeometry* getSubdetectorGeometry(const DetId& id) const;

Expand Down
5 changes: 0 additions & 5 deletions RecoLocalCalo/HGCalRecAlgos/src/RecHitTools.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,7 @@ namespace {

} // namespace

//void RecHitTools::getEvent(const edm::Event& ev) {}

void RecHitTools::setGeometry(const CaloGeometry& geom) {
//edm::ESHandle<CaloGeometry> geom;
//es.get<CaloGeometryRecord>().get(geom);

geom_ = &geom;
unsigned int wmaxEE(0), wmaxFH(0);
auto geomEE = static_cast<const HGCalGeometry*>(
Expand Down

0 comments on commit 6e129b9

Please sign in to comment.