Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
remove more comments
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Apr 9, 2024
1 parent c032a50 commit c9c4329
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions include/Hcal/Event/HcalHit.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ class HcalHit : public ldmx::CalorimeterHit {
* Print out the object.
*/
void Print() const;

// int getSection() const { return section_;}
// int getLayer() const { return layer_;}
// int getStrip() const { return strip_;}

// void setSection(int section) { section_ = section;}
// void setLayer(int layer) { layer_ = layer;}
// void setStrip(int strip) { strip_ = strip;}

/**
* Get the number of photoelectrons estimated for this hit.
Expand Down

0 comments on commit c9c4329

Please sign in to comment.