Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
# directory for output files
outdir = ./OUTPUT
# minimum number of hits per super-layer for pattern reconstruction
min_nhit_theta = 4
# maximum number of hits per super-layer for pattern reconstruction
max_nhit_theta = 8
# number of event to be processed (default 100000000) if not specified in the command line
maxevn = 100000000

# dataset path (withou extension .i*) if not specified in the command line
#dataset=/mnt/muotom-data/data/castor/altea/rawdata/3_V_100_TrgAndPhi_5hits-4layers_mask_2404_3316_43

# tubes to be excluded from the pattern reconstruction (space-separated list of <layerid>,<tubeid>)
#bad_tubes = 0,12 1,32 2,9

# mean timer threshold for condition mta-mtb (default 15.0)
mtimer_threshold_first = 15.0
# mean timer threshold for other conditions (default 20.0)
mtimer_threshold_second = 20.0

# max time of a time box in ns
time_box_size = 400

The command line options dataset and maxevn are not mandatory, they can be defined in the configuration file. If they are specified both in command line and in the configuration file, the command line values get priority.