Draft: config to replace FakeHLT2
2 unresolved threads
2 unresolved threads
goes with Moore!2236 (closed) and LHCb!4080 (merged)
Edited by Marian Stahl
Merge request reports
Activity
requested review from @rmatev
mentioned in merge request LHCb!4080 (merged)
mentioned in merge request Moore!2236 (closed)
added RTA label
- MooreOnlineConf/options/hlt2_passthrough.py 0 → 100644
5 # Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". # 6 # # 7 # In applying this licence, CERN does not waive the privileges and immunities # 8 # granted to it by virtue of its status as an Intergovernmental Organization # 9 # or submit itself to any jurisdiction. # 10 ############################################################################### 11 from Moore import options, run_moore 12 from PyConf.application import (metainfo_repos, retrieve_encoding_dictionary) 13 from Moore.monitoring import run_default_monitoring 14 from Moore import streams_hlt2 as streaming_settings 15 from Hlt2Conf.settings.hlt2_passthrough import make_streams 16 17 options.lines_maker = make_streams 18 19 # for running online, we need to make sure that the keys already exist on cvmfs 20 # options.write_decoding_keys_to_git = False changed this line in version 2 of the diff
mentioned in merge request lhcb-conddb/file-content-metadata!21 (merged)
mentioned in commit lhcb-conddb/file-content-metadata@f1886961
@mstahl Is this and Moore!2236 (closed) still relevant in any way?
Hi @msaur! It's the "cleaner" way of running FakeHLT2. Feel free to close it if you don't need it any longer
Please register or sign in to reply