Skip to content

Commit

Permalink
Code Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 3, 2019
1 parent ae85a22 commit a4154ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions DataFormats/ForwardDetId/interface/HGCSiliconDetId.h
Expand Up @@ -39,9 +39,7 @@ class HGCSiliconDetId : public DetId {
HGCSiliconDetId& operator=(const DetId& id);

/** Converter for a geometry cell id */
HGCSiliconDetId geometryCell() const {
return HGCSiliconDetId(det(), zside(), 0, layer(), waferU(), waferV(), 0, 0);
}
HGCSiliconDetId geometryCell() const { return HGCSiliconDetId(det(), zside(), 0, layer(), waferU(), waferV(), 0, 0); }
HGCSiliconDetId moduleId() const {
return HGCSiliconDetId(det(), zside(), type(), layer(), waferU(), waferV(), 0, 0);
}
Expand Down
4 changes: 3 additions & 1 deletion DataFormats/ForwardDetId/interface/HGCalTriggerDetId.h
Expand Up @@ -54,7 +54,9 @@ class HGCalTriggerDetId : public DetId {

/** Converter for a geometry cell id */
HGCSiliconDetId geometryCell() const { return HGCSiliconDetId(det(), zside(), 0, layer(), waferU(), waferV(), 0, 0); }
HGCSiliconDetId moduleId() const { return HGCSiliconDetId(det(), zside(), type(), layer(), waferU(), waferV(), 0, 0); }
HGCSiliconDetId moduleId() const {
return HGCSiliconDetId(det(), zside(), type(), layer(), waferU(), waferV(), 0, 0);
}

/// get the cell #'s in u,v or in x,y
int triggerCellU() const { return (id_ >> kHGCalCellUOffset) & kHGCalCellUMask; }
Expand Down

0 comments on commit a4154ef

Please sign in to comment.