Skip to content
Snippets Groups Projects
Commit a98c6183 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

v26r3p3

parent 0e07368a
No related branches found
No related tags found
No related merge requests found
Showing
with 1874 additions and 1750 deletions
package DaVinciSys
version v26r3p2
version v26r3p3
branches doc cmt
#=======================================================
use DaVinci v26r3 Phys
use DaVinciTests v1r7
use DaVinciTests v1r7p1
# Patches
use PatVelo v3r25p1 Tf
......@@ -20,5 +20,5 @@ alias DaVinciTests "cmt TestProject"
# Allow the generation of the SAM QMTest
apply_pattern QMTest
# Allow the generation of QMTest summary
# Allow the generation of QMTest summary
apply_pattern QMTestSummarize
v26r3p2
v26r3p3
This diff is collapsed.
package DaVinciTests
version v1r7
version v1r7p1
branches doc cmt tests
use GaudiConf v* -no_auto_imports
......
v1r7
v1r7p1
......@@ -4,6 +4,11 @@
! Purpose : QMTests for DaVinci
!-----------------------------------------------------------------------------
!=========================== DaVinciTests v1r7p1 2010-12-21 ====================
! 2010-12-21 - Rob Lambert
- Creating DaVinci v26r3p3 for lhcb-compatibility
- fixedfile tests with 2010 simulation and reprocessing
!=========================== DaVinciTests v1r7 2010-11-10 ====================
! 2010-11-10 - Juan Palacios
......
from Gaudi.Configuration import *
from Configurables import LHCbApp, CondDB, DDDBConf
dataType="2010"
DDDBConf(DataType=dataType)
CondDB(IgnoreHeartBeat=True)
if "UseLatestTags" in CondDB().__slots__:
CondDB().UseLatestTags=[dataType, True]
else:
CondDB().useLatestTags(DataType=dataType, OnlyGlobalTags=True)
from Gaudi.Configuration import *
from Configurables import LHCbApp, CondDB, DDDBConf
dataType="2010"
DDDBConf(DataType=dataType)
CondDB(IgnoreHeartBeat=True)
if "UseLatestTags" in CondDB().__slots__:
CondDB().UseLatestTags=[dataType]
else:
CondDB().useLatestTags(DataType=dataType, OnlyGlobalTags=False)
<?xml version="1.0" ?><!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>1200</integer></argument>
<argument name="args"><set>
<text>$DAVINCITESTSROOT/tests/options/SimpleMuSelection.py</text>
<text>$DAVINCITESTSROOT/tests/options/db-global-2010.py</text>
<text>--option</text>
<text>from DaVinci.Configuration import *; from Configurables import LHCbApp; EventSelector().Input = ["DATAFILE='PFN:castor:/castor/cern.ch/user/r/rlambert/testfiles/MC10-BsMuMu.dst' TYP='POOL_ROOTTREE' OPT='READ'"]; DaVinci().InputType="DST"; DaVinci().DataType="2010"; DaVinci().EvtMax=100; DaVinci().Simulation=True</text>
</set></argument>
<argument name="validator"><text>
#print stdout
#validateWithReference(preproc = preprocessor)
countErrorLines({"FATAL":0, "WARNING":2, "ERROR":0})
</text></argument>
</extension>
<?xml version="1.0" ?><!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>1200</integer></argument>
<argument name="args"><set>
<text>$DAVINCITESTSROOT/tests/options/SimpleMuSelection.py</text>
<text>$DAVINCITESTSROOT/tests/options/db-latest-2010.py</text>
<text>--option</text>
<text>from DaVinci.Configuration import *; from Configurables import LHCbApp; EventSelector().Input = ["DATAFILE='PFN:castor:/castor/cern.ch/user/r/rlambert/testfiles/MC10-BsMuMu.dst' TYP='POOL_ROOTTREE' OPT='READ'"]; DaVinci().InputType="DST"; DaVinci().DataType="2010"; DaVinci().EvtMax=100; DaVinci().Simulation=True</text>
</set></argument>
<argument name="validator"><text>
#print stdout
#validateWithReference(preproc = preprocessor)
countErrorLines({"FATAL":0, "WARNING":2, "ERROR":0})
</text></argument>
</extension>
<?xml version="1.0" ?><!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>1200</integer></argument>
<argument name="args"><set>
<text>$DAVINCITESTSROOT/tests/options/SimpleMuSelection.py</text>
<text>--option</text>
<text>from DaVinci.Configuration import *; from Configurables import LHCbApp; LHCbApp().DDDBtag="head-20101026"; LHCbApp().CondDBtag="sim-20101210-vc-mu100"; EventSelector().Input = ["DATAFILE='PFN:castor:/castor/cern.ch/user/r/rlambert/testfiles/MC10-BsMuMu.dst' TYP='POOL_ROOTTREE' OPT='READ'"]; DaVinci().InputType="DST"; DaVinci().DataType="2010"; DaVinci().EvtMax=100; DaVinci().Simulation=True</text>
</set></argument>
<argument name="validator"><text>
#print stdout
#validateWithReference(preproc = preprocessor)
countErrorLines({"FATAL":0, "WARNING":2, "ERROR":0})
</text></argument>
</extension>
<?xml version="1.0" ?><!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>1200</integer></argument>
<argument name="args"><set>
<text>$DAVINCITESTSROOT/tests/options/SimpleMuSelection.py</text>
<text>$DAVINCITESTSROOT/tests/options/db-global-2010.py</text>
<text>--option</text>
<text>from DaVinci.Configuration import *; from Configurables import LHCbApp; EventSelector().Input = ["DATAFILE='PFN:castor:/castor/cern.ch/user/r/rlambert/testfiles/R08S12b-SL-Merged.dst' TYP='POOL_ROOTTREE' OPT='READ'"]; DaVinci().InputType="DST"; DaVinci().DataType="2010"; DaVinci().EvtMax=100;</text>
</set></argument>
<argument name="validator"><text>
#print stdout
#validateWithReference(preproc = preprocessor)
countErrorLines({"FATAL":0, "WARNING":1, "ERROR":0})
</text></argument>
</extension>
<?xml version="1.0" ?><!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>1200</integer></argument>
<argument name="args"><set>
<text>$DAVINCITESTSROOT/tests/options/SimpleMuSelection.py</text>
<text>$DAVINCITESTSROOT/tests/options/db-latest-2010.py</text>
<text>--option</text>
<text>from DaVinci.Configuration import *; from Configurables import LHCbApp; EventSelector().Input = ["DATAFILE='PFN:castor:/castor/cern.ch/user/r/rlambert/testfiles/R08S12b-SL-Merged.dst' TYP='POOL_ROOTTREE' OPT='READ'"]; DaVinci().InputType="DST"; DaVinci().DataType="2010"; DaVinci().EvtMax=100;</text>
</set></argument>
<argument name="validator"><text>
#print stdout
countErrorLines({"FATAL":0, "WARNING":1, "ERROR":0})
</text></argument>
</extension>
<?xml version="1.0" ?><!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>1200</integer></argument>
<argument name="args"><set>
<text>$DAVINCITESTSROOT/tests/options/SimpleMuSelection.py</text>
<text>--option</text>
<text>from DaVinci.Configuration import *; from Configurables import LHCbApp; LHCbApp().DDDBtag="head-20101026"; LHCbApp().CondDBtag="head-20101112"; EventSelector().Input = ["DATAFILE='PFN:castor:/castor/cern.ch/user/r/rlambert/testfiles/R08S12b-SL-Merged.dst' TYP='POOL_ROOTTREE' OPT='READ'"]; DaVinci().InputType="DST"; DaVinci().DataType="2010"; DaVinci().EvtMax=100;</text>
</set></argument>
<argument name="validator"><text>
#print stdout
#validateWithReference(preproc = preprocessor)
countErrorLines({"FATAL":0, "WARNING":1, "ERROR":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