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

v21r6

parent b2ed4fb3
No related branches found
No related tags found
No related merge requests found
Showing
with 1452 additions and 1427 deletions
package BooleSys
version v21r5
version v21r6
branches cmt doc
......@@ -8,7 +8,7 @@ branches cmt doc
#=======================================================
# Boole application # Maintainer
use Boole v21r5 Digi # Marco Cattaneo
use Boole v21r6 Digi # Marco Cattaneo
use BooleUMC v1r1 Digi # Tomasz Skwarnicki
use DigiAlg v4r20 Digi # Marco Cattaneo
......
v21r5
v21r6
......@@ -4,12 +4,41 @@ Package Coordinator: Marco Cattaneo
Purpose: LHCb Digitization program
</PRE><H1><A NAME=v21r6>2010-07-22 Boole v21r6</A></H1><PRE>
This version uses projects LCGCMT 58d, Gaudi v21r10, LHCb v31r3, Lbcom v9r5
and SQLDDDB v5r33, ParamFiles v8r2, FieldMap v5r5, L0TCK v3r5, AppConfig v3r*
Development version for 2010 simulation.
For consistent deployment of bug fix #69634, should use input data from
Gauss v38r7 or later, and reconstruct with Brunel v37r5 or later
Needs SQLDDDB v5r25 or later with SIMCOND tags from *-20100412*
- New tuning:
. New ST charge calibration (SIMCOND tags sim-20100715-* from SQLDDDB v5r33)
. Updated tune for eta correction (STTools v4r3)
. Use SiLandauFun (for MPV, scale of Landau) in SiDepositedCharge
(LHCbKernel v12r2, SiTools v1r8)
- Bug fixes:
. Removal of spurious "Seckrb5" error when opening files with xrootd
(Root 5.26.00c from LCGCMT_58d)
. Fix bug #68626, small memory leak when connecting to SQLite database
(CORAL_2_3_10 from LCGCMT_58d)
. Fix bug #69364: Wrong fractional mass calculation on composite material
(DetDesc v18r21)
. Fixed a few uninitialized variables, see bug #68795 (VeloDet v13r11)
- New packaging:
. Uses Xerces 3.1.1 from LCGCMT_58d, requiring adaptation of XML parsing C++
(L0MuonKernel v9r3)
</PRE><H1><A NAME=v21r5>2010-06-24 Boole v21r5</A></H1><PRE>
This version uses projects Gaudi v21r9, LHCb v31r2, Lbcom v9r4
and SQLDDDB v5r30, ParamFiles v8r2, FieldMap v5r4, L0TCK v3r1, AppConfig v3r*
Development version for 2010 simulation.
Output needs Brunel v37r4 or later
Output needs Brunel v37r4
Needs SQLDDDB v5r25 or later with SIMCOND tags from *-20100412*
- New tuning:
......
package Boole
version v21r5
version v21r6
branches doc cmt job options
......
v21r5
v21r6
......@@ -3,6 +3,12 @@ Package: Digi/Boole
Package Coordinator: Marco Cattaneo
Purpose: LHCb Digitization program
</PRE><H1><A NAME=v21r6>2010-07-22 Boole v21r6</A></H1></PRE>
- Changes to references to reflect changes in Boole v21r6 output:
. Move to use SiLandauFun in SiDepositedCharge (SiTools)
. New version of xerces with different warning messages
. Remove suppression of Seckrb5 stderr that was produced by xrootd
</PRE><H1><A NAME=v21r5>2010-06-23 Boole v21r5</A></H1></PRE>
- Changes to configurable:
. Upgrade MC: Improved spillover subtraction for Velo and TT
......
......@@ -43,7 +43,7 @@
#-------------------------------------------------------------------------------
# Make a new job object for Boole
#-------------------------------------------------------------------------------
j = Job( application = Boole( version = 'v21r5' ) )
j = Job( application = Boole( version = 'v21r6' ) )
#-------------------------------------------------------------------------------
#-------------------------------------------------------------------------------
......
......@@ -41,7 +41,7 @@ while ($i < $nar)
end
#
set Bversion = "v21r5"
set Bversion = "v21r6"
echo "Executing valgrind for Boole $Bversion using options $options"
#
......
......@@ -3,6 +3,6 @@ from GaudiConf.QMTest.LHCbExclusions import preprocessor as LHCbPreprocessor
preprocessor = LHCbPreprocessor + \
RegexpReplacer(when = "XmlParserSvc ERROR DOM",
orig = r'Id=.*conddb:',
repl = r'Id=conddb:')
orig = r'entity .*conddb:',
repl = r'entity conddb:')
......@@ -10,7 +10,5 @@
<argument name="validator"><text>
from Boole.QMTest.BooleExclusions import preprocessor
validateWithReference(preproc = preprocessor)
</text></argument>
<argument name="stderr"><text>Seckrb5: Initializing the client
</text></argument>
</extension>
......@@ -12,7 +12,5 @@
<argument name="validator"><text>
from Boole.QMTest.BooleExclusions import preprocessor
validateWithReference(preproc = preprocessor)
</text></argument>
<argument name="stderr"><text>Seckrb5: Initializing the client
</text></argument>
</extension>
......@@ -10,7 +10,5 @@
<argument name="validator"><text>
from Boole.QMTest.BooleExclusions import preprocessor
validateWithReference(preproc = preprocessor)
</text></argument>
<argument name="stderr"><text>Seckrb5: Initializing the client
</text></argument>
</extension>
......@@ -12,7 +12,5 @@
<argument name="validator"><text>
from Boole.QMTest.BooleExclusions import preprocessor
validateWithReference(preproc = preprocessor)
</text></argument>
<argument name="stderr"><text>Seckrb5: Initializing the client
</text></argument>
</extension>
......@@ -12,6 +12,4 @@ from Boole.QMTest.BooleExclusions import preprocessor
validateWithReference(preproc = preprocessor)
</text></argument>
<argument name="unsupported_platforms"><set><text>slc4_ia32.*</text></set></argument>
<argument name="stderr"><text>Seckrb5: Initializing the client
</text></argument>
</extension>
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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