25boolstepFiltering = true; // if we activate the step filtering in O2BaseMCApplication
26boolstepTrackRefHook = false; // if we create track references during generic stepping
27 std::string stepTrackRefHookFile = "${O2_ROOT}/share/Detectors/gconfig/StandardSteppingTrackRefHook.macro"; // the standard code holding the TrackRef callback
28
29booltrackSeed = false; // per track seeding for track-reproducible mode
30
31doublemaxRTracking = 1E20; // max R tracking cut in cm (in the VMC sense) -- applied in addition to cutting in the stepping function
32doublemaxAbsZTracking = 1E20; // max |Z| tracking cut in cm (in the VMC sense) -- applied in addition to cutting in the stepping function
33doubleZmaxA = 1E20; // max Z tracking cut on A side in cm -- applied in our custom stepping function
34doubleZmaxC = 1E20; // max Z tracking cut on C side in cm -- applied in out custom stepping function
35
36floatmaxRTrackingZDC = 50; // R-cut applied in the tunnel leading to ZDC when z > beampipeZ (custom stepping function)
37floattunnelZ = 1900; // Z-value from where we apply maxRTrackingZDC (default value taken from standard "hall" dimensions)