Skip to content

Commit

Permalink
Change to unsigned
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Dec 11, 2019
1 parent 1518800 commit 4deb751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/CSCDigi/interface/CSCCLCTRun3Digi.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class CSCCLCTRun3Digi : public CSCCLCTDigi {
// 12-bit comparator code
int getCompCode() const { return compCode_; }

void setCompCode(const int16_t code) { compCode_ = code; }
void setCompCode(const uint16_t code) { compCode_ = code; }

// comparator hits in this CLCT
ComparatorContainer getHits() const { return hits_; }
Expand Down

0 comments on commit 4deb751

Please sign in to comment.