Changelog#
Version 2.1#
Add
run
(run number) to the CSV filesCorrect the bug in the Allen algorithm so that it works properly for an arbitary number of events.
Add the moore
XDIGI2MDF
andXDIGI2ROOT
programsAdd YAML files as examples
Update the documentation
Remove CSV files in the temporary HTCondor home
Be able to run a Moore program using
lb-run Moore/{version}
Version 2#
Implement configuration, using YAML files
Use python files to run the Moore algorithms rather than bash scripts
Use
ganga
to handle bookkeeping paths, LFNs and PFNsImplement
HTCondor
job submission through python scriptsAdd
nhits_velo
,nhits_ut
andnhits_scifi
tomc_particles.csv
Note
Version 2.0 was not published to GITLAB but was used to generate a large amount of CSV files in `/eos/lhcb/user/a/anthonyc/tracking/data/csv/v2/
Version 2.2#
Interpret boolean columns such as
has_velo
as boolean instead of integerAdd new columns to the dataframe of hits in the velo:
fraction_x
,fraction
,sensor
Version 2.2.2#
Add 3 new samples with the new updates
minbias-sim10b-xdigi
, which was already produced in version 2.2.1minbias-sim10b-xdigi-nospillover
, which was already produced in version 2.2.1 This one has a bug and is only partially producedbu2kstee-sim10aU1-xdigi
, which contains events with \(B^{0}\to K^{\star}e^{+}e^{-}\) decays
Version 2.3#
New features#
Be able to raise the the
MAX_TRANSFER_OUTPUT_MB
HTCondor parameter.Be able to run any allen sequences using this repository
Be able to save the
stdout
andstderr
of a local job to a file
New datasets#
minbias-sim10b-xdigi-nospillover
was reproduced.Produce so-called “reference sample” that will be used as test samples
Samples with K-shorts:
bu2kspi-sim10aU1-xdigi
anddst2d0pi_kspipi-sim10aU1-xdigi
Miscallaneous#
All the branches have the same name:
anthonyc-persistence_csv
Update the LHCb stack
Version 2.4#
New features#
Run XDIGI \(\to\) MDF conversions and Allen sequences for reference test samples
New datasets#
minbias-sim10b-xdigi
was reproduced with many more events (about 1,500,000) for extensive training.
Miscallaneous#
Update to work with the latest version of Moore and Allen, taking into account the updates on the SciFi.
Only use
anthonyc-persistence_csv
branches in Allen and Moore.