Skip to content
Snippets Groups Projects
Commit 7bf2a49f authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Merge branch 'remove-test_standardbasic_reco14_init-from-master-forMoore403' into 'master'

Remove test_standardbasic_reco14_init from master, for Moore!403, Rec!1740, Lbcom!438, Brunel!960

See merge request !391
parents d89b073f 33d25347
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!391Remove test_standardbasic_reco14_init from master, for Moore!403, Rec!1740, Lbcom!438, Brunel!960
Pipeline #1584059 passed
###############################################################################
# (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"
<?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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment