Skip to content

Commit 7606298

Browse files
authored
Update comments in exportLayout method
Clarified comments in exportLayout function.
1 parent 1e2f04b commit 7606298

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ void Detector::buildFT3FromFile(std::string configFileName)
129129
//_________________________________________________________________________________________________
130130
void Detector::exportLayout()
131131
{
132-
// Export FT3 Layout description to file. One line per disk
132+
// Export FT3 Layout description to file.
133+
// One line per disk:
133134
// z_layer r_in r_out Layerx2X0
134135

135136
std::string configFileName = "FT3_layout.cfg";

0 commit comments

Comments
 (0)