Releases based on LHCb v29r2 (and Gaudi v21r7p1, LCG_58a)
This page documents releases based on LHCb v29r2.
Do not edit, the content of these releases is frozen.
LHCb v29r2 (Released 25th February 2010)
Based on LHCb v29r1, with the following new tags
Package |
User tag |
Suggested official tag |
Comment |
DAQ/Tell1Kernel |
akeune_20100113 |
v1r10 |
supports more header corrections |
Det/CaloDet |
odescham_20100217 |
v10r4 |
fix bug preventing Spd threshold to be larger or equal to 1 mip in CaloDigitAlg |
Event/L0Event |
odescham_20100222 |
v18r2 |
L0DUReport : add new method to get PreDecisionFromSummary |
Event/VeloEvent |
szumlat_20100218 |
v16r8 |
change evtInfo() method, remove new operator needed in the past when some information were stored in file |
GaudiConf |
r12055 |
v13r4p1 |
Improve linker locations for VeloPix in DigiConf |
GaudiObjDesc |
r11949 |
v11r10p1 |
fix bug #62936 |
Kernel/LHCbKernel |
jonrob_20100216 |
v11r11p1 |
Update Rich:side text conversion |
Phys/DaVinciInterfaces |
jpalac_20100219 |
v2r1 |
Remove IMassVertexFit |
|
cattanem_20100220 |
Remove it also from dict and cpp files... |
Phys/LoKiCore |
vanya_20100213 |
v9r11 |
Add new symbols: EXISTS (void-predicate) to be able to check the existence of certain TES-location ( VoidFilter.Code=" EXISTS('Rec/Track/Best')" ), and CONTAINS (void-function) to allwo the check the container at certain location (it returns the number of elements for valid container using ObjectContainerBase::numberOfObjects -method, and -1 for non-existing or invalid containers, the typical usage is: VoidFilter.Code = "3 < CONTAINS('Rec/Vertex/Primary')" ). |
Phys/LoKiHlt |
vanya_20100217 |
v2r7 |
Add new "tuple" tool LoKi::Hybrid::EvtTupleTool to allow the usage of ODIN , L0DUReport , HltDecReports and void functors for DecayTreeTuple framework. E.g. XXXTool.ODIN_Variables = { "Run" : "ODIN_RUN" } , XXXTool.L0_Variables = { "L0" : "switch ( L0Decision , 1 , 0 ) "} , XXXTool.HLT_Variables = { "size" : " HLT_SIZE"} or XXXTool.VOID_Variables = { "nPV" : " CONTAINS ('Rec/Vertex/Primary') " , "nLongTracks" : " TrSOURCE('Rec/Track/Best', TrLONG) >> TrSIZE"} , and many other useful suff. Essentially it allows to test/verify/set the cuts for corresponding "algorithmic filters": ODINFilter/L0Filter/HDRFilter and of course the most powerful VoidFilter |
|
vanya_20100218 |
|
LoKi::Hybrid::EvtTupleTool : fix a stupid bug, missing declareInterface -directive |
|
vanya_20100219 |
|
EvtTupleTool : Fix a stupid typo: the blank in the property name. Many thanks to Marco Cl. for investigation of the problem |
Phys/LoKiMC |
vanya_20100218 |
v8r9 |
Add new symbols: MCINANCESTORS (predicate) and MCNINANCESTORS to check(or count) certain condition for all ancestors. E.g. const MCCut fromBeauty = MCINANCESTORS( BEAUTY ) ; const LHCb::MCParticle* mcp = ... ; const bool good = fromBeauty( mcp ) . Add new symbols MCFROMDECAYS and MCFROMXS symbols to check if particles comes from decays and primary interactons or from secondary interactions. |
Phys/LoKiNumbers |
vanya_20100213 |
v8r4 |
Add new symbols: EXISTS (void-predicate) to be able to check the existence of certain TES-location ( VoidFilter.Code=" EXISTS('Rec/Track/Best')" ), and CONTAINS (void-function) to allwo the check the container at certain location (it returns the number of elements for valid container using ObjectContainerBase::numberOfObjects -method, and -1 for non-existing or invalid containers, the typical usage is: VoidFilter.Code = "3 < CONTAINS('Rec/Vertex/Primary')" ). |
Rich/RichKernel |
jonrob_20100213 |
v7r31 |
Speed optimisation for histogram access in Rich base classes |
|
jonrob_20100215 |
|
Add new Rich::HistogramID constructor |
|
r11950 |
|
Update how Rich::HistogramID creates the 'full' IDs and Titles |
Rich/RichRecBase |
r12024 |
v3r27 |
Extend isolated track interface + Add isolation cut to track selector base |
Lbcom v8r3 (Released 26th February 2010)
Based on Lbcom v8r2, with the following new tags
Package |
User tag |
Suggested official tag |
Comment |
L0/L0DU |
odescham_20100218 |
v10r3 |
adapt to bug found in PVSS TCK export |
|
odescham_20100222 |
v10r3 |
fix fake emulatorCheck error when downscaling is active |
|
odescham_20100223 |
v10r3 |
protect monitoring against missing input + fix multi emulation/event |
|
odescham_20100224 |
v10r3 |
fix compilation warning |
L0/PuVeto |
serena_20100224 |
v7r7 |
Fix bug 63402 |
Rich/RichTools |
r11998 |
v2r29 |
Fix segmentation fault due to infinite recursive calls when running averages are activated in HPD occupancy tool |
ST/STMonitors |
nchiapol_20100222 |
v2r5 |
New algrorithm ready: STDQSummaryAlg |
Rec v8r2 (Released 26th February 2010)
Based on Rec v8r2, with the following new tags
Package |
User tag |
Suggested official tag |
Comment |
release? |
RecSys |
jonrob_20100219 |
v8r2 |
Add support for different Histogramming levels |
|
rlambert_20100223 |
|
Added VeloRecmonitors configurable using Chris' histogram methods |
Rich/RichRecQC |
r12026 |
v2r37 |
Add support for different Histogramming levels |
|
r12029 |
|
Fix various compilation warnings |
|
r12035 |
|
Disable a few more histograms Online |
|
r12056 |
|
Implement different levels of histogramming from the alignment histograms based on the "Histograms" slot. |
|
r12078 |
|
Add some methods to the Configurable RichRecQCConf() to allow monitors to be easily added or removed |
Rich/RichRecMonitors |
r12025 |
v2r26 |
Add some plots moved from RichRecQC |
Rich/RichRecTrackTools |
r12027 |
v1r17 |
Extensions to track isolation tool + implement track isolation cut in track selector base class |
Tf/PatVelo |
dhcroft_20100218 |
v3r20 |
Better general tracking in overlap region when misaligned and less info() at initialize step |
tagged |
Tf/TfTools |
mschille_20100224 |
v1r11 |
add OTIS level granularity to FlagHitsForPatternReco algorithm |
tagged |
Tf/TsaAlgorithms |
raaij_20100217 |
v3r16 |
Fixed a memory leak in TTGenericTracking |
|
Tr/TrackExtrapolators |
wouter_20100223 |
v2r25 |
moved some info messages to debug; improved error reports for RK |
tagged |
Tr/TrackFitter |
rlambert_20100216 |
v2r45 |
Changed convergence criterion |
|
|
wouter_20100223 |
|
changed default value of UpdateTransport to true |
tagged |
|
wouter_20100226 |
Fixed prefit strategy for fast fitter |
|
Tr/TrackMonitors |
|
v1r21 |
added "FullDetail" (by default set to false) property to OTTrackMonitor to reduces the number of created histograms ('pitch' histograms) |
|
wouter_20100224 |
added histo grams to ITOverlapMonitor |
tagged |
Tr/TrackTools |
wouter_20100222 |
v2r27 |
improved TrackStateInitTool for long and downstream tracks |
tagged |
Velo/VeloRecMonitors |
erodrigu_20100218 |
v2r7 |
less verbosity in VeloOccupancyMonitor |
|
rlambert_20100223 |
|
Added configurable for use in Brunel Online/Offline modes |
|
erodrigu_20100224 |
|
Definition of Brunel's VELO moni seq in VeloRecMonitors configurable |
Hlt v9r2 (Released 1st March 2010)
Based on Hlt v9r1 with the following new tags:
Package |
User tag |
Suggested official tag |
Comment |
release? |
Hlt/Hlt1Lines |
gligorov_20100226 |
v2r3 |
Follow developments in Savannah task #13784, task #12691 |
|
albrecht_20100226 |
remove L0 decision requirement in Cosmic line |
|
albrecht_20100302 |
add micro bias line using T-stations |
|
raaij_20100317 |
fix interference between PatVeloRTracking in BeamGas and other lines |
|
panmanj_20100318 |
fix Hlt1LumiLines |
Hlt/Hlt2Lines |
gligorov_20100222 |
v2r5 |
Follow developments in Savannah task #13784, task #12691 |
|
gligorov_20100226 |
v2r5 |
Follow developments in Savannah task #13784, task #12691 |
|
albrecht_20100318 |
update selection in Hlt2ExpressLines.py |
|
albrecht_20100320 |
update slots in Hlt2ExpressLines.py |
Hlt/Hlt2SharedParticles |
gligorov_20100222 |
v3r3 |
Follow developments in Savannah task #13784, task #12691 |
|
gligorov_20100226 |
v3r3 |
Follow developments in Savannah task #13784, task #12691 |
Hlt/HltConf |
gligorov_20100226 |
v6r5 |
Follow developments in Savannah task #13784, task #12691 |
|
albrecht_20100321 |
change stripped end sequence to be more flexible |
Hlt/HltKshort |
gligorov_20100226 |
v2r3 |
Follow developments in Savannah task #13784, task #12691 |
Hlt/HltLine |
gligorov_20100222 |
v3r2 |
Follow developments in Savannah task #13784, task #12691 |
|
gligorov_20100226 |
v3r2 |
Follow developments in Savannah task #13784, task #12691 |
|
albrecht_20100302 |
insert Hlt1 seeding sequence |
Hlt/HltSettings |
albrecht_20100226 |
add ....Feb10 setting,see: task #14164, update Commisioning_OT |
|
albrecht_20100302 |
add microbias lines to Feb10 setting, scaled to 0 |
|
albrecht_20100321 |
follow changes in HltConf, add setting: Commissioning_PassThrough_Monitor |
Hlt/HltEcalAlley |
witekma_20100313 |
spped up HltRadCorTool |
Hlt/HltGlobalMonitor |
albrecht_20100326 |
v3r3 |
cosmetic changes to L0 channel description |
|
albrecht_20100319 |
more cosmetic changes |
Brunel v36r2 (Released 26th February 2010)
Based on Brunel v36r1 but using Rec v8r2, Lbcom v8r3, LHCb v28r2, and the following new tags
Package |
User tag |
Suggested official tag |
Comment |
Rec/Brunel |
jonrob_20100219 |
v36r2 |
Update Brunel Configurable 'Histogram' slot to support different levels of histogramming for online, offline etc. |
Alignment v4r7 (Released 4th March 2010)
Based on Lbcom v8r2, Rec v8r2, with the following new tags
Package |
User tag |
Suggested official tag |
Comment |
Alignment/TAlignment |
wouter_20100209 |
v4r8 |
fix bug in use of survey constraints for alignables that share elements with mothers |
|
wouter_20100216 |
|
update survey errors of velo halves to take into account velo motion |
|
rlambert_20100218 |
|
fix warning about ambiguous else in nightly |
|
rlambert_20100219 |
|
fix warning about and/or precedence in nightly |
|
wouter_20100225 |
Fix bug in setting errors on survey constraints |
Alignment/AlignTrTools |
rlambert_20100218 |
v4r6p1 |
fix warning about no TAConfig in nightly |
|
rlambert_20100219 |
|
fix warning about no TAConfig in nightly |
Alignment/AlignSolvTools |
wouter_20100302 |
v3r1 |
tagged the head. package was messed up in older migration, now fixed again |
Calibration/OTCalibration |
wouter_20100302 |
v1r5 |
fixes for windows (Johan) |
Alignment/Escher |
wouter_20100302 |
v4r6 |
fix in requrements file; small update of configuration (Johan) |
Boole v21r0 (Released 2nd March 2010)
New series for tuning of digitization to correspond to real data
Based on Boole v20r3 but using Lbcom v8r3, LHCb v29r2, and the following new tags
Package |
User tag |
Suggested official tag |
Comment |
ST/STTools |
mneedham_20100226 |
v3r17 |
Add STSmearedPositionTool + change default of STRndmChannelIDSelector |
VeloPix/VeloPixAssociators |
marcin_20100225 |
v1r1 |
Change output paths in linkers |
OT/OTSimulation |
nserra_20100226 |
v5r0 |
Tune xtalk level, improved cell efficiency |
Analysis v4r2 (Released 10th March 2010)
Based on Analysis v4r1. Will use the head revision of all packages not specified here.
Package |
User tag |
Suggested official tag |
Comment |
release? |
Phys/DaVinciMCTools |
gligorov_20100301 |
v9r26 |
fix for 63698,63699 |
Phys/DecayTreeTuple |
rlambert_20100301 |
v3r3 |
fixes for 63124 and 14187, DVAlg in TupleToolPrimaries, and finalization errors from baseclass |
Gauss v38r4 (Released 25th March 2010)
Based on Gauss v38r3 with the following new tags
Package |
User tag |
Suggested official tag |
Comment |
Gen/EvtGenExtras |
nnikitin_20100224 |
v2r3 |
Improved model for the simulation of the CP-effects in the rare semileptonic decays |
Gen/Generators |
robbep_20100321 |
v10r7 |
Force Pythia initialization for EvtGen |
Gen/GENSER |
robbep_20100309 |
v6r2 |
Fix bug in psi(4400) generation |
Gen/LbMIB |
mlieng_20100224 |
v4r1 |
Header data usage |
Gen/LbPythia8 |
robbep_20100225 |
v2r1 |
Set correct status codes to allow correct generation in Gauss |
|
robbep_20100301 |
v2r1 |
Set correct units for generated mass |
|
robbep_20100321 |
v2r1 |
Add option file for Pythia8 default options |
MIBData |
12315 |
v3r1 |
New file structure and headers |
Sim/Gauss |
robbep_20100301 |
v38r4 |
Set beam properties for Pythia8 in Gauss configurable |
|
silviam_20100308 |
|
Changed the way of steering the PhysicsLists. Removed the obsolete PhysList-*.opts. |
|
silviam_20100322 |
|
Added options to steer the PhysicsLists. |
Sim/GaussMonitor |
robbep_20100224 |
v6r6 |
Protect against particles without production vertex |
Sim/GaussPhysics |
marcocle_20100225 |
v6r5 |
Added some example specializations of GiGaExtPhysics |
|
marcocle_20100226 |
|
Backward compatibility fix |
|
silviam_20100308 |
|
Added more example specializations of GiGaExtPhysics |
Sim/GiGa |
marcocle_20100225 |
v19r8 |
Modified GiGaExtPhysics to allow extensions through template specialization of a helper class |
|
marcocle_20100226 |
|
Backward compatibility fix |
|
silviam_20100308 |
|
Set the verbose level of the Physics constuctors in GiGaExtPhysics.h |
Sim/GaussRICH |
12528 |
v10r1 |
Add ability to use C3F8 as RICH1 gas radiator |
Bls/BlsMoniSim |
vtalanov_20100310 |
v1r1 |
New sizes for local varables, additional check on the map size, local CondDB tag removed from options |
DecFiles v21r0 (new decays not compatible with MC09, released 10th May 2010)
Based on v20r4 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
|
DECAY.DEC |
20404 |
Bs -> KK fraction updated. PYTHIA fractions re-weighted. |
30000010 |
minbias_Perugia0 |
12073 |
Minimum bias definition according to Perugia tune 0 |
30000011 |
minbias_Perugia0WithDefaultPythiaProcesses |
12149 |
Minimum bias definition according to Perugia tune 0 |
30000020 |
minbias_PerugiaNOCR |
12073 |
Minimum bias definition according to Perugia tune NOCR |
30000021 |
minbias_PerugiaNOCRWithDefaultPythiaProcesses |
12149 |
Minimum bias definition according to Perugia tune NOCR |
30000090 |
minbias_Pythia8 |
12114 |
Minimum bias with Pythia8 |
30000091 |
minbias_Pythia8Diffractive |
12101 |
Diffractive events with Pythia8 |
|
minbias_diffractive |
12671 |
Fix decay file (and rename it) |
|
SwitchOffEvtGen.py |
14271 |
Option file to switch off EvtGen |
11104020 |
Bd_phiKst0=DecProdCut |
20483 |
New event type from P.Cartelle |
13104002 |
Bs_Kst0Kst0=LargeCPV,DecProdCut |
20483 |
New event type from P.Cartelle |
DecFiles v21r1 (new decays not compatible with MC09, released 25th May 2010)
Based on v21r0 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
23263010 |
Ds+_K+pi-pi+=res,DecProdCut |
26329 |
New event type |
23163000 |
Ds+_K+pi-pi+=phsp,DecProdCut |
26329 |
New event type |
23265000 |
Ds+_K-K+pi-pi+pi+=DecProdCut |
26329 |
New event type |
21263010 |
D+_K-pi+pi+=res,DecProdCut |
26329 |
New event type |
21265000 |
D+_K-pi-pi+pi+pi+=DecProdCut |
26329 |
New event type |
21163020 |
D+_K-pi+pi+=phsp,DecProdCut |
26329 |
New event type |
16145130 |
Xib_JpsiXi,mm,Lambdapi |
22403 |
Fix J/psi decay |
16145150 |
Omegab_JpsiOmega,mm,LambdaK |
22403 |
Fix J/psi decay |
11264010 |
Bd_D-K+ |
22404 |
New event type |
11264011 |
Bd_D-K+=DecProdCut |
22404 |
New event type |
13164051 |
Bs_D0Kst,Kpi=DecProdCut |
22420 |
New event type |
11266000 |
Bd_D0Kst,Kpipipi |
22421 |
Fix D0 decay |
11266001 |
Bd_D0Kst,Kpipipi=DecProdCut |
22421 |
Fix D0 decay |
11164210 |
Bd_Dst0Kst0,D0gamma,Kpi |
22421 |
New event type |
11164211 |
Bd_Dst0Kst0,D0gamma,Kpi=DecProdCut |
22427 |
New event type |
11164410 |
Bd_Dst0Kst0,D0pi0,Kpi |
22427 |
New event type |
11164411 |
Bd_Dst0Kst0,D0pi0,Kpi=DecProdCut |
22427 |
New event type |
13164410 |
Bs_Dst0Kst0,D0pi0,Kpi |
22425 |
New event type |
13164411 |
Bs_Dst0Kst0,D0pi0,Kpi=DecProdCut |
22425 |
New event type |
13164412 |
Bs_Dst0Kst0,D0pi0,Kpi=HELAMP100 |
22425 |
New event type |
13164413 |
Bs_Dst0Kst0,D0pi0,Kpi=DecProdCut,HELAMP100 |
22425 |
New event type |
13164414 |
Bs_Dst0Kst0,D0pi0,Kpi=HELAMP010 |
22425 |
New event type |
13164415 |
Bs_Dst0Kst0,D0pi0,Kpi=DecProdCut,HELAMP010 |
22425 |
New event type |
13164416 |
Bs_Dst0Kst0,D0pi0,Kpi=HELAMP001 |
22425 |
New event type |
13164417 |
Bs_Dst0Kst0,D0pi0,Kpi=DecProdCut,HELAMP001 |
22425 |
New event type |
13164210 |
Bs_Dst0Kst0,D0gamma,Kpi |
22426 |
New event type |
13164211 |
Bs_Dst0Kst0,D0gamma,Kpi=DecProdCut |
22426 |
New event type |
13164212 |
Bs_Dst0Kst0,D0gamma,Kpi=HELAMP100 |
22426 |
New event type |
13164213 |
Bs_Dst0Kst0,D0gamma,Kpi=DecProdCut,HELAMP100 |
22426 |
New event type |
13164214 |
Bs_Dst0Kst0,D0gamma,Kpi=HELAMP010 |
22426 |
New event type |
13164215 |
Bs_Dst0Kst0,D0gamma,Kpi=DecProdCut,HELAMP010 |
22426 |
New event type |
13164216 |
Bs_Dst0Kst0,D0gamma,Kpi=HELAMP001 |
22426 |
New event type |
13164217 |
Bs_Dst0Kst0,D0gamma,Kpi=DecProdCut,HELAMP001 |
22426 |
New event type |
22162000 |
D0_Kpi=DecProdCut |
22548 |
New event type |
22264000 |
D0_Kpipipi=DecProdCut |
22548 |
New event type |
DecFiles v21r2 (new decays for 2009/2010 production, released 9 June 2010)
Based on v21r1 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
12265001 |
Bu_D0K,Kpipipi=DecProdCut |
38231 |
Updated BRs |
12265000 |
Bu_D0K,Kpipipi |
38231 |
Updated BRs |
27265000 |
Dst_D0pi,Kpipipi=DecProdCut |
38217 |
New event type |
21263011 |
D+_K-pi+pi+=res.dec |
38196 |
New event type (similar to 21263010 except no acceptance cut) |
Zee.opts |
|
31857 |
Fix decay modes of Z -> ee |
28136120 |
hc_XiXi,Lambdapi,ppi=DecProdCut |
31858 |
New event type |
24102000 |
Jpsi_pp=DecProdCut |
31875 |
New event type |
28102030 |
chic0_pp=DecProdCut |
31875 |
New event type |
28102040 |
chic1_pp=DecProdCut |
31875 |
New event type |
28102050 |
chic2_pp=DecProdCut |
31875 |
New event type |
21103110 |
D+_KsK+=phsp,DecProdCut |
32014 |
New event type for charm from S.Gregson and C.Jones |
21103100 |
D+_Kspi+=phsp,DecProdCut |
32014 |
New event type for charm from S.Gregson and C.Jones |
23103110 |
Ds+_KsK+=phsp,DecProdCut |
32014 |
New event type for charm from S.Gregson and C.Jones |
23103100 |
Ds+_Kspi+=phsp,DecProdCut |
32014 |
New event type for charm from S.Gregson and C.Jones |
16146141 |
Xib0_JpsiXist,mm,Xipi,Lambdapi=DecProdCut |
38156 |
New event type |
16146140 |
Xib0_JpsiXist,mm,Xipi,Lambdapi |
38156 |
New event type |
16145151 |
Omegab_JpsiOmega,mm,LambdaK=DecProdCut |
38156 |
New event type |
16145131 |
Xib_JpsiXi,mm,Lambdapi=DecProdCut |
38156 |
New event type |
12873000 |
Bu_D0munu,Kpi=cocktail |
38157 |
Update BR |
11873000 |
Bd_D0munu,Kpi=cocktail |
38158 |
New event type |
|
|
38222 |
Fix bug for this new event type |
13873000 |
Bs_D0munu,Kpi=cocktail |
38158 |
New event type |
DecFiles v21r3 (new decays for 2009/2010 production, released 24 June 2010)
Based on v21r2 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
13114002 |
Bs_phimumu=MS,DecProdCut |
52116 |
New event type for Bs->phimumu with BTOSLLMS from N.Nikitin |
12165123 |
Bu_D0pi,KSpipi=CPV,DecProdCut |
52104 |
Changed decay model for B+ -> D0pi to PHSP |
21263001 |
D+_K+K-pi+=res |
40968 |
As 21263000 but no DaughtersInLHCb |
16145150 |
Omegab_JpsiOmega,mm,LambdaK |
38253 |
increase number of repetitions |
16145151 |
Omegab_JpsiOmega,mm,LambdaK=DecProdCut |
38253 |
increase number of repetitions |
42122012 |
DrellYan_ee=5GeV |
51780 |
fix pT cut on electron |
24142002 |
incl_Jpsi,mm=NoCut |
51891 |
No acceptance cut at all |
24142004 |
incl_Jpsi,mm=Longitudinal,NoCut |
52053 |
Longitudinal polarization |
24142003 |
incl_Jpsi,mm=Transverse,NoCut |
52053 |
Transverse polarization |
DecFiles v21r4 (new decays for 2009/2010 production, released 13 July 2010)
Based on v21r3 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
60001001 |
beamGasVelo,1=Hydrogen |
52473 |
modified extend in z of primaries |
60001006 |
beamGasVelo,1=Carbon |
52473 |
modified extend in z of primaries |
60001008 |
beamGasVelo,1=Oxygen |
52473 |
modified extend in z of primaries |
60001054 |
beamGasVelo,1=Xenon |
52473 |
modified extend in z of primaries |
60002001 |
beamGasVelo,2=Hydrogen |
52473 |
modified extend in z of primaries |
60002006 |
beamGasVelo,2=Carbon |
52473 |
modified extend in z of primaries |
60002008 |
beamGasVelo,2=Oxygen |
52473 |
modified extend in z of primaries |
60002054 |
beamGasVelo,2=Xenon |
52473 |
modified extend in z of primaries |
DecFiles v21r5 (new decays for 2010 production, released 4 August 2010)
Based on v21r4 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
19912000 |
bb_mumu |
53130 |
Fixed seg fault by adding signal decays |
19912010 |
bb_e+mu- |
53130 |
Removed old mixing commands, added signal decays |
19912020 |
bb_e-mu+ |
53130 |
Removed old mixing commands, added signal decays |
12113002 |
Bu_Kmumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11412200 |
Bd_etamumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
12123400 |
Bu_rhoee=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11104030 |
Bd_Ksttautau=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11112200 |
Bd_gammamumu=MNT,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11122200 |
Bd_gammaee=MNT,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11124022 |
Bd_rhoee=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
12123002 |
Bu_Kee=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
12113400 |
Bu_rhomumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11112400 |
Bd_pimumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11124004 |
Bd_Kstee=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11114022 |
Bd_rhomumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
13112200 |
Bs_gammamumu=MNT,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
11114004 |
Bd_Kstmumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
13122200 |
Bs_gammaee=MNT,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
12113022 |
Bu_pimumu=MS,DecProdCut.dec |
53150 |
New from N.Nikitin and D.Savrina |
DecFiles v22r0 (new decays for 2010 production, released 27 August 2010)
Based on v21r5 and the additional/modified decays
Event type |
Nick name |
SVN tag |
Comment |
42100020 |
Z_tautaujet |
53709 |
New event type |
42102011 |
DrellYan_tautau=10GeV |
53709 |
New event type |
42102012 |
DrellYan_tautau=5GeV |
53709 |
New event type |
42112020 |
Z_mumujet |
53709 |
Bug fix, now 2 leptons |
42112030 |
DrellYan_mumujet=2GeV |
53709 |
New event type |
42112031 |
DrellYan_mumujet=10GeV |
53709 |
New event type |
42112032 |
DrellYan_mumujet=5GeV |
53709 |
New event type |
42122012 |
DrellYan_ee=5GeV |
53709 |
New event type |
42122020 |
Z_eejet |
53709 |
New event type |
42122032 |
DrellYan_eejet=5GeV |
53709 |
New event type |
42300010 |
W_taunujet |
53709 |
New event type |
42321010 |
W_enujet |
53709 |
New event type |
Panoptes v2r11 (Released 10th March 2010)
Package |
User tag |
Suggested official tag |
Comment |
Rich/RichMonitoringSys |
youngr_20100212 |
|
To Configuation.py: Disable IFB hitmaps; parameters for dark count data added |
--
MarcoCattaneo - 24-Feb-2010