Skip to content

Commit 07cd3d8

Browse files
jdbriceCopilot
andauthored
Update StRoot/StFttDbMaker/StFttDb.cxx
Co-authored-by: Copilot <[email protected]>
1 parent 4d4a214 commit 07cd3d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

StRoot/StFttDbMaker/StFttDb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ bool StFttDb::loadStripEdgeFromFile( std::string fn ){
395395
printf( "File Header: %s, %s, %s", nStrip.c_str(), StripEdge_L.c_str(), StripEdge_R.c_str());
396396
}
397397

398-
//read strip Center info
398+
//read strip Edge info
399399
int n_strip; Float_t pos_strip_edge_L, pos_strip_edge_R;
400400
while (inf >> nStrip >> StripEdge_L >> StripEdge_R)
401401
{

0 commit comments

Comments
 (0)