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
Change default option for strangeness tracking; Adjust threads for svfinder
* change the default to no strangeness tracking (not validated and very slow)
* adjust threads for secondary vertex finder to 8 since it can make use of this
parser.add_argument('--combine-tpc-clusterization', action='store_true', help=argparse.SUPPRESS) #<--- useful for small productions (pp, low interaction rate, small number of events)
113
113
parser.add_argument('--first-orbit', default=0, type=int, help=argparse.SUPPRESS) # to set the first orbit number of the run for HBFUtils (only used when anchoring)
114
114
# (consider doing this rather in O2 digitization code directly)
0 commit comments