Skip to content

Commit

Permalink
code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunyong committed Mar 5, 2021
1 parent 375f214 commit 72eb9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Alignment/MuonAlignment/src/AlignableMuon.cc
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ void AlignableMuon::buildGEMEndcap(const GEMGeometry* pGEM, bool update) {

for (int ist = 0; ist < 3; ist++) {
if (ist == 0)
continue; //Run3 GEM dosen't have ME0
continue; //Run3 GEM dosen't have ME0
if (ist == 2)
continue; //Run3 GEM dosen't have GE2/1
continue; //Run3 GEM dosen't have GE2/1
std::vector<AlignableGEMSuperChamber*> tmpGEMSuperChambersInRing;
int iri = 1;
int iChamber{0};
Expand Down

0 comments on commit 72eb9cf

Please sign in to comment.