Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pruthvi-ch committed Jul 5, 2023
1 parent 5229e92 commit 6305413
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SimG4CMS/Calo/src/HGCGuardRingPartial.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ bool HGCGuardRingPartial::exclude(G4ThreeVector& point, int zside, int frontBack
}
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HGCSim") << "HGCGuardRingPartial:: Point " << point << " zside " << zside << " layer " << layer
<< " wafer " << waferU << ":" << waferV << " partial type " << partial
<< " type " << type << " check " << check;
<< " wafer " << waferU << ":" << waferV << " partial type " << partial << " type "
<< type << " check " << check;
#endif
}
return check;
Expand Down

0 comments on commit 6305413

Please sign in to comment.