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
* O2TrivialMC
VMC engine with a minimal implementation of interfaces.
It does simply calls the hook for primary generation and pops them for
consistency. They are not transported.
Useful, when only generator level (aka MCKinematics) are needed since
it has minimal initialisation overhead.
Cannot be used for physics simulation, o2-sim will abort.
* O2TrivialMCApplciation
VMC application with minimal implementation of interfaces.
For the geometry it only constructs a simple box with a vacuum.
Non primary generation or anything else.
* o2-sim --noGeant
automatically runs with the O2trivialMC engine to ensure minimal
initialisation overhead.
Only CAVE is constructed, all other modules are omitted.
0 commit comments