Skip to content
Snippets Groups Projects

DaVinci example to show how to get charged particles in a DaVinci script

Closed Guillaume Max Pietrzyk requested to merge guillaume_davinci_example into master
1 file
+ 10
0
Compare changes
  • Side-by-side
  • Inline
###############################################################################
# (c) Copyright 2023 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 FunTuple import FunTuple_Particles as Funtuple
from DaVinci import Options, make_config
from DaVinci.algorithms import add_filter
Loading