![]() |
Project
|
o2-its-digi2raw
: creation of raw data from MC. Requires digitized ITS data (as well as an access to the GRP data). Allows creation of raw data file per layer (default) or per CRU. The configuration file for the input to the o2-raw-file-reader-workflow
will be automatically created in the output directory.o2-its-reco-workflow
: reconstruction of ITS tracks starting from simulated digits.o2-itsmft-stf-decoder-workflow
: raw data STF decoder and clusterizer. Provides either cluster or digits or both. Supports multi-threading.Can be extended to reconstruction from the raw data by disabling the digits reader and piping it to the output of the STF reader:
For the synchronous mode one can apply selection on the ROF multiplicity either in therms of signal clusters and/or number of contributing tracklets in seeding vertices FastMultEst
implements the fast estimator of signal clusters multiplicity either via free noise + signal fit or via signal fit with noise level imposed (via FastMultEstConfig.imposedNoisePerChip
). Multiplicity is provided as Ncl. per layer modulo acceptance correction from the FastMultEstConfig. The latter provides the settings for the estimator as well as the low/high cuts on the estimate mult. and (if these cuts are passed) eventual cuts on the vertices multiplicity used to seed the ITS tracks. For example, the command:
will track only ROFs with N signal clusters between 50 and 4000 and will consider seeding vertices with multiplicity below 1000 tracklets.