Skip to content
Snippets Groups Projects

Add the new Event Data to json format Algorithms

Merged Andreas Pappas requested to merge pappas_eventDataAlgorithms into master
Files
3
###############################################################################
# (c) Copyright 2021 CERN for the benefit of the LHCb Collaboration #
# #
# This software is distributed under the terms of the GNU General Public #
# Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". #
# #
# In applying this licence, CERN does not waive the privileges and immunities #
# granted to it by virtue of its status as an Intergovernmental Organization #
# or submit itself to any jurisdiction. #
###############################################################################
from Moore import options, run_reconstruction
from RecoConf.standalone import phoenix_data_dump
# will give the filename for use in PhoenixSink (replacing the default one)
options.phoenix_filename = "LHCb_EventDataset.json"
run_reconstruction(options, phoenix_data_dump)
Loading