Skip to content
Tags give the ability to mark specific points in history as being important
  • v2.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.
  • v2.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` and `stderr` 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
    
    ### Miscallaneous
    
    - All the branches have the same name: `anthonyc-persistence_csv`
    - Update the LHCb stack
  • v2.2.2
    - Interpret boolean columns such as `has_velo` as boolean instead of integer
    - Add new columns to the dataframe of hits in the velo: `fraction_x`, `fraction`,
    `sensor`
    
    Add 3 new samples with the new updates
    - `minbias-sim10b-xdigi`, which was already produced in version 2.2.1
    - `minbias-sim10b-xdigi-nospillover`, which was already produced in version 2.2.1
    This one has a bug and is only partially produced
    - `bu2kstee-sim10aU1-xdigi`, which contains events with $B^{0}\to K^{\star}e^{+}e^{-}$
    decays
  • v2.1
    3c419513 · correct link ·
    ## Version 2.1
    
    - Add `run` (run number) to the CSV files
    - Correct the bug in the Allen algorithm so that it works properly for an arbitary
    number of events.
    - Add the moore `XDIGI2MDF` and `XDIGI2ROOT` programs
    - Add 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 PFNs
    - Implement `HTCondor` job submission through python scripts
    - Add `nhits_velo`, `nhits_ut` and `nhits_scifi` to `mc_particles.csv`
  • v1.0
    Includes:
    - Automated bash scripts for running the Moore and Allen algorithms for converting (x)digi/MDF files into CSV.
    - Non-automated files for generating CSV files in condor.
    - Documentation that supports multi-versioning to ensure accurate and updated information.