Skip to content
Snippets Groups Projects

add muon monitoring in reconstruction

Merged Ricardo Vazquez Gomez requested to merge rvazquez_MuonMoni into master
Files
2
###############################################################################
# (c) Copyright 2020 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 PyConf.Algorithms import MuonMonitorAlg
def monitor_muon_PID(muon_pids):
muon_PID_moni = MuonMonitorAlg(
name="MonitorMuonPID", InputLocation=muon_pids)
return muon_PID_moni
Loading