mctools / simplebuild-dgcode

dgcode: the Geant4-based simulation framework of the ESS Detector Group. Provided as simple-build-system bundles.
https://mctools.github.io/simplebuild-dgcode/
Other
2 stars 1 forks source link

Not entirely trivial fixes for the documentation #30

Closed MilanKlausz closed 6 months ago

MilanKlausz commented 6 months ago

The followings are suggested additions:

tkittel commented 6 months ago

For 1): Yes, you can add the word "particle" before "generator" to make it more clear (but keep in the "modules").

tkittel commented 6 months ago

I am working on some of these now.

tkittel commented 6 months ago

Ok, I just pushed fixes for item 1 to item 6.

tkittel commented 6 months ago

For your comments on 13), I guess it might be more relevant to mention somewhere that you can simply run:

 sb_g4osg_viewgriff -h
Usage:

  sb_g4osg_viewgriff [options] <Griff-file>

Display the simulated data (tracks) in the provided Griff file.

Options:

  -g, --loadgeo: Construct and display the geometry according to the meta-data
                 of the Griff file. WARNING: If the code changed since the griff
                 file was produced, the displayed geometry might different from
                 the one used while producing the Griff file!!!

  -e EVENTS: Only visualise certain events from the file, by specifying event
             indicies (i.e. positions in file: 0 is the first event, 99 is the
             100th event). The numbers can be provided either directly on the
             command line, or by specifying names of text files containing the
             numbers. Use commas to separate multiple entries.

(I just checked, the -g option still seems to work!)

tkittel commented 6 months ago

I did some of 13 by adding the docs about sb_g4osg_viewgriff, but I think I will leave it there for now.

For 7.... I reread the sections in question again, I am not sure I fully get your point. Is it still valid in the current form of the webpage (which you can't see until it says v0.0.13 on the webpage in ~30mins or so)?

tkittel commented 6 months ago

I just pushed v0.0.13 which includes all of the fixes above, apart from the issue about item 7 mentioned in my last comment. I will keep this issue open pending feedback from @MilanKlausz , but will downgrade the severity to not be "high priority" any more, since I don't think it is a blocker.

MilanKlausz commented 6 months ago

All issues addressed, and I am satisfied with all the changes!