|
|
Version v12r4
Release Date 16 November 2004 WARNING This version is based on the new CMT version (more details are here). Your working directory (
$CMTPATH
) is now$HOME/cmtuser
in order to avoid conflicts with the old CMT.Description
Updated stripping version. Based on Gaudi v15r3 and LHCb v16r3. Includes LoKi v3r5p1.
Version including a new version of the L1 trigger, corrected for the VeloTT bug and with a new tuning.
Main modifications Main modifications with respect to v12r3:
New L1 trigger
Known problems: Troubles with RFIO: Crashes in PoolRootTreeEvtCnvSvc
. Try to use the following trick, which seems to work fine:
- Copy the file
/afs/cern.ch/user/p/pkoppenb/public/.rootauthrc
to your home directory
- Make sure there is no
.rootrc
file there, or at least that you know what it is doing.source setup.csh
and check which version of root you are using
> which root
/afs/cern.ch/sw/lcg/external/root/3.10.02/rh73_gcc323/root/bin/root
(Note the3.10.02
). If you have this version, add the following line somewhere in your DaVinci requirements:
macro_append ROOT_native_version "_0411"
source setup.csh
and check that it is actually understood:
> which root
/afs/cern.ch/sw/lcg/external/root/3.10.02_0411/rh73_gcc323/root/bin/root
(Note the _0411!)- Replace all the "
rfio:
" by "castor
:" in your input data. It will look like
EventSelector.Input = {
"DATAFILE='PFN:castor:/castor/cern.ch/lhcb/DC04/00000541_00000665_9.dst'
TYP='POOL_ROOTTREE' OPT='READ'"};
This will pick up rootd instead of rfio.- run and enjoy.
This version contains Event/TrgEvent
v5r0, that overrides v4r0 from LHCb. This causes that you may get the cmt warning:
Required version v4r0 of package TrgEvent [from EventSys] is incompatible with selected version v5r0.
Please ignore.
Documentation Doxygen Release notes (for detailed release notes of each packages look in the development area and in the release area for LHCB) Requirements Installation follow the LHCb installation procedure tar files of the sources web access to CVS repository web access to AFS release area DaVinci packages modified with respect to v12r3
Phys/
DaVinci
v12r4
2004-11-16 Event/
TrgEvent
v5r0
Temporarily in DaVinci Phys/
DaVinciKernel
v2r0p1
New IPVLocator.h
interfaceDaVinciTest
v5r3
Adapt to GaudiAlgorithm
DaVinciTools
v11r2
New PVLocator tool
DaVinciUser
v5r2
Adapt to GaudiAlgorithm
Tools/
Stripping
v1r5p2
Options update Trg/
TrgSys
v1r0
New sys package. All included packages are changed
Physics Selections modified with respect to v12r3
PhysSel/
PhysSelSys
v7r11
PhysSel/
B2HH
v2r4p2
B2RhoRho
v1r7p2
Bd2D0Kstar
v4r3p1
Bd2JpsiKs
v2r6p1
Bd2MuMuKstar
v2r3p1
Bs2MuMu
v2r4p2
Gamma2ee
v1r4p1
LHCb packages used LHCb v16r3 (refer to the requirements files for full package list and corresponding release notes got details): Gaudi packages used based on Gaudi v15r3.