Skip to content

Commit b08f15b

Browse files
author
Sunanda
committed
Code check
1 parent f1ea402 commit b08f15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SimG4CMS/Calo/src/HFFibre.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ double HFFibre::zShift(const G4ThreeVector& point, int depth, int fromEndAbs) {
131131
length = shortFL[ieta] + gpar[0];
132132
} else {
133133
if (static_cast<int>(longFL.size()) > ieta)
134-
length = longFL[ieta];
134+
length = longFL[ieta];
135135
}
136136
zFibre = length; // from beginning of abs (full length)
137137
if (fromEndAbs > 0) {

0 commit comments

Comments
 (0)