We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e2f04b commit 7606298Copy full SHA for 7606298
Detectors/Upgrades/ALICE3/FT3/simulation/src/Detector.cxx
@@ -129,7 +129,8 @@ void Detector::buildFT3FromFile(std::string configFileName)
129
//_________________________________________________________________________________________________
130
void Detector::exportLayout()
131
{
132
- // Export FT3 Layout description to file. One line per disk
+ // Export FT3 Layout description to file.
133
+ // One line per disk:
134
// z_layer r_in r_out Layerx2X0
135
136
std::string configFileName = "FT3_layout.cfg";
0 commit comments