Add/update throughput tests with new MC samples
We should setup throughput tests using the new samples with FT v6 decoding.
- For L=2e33 we can update one/two of the existing tests, make sure there are no surprises, and switch all of them to the new samples. QMTests can follow after
- For L=1e33 we can do the
NoCutNoFit*
As this is a lower instantaneous luminosity, the GECs won't do very much on this sample, but for simplicity they can be left as is.
Relevant MDF files can be found in ???
cc @dovombru @rquaglia @maszyman @rmatev
off-topic: and we are anyway beginning to hit limits on the readability of the Mattermost channel which needs some thinking (but that's not for this issue).
@mvesteri instructions to run setup and run throughput tests interactively from scratch. Assumes a ~/.nogrouplogin
exists.
. /cvmfs/lhcb.cern.ch/lib/LbEnv
git clone https://gitlab.cern.ch/lhcb-core/LbNightlyTools.git
export PATH=./LbNightlyTools/scripts:$PATH
export PYTHONPATH=./LbNightlyTools/python
lbn-install --verbose --flavour nightly --dest build --projects Brunel --platforms x86_64-centos7-gcc8-opt lhcb-head 2265
lb-run -c x86_64-centos7-gcc8-opt --user-area=build Brunel python RunThroughputJobs.py --FTDecoVersion 6 --outfileTag Profile -e 24 -t 10 -j 1 -n 100000 NoCutNoFit MiniBrunel_2018_MinBias_FTv4_MDF -f `for i in {1..100}; do echo /tmp/mvesteri/new_testfile.mdf; done`
Edited by Mika Anton Vesterinen