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
Copy file name to clipboardExpand all lines: MCReplay/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# TMCReplay
1
+
# MCReplay
2
2
3
3
This is a pseudo-detector-simulation engine based on the [Virtual Monte Carlo (VMC)](https://vmc-project.github.io/) package. It takes logged steps recorded by the `MCStepLogger` to **replay** the entire simulation.
4
4
5
5
The main objective is to be able to provide an engine to study the impact of parameter variations with. Eventually, this can be used to optimise (full-)simulation parameters in view of enhancing their speed and efficiency.
6
6
7
-
The functionality is compiled into a separate library `libMCReplayCore`. Hence, `libMCStepLoggerIntercept` is completely independent which also allows to run the step logging against the `MCReplayEngine` engine.
7
+
The functionality is compiled into a separate library `libMCReplayCore`. Hence, `libMCStepLoggerInterceptSteps` is completely independent which also allows to run the step logging against the `MCReplayEngine` engine.
8
8
9
9
The replay has been tested and is verified against [GEANT3_VMC](https://github.com/vmc-project/geant3) and [GEANT4_VMC](https://github.com/vmc-project/geant4_vmc) VMC interfaces.
10
10
@@ -42,7 +42,7 @@ Replaying a previously recorded particle transport step-by-step. Mainly meant fo
42
42
tree
43
43
--geofilename arg (=o2sim_geometry.root)
44
44
ROOT geometry filename
45
-
--geokeyname arg (=FAIRGeom) key name inside geo file where to find
45
+
--geokeyname arg key name inside geo file where to find
46
46
geometry tree
47
47
-n [ --nevents ] arg (=-1) number of events to replay
48
48
-e [ --energycut ] arg (=-1) energy cut to be applied [GeV]
Copy file name to clipboardExpand all lines: MCStepLogger/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ This package can be used to log and analyse the single steps computed by detecto
10
10
3 libraries are built
11
11
12
12
1.`libMCStepLoggerCore.so`
13
-
2.`libMCStepLoggerIntercept.so`
13
+
2.`libMCStepLoggerInterceptSteps.so`
14
14
3.`libMCStepLoggerAnalysis.so`
15
15
16
16
The first one contains core functionality to be used in depending packages and the same is true for the third one which contains analysis specific code.
17
17
18
18
The second allows for detailed debug information where stepping can be directed to standard output using the `LD_PRELOAD` env variable, which "injects" this library (which intercepts some calls) in the executable that follows in the command line.
0 commit comments