From 33d25347c6397564410a65617fba2a92b7a26486 Mon Sep 17 00:00:00 2001 From: Dorothea vom Bruch <Dorothea vom Bruch dorothea.vom.bruch@cern.ch> Date: Mon, 20 Apr 2020 14:02:15 +0200 Subject: [PATCH] remove test_standardbasic_reco14_init from master - runs on old data --- .../CommonParticles/DVTestStandardBasic.py | 48 ------------------- .../test_standardbasic_reco14_init.qmt | 27 ----------- 2 files changed, 75 deletions(-) delete mode 100644 DaVinciTests/tests/options/CommonParticles/DVTestStandardBasic.py delete mode 100755 DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_init.qmt diff --git a/DaVinciTests/tests/options/CommonParticles/DVTestStandardBasic.py b/DaVinciTests/tests/options/CommonParticles/DVTestStandardBasic.py deleted file mode 100644 index d3536def0..000000000 --- a/DaVinciTests/tests/options/CommonParticles/DVTestStandardBasic.py +++ /dev/null @@ -1,48 +0,0 @@ -############################################################################### -# (c) Copyright 2000-2018 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. # -############################################################################### -############################################################################## -# $Id: DVTestCommonParticles.py,v 1.3 2010/01/06 08:51:50 pkoppenb Exp $ -# -# syntax: gaudirun.py $DAVINCIMONITORSROOT/options/DVMonitorDst.py -# -# Author: Patrick Koppenburg <patrick.koppenburg@cern.ch> -# -############################################################################## -from DaVinci.Configuration import DaVinci -from Gaudi.Configuration import * -############################################################################## -# -from CommonParticles import StandardBasic - -Locations = [] -for a,b in StandardBasic.locations.iteritems(): - print "DVTestCommonParticles adding location", a - Locations.append(a) - -from Configurables import CountParticles -CP = CountParticles(Inputs = Locations) -############################################################################## -# -# Histograms -# -DaVinci().HistogramFile = "DVStandardBasic.root" -############################################################################## -# -# Most of this will be configured from Dirac -# -############################################################################## -DaVinci().UserAlgorithms = [ CP ] # count them all -DaVinci().EvtMax = 500 -DaVinci().DataType = "2010" -DaVinci().Simulation = False -DaVinci().InputType = "DST" - -MessageSvc().Format = "% F%60W%S%7W%R%T %0W%M" diff --git a/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_init.qmt b/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_init.qmt deleted file mode 100755 index d5d563e25..000000000 --- a/DaVinciTests/tests/qmtest/commonparticles.qms/test_standardbasic_reco14_init.qmt +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" ?> -<!-- - (c) Copyright 2000-2018 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. ---> -<!DOCTYPE extension PUBLIC '-//QM/2.3/Extension//EN' 'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'> -<extension class="GaudiTest.GaudiExeTest" kind="test"> -<argument name="program"><text>gaudirun.py</text></argument> -<argument name="timeout"><integer>6400</integer></argument> -<argument name="args"><set> - <text>../options/CommonParticles/TestStandardBasicCuts.py</text> - <text>$PRCONFIGOPTS/DaVinci/Stripping/Collision12-4TeV-Reco14-FULLDST.py</text> -</set></argument> -<argument name="validator"><text> -findReferenceBlock(""" -DaVinciInitAlg SUCCESS 1 events processed -DaVinciInitAlg SUCCESS ================================================================== -""", stdout, result, causes, signature_offset = 0) -countErrorLines({"FATAL":0}) -</text></argument> -</extension> -- GitLab