You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Running a partial chain with simplified simulation data
279
279
280
-
Users can generate muon-like particle simulation data by running following example commands:
280
+
Users can generate muon-like particle simulation data with the pre-built detray geometries:
281
281
282
282
```sh
283
283
# Generate telescope geometry data
@@ -292,6 +292,13 @@ Users can generate muon-like particle simulation data by running following examp
292
292
293
293
The simulation will also generate the detector json files (geometry, material and surface_grid) in the current directory. It is user's responsibility to move them to an appropriate place (e.g. `<detector_directory>`) and match them to the input file arguments of reconstruction chains.
294
294
295
+
If users have a geometry json file already, it is also possible to run simulation with `traccc_simulate` application
There are three types of partial reconstruction chain users can operate: `seeding_example`, `truth_finding_example`, and `truth_fitting_example` where their algorithm coverages are shown in the table below. Each of them starts from truth measurements, truth seeds, and truth tracks, respectively.
0 commit comments