Scoring mesh and Ntuple

Hi Dear geant4 user!
I don’t want to use root to get results using mesh score. And I want to define Ntuple and In RunAction.cc, I create Ntuple.
Suppose I have 100 Ntuple and I want to have the information in 100 separate csv files, do I have to write the following command 100 times in the .mac file as well?!
and etc …
/Score/create/boxMesh boxMesh_1
/Score/create/boxMesh boxMesh_2
/Score/create/boxMesh boxMesh_3

/Score/create/boxMesh boxMesh_100

And also in DetectorConstruction should I attach the scorers to 100 LogicalVolume?