B2hh Data page
These pages contain the link to current activities
B2hh fit studies
Bias investigation
Study |
Ganga ID |
n jobs |
stat |
Description |
dirac |
Job output |
analysis |
Sim ref |
1388 |
50 jobs |
2 fb-1 |
all parameters floating, No plots |
? |
vol3/asarti |
lxplus roofit/BiasStu Sim_50 |
Sim ref |
1396 |
20 jobs |
2 fb-1 |
all parameters floating, No plots |
? |
vol3/asarti |
lxplus roofit/BiasStu RefSim_FS_20 |
Bs ref |
1418 |
300 jobs |
0.2 fb-1 |
all parameters floating, No plots |
595827 -> 596127 |
vol1/asarti |
lxplus roofit/BiasStu RefBS_smSta |
Bs ref |
1420 |
300 jobs |
0.2 fb-1 |
all parameters floating, plots, + wBS prior (0.01) |
596208 -> 508 |
vol1/asarti |
lxplus roofit/BiasStu RefBS_smSta_wPrio |
Bd ref |
1421 |
300 jobs |
0.2 fb-1 |
all parameters floating, plots |
596510 -> 809 |
vol1/asarti |
lxplus roofit/BiasStu RefBD_smSta |
Bd ref |
1422 |
300 jobs |
0.2 fb-1 |
all parameters floating, plots + wBD prior (0.01) |
596836 -> 135 |
vol1/asarti |
lxplus roofit/BiasStu RefBD_smSta_wPrio |
Sim ref |
1423 |
300 jobs |
0.2 fb-1 |
all parameters floating, no plots + wB prior (0.01) |
597147 -> 446 |
vol1/asarti |
lxplus roofit/BiasStu RefSim_smSta_wPrio |
Sim ref |
1424 |
300 jobs |
0.2 fb-1 |
DGBs fixed, no plots |
597843 -> 142 |
vol1/asarti |
lxplus roofit/BiasStu RefSim_smSta |
The main issue is related to the mistag (cannot be fitted)
B2hh data production
Starting up
- First of all get latest DaVinci
- Compile
- Setup ganga using GangaEnv
- Submit jobs using job/DaVinci_ganga.py properly modified
- Get grid data cards from bkk page
- DC06 data (30/05/08) and instructions can be found here
Submitted jobs
Several Grid jobs have been submitted to create the microDST(s). Data can be found under the /castor/cern.ch/grid/lhcb/user/a/asarti/ dir.
DST
// Include rDST objects
#include "$STDOPTS/rDstContent.opts"
// If DST comes from stripping ETC, add also selection results
DstWriter.Preload = false;
DstWriter.ItemList += {"/Event/Phys#99"};
DSTOR.ItemList = @DstWriter.ItemList ;
DstWriter.OptItemList = {};
#include "$STDOPTS/MCDstContent.opts" // remove for real data or when running on rDST
ApplicationMgr.OutStream += { "DSTOR" } ;
DSTOR.RequireAlgs = { "SelB2HH" };
DSTOR.OutputLevel = 1;
DSTOR.Output = "DATAFILE='prova.dst' TYP='POOL_ROOTTREE' OPT='RECREATE'";
microDST
Those instructions can be used to create microDST.
#include "$MICRODSTALGORITHMROOT/options/microDST.opt"
SeqDC06selBs2Jpsi2MuMu_Phi2KK.Members += {"CreateMicroDSTAlg/microDST"};
SeqDC06selBs2Jpsi2MuMu_Phi2KK.Members += {"CreateMicroDSTMCAlg/microDSTMC"};
SeqDC06selBs2Jpsi2MuMu_Phi2KK.Members += {"CopyMCParticles"};
microDST.PhysDesktop.InputLocations = {"/Event/Phys/DC06selBs2Jpsi2MuMu_Phi2KK"};
microDST.OutputLevel = 4;
microDSTMC.PhysDesktop.InputLocations = {"/Event/Phys/DC06selBs2Jpsi2MuMu_Phi2KK"};
microDSTMC.OutputLevel = 4;
CopyMCParticles.InputLocation = "MC/Particles";
CopyMCParticles.OutputLevel = 4;
DSTStream.Output = "DATAFILE='$PATHTOOUTPUT/Filename.micro.dst'
TYP='POOL_ROOTTREE' OPT='REC'";
When running against Stripped you should add somethingmore:
EventSelector.Input = {
"COLLECTION='TagCreator/1'
DATAFILE='PFN:castor:/castor/PATHTOINPUT/INPUT_00002042_00000001_2.root
' TYP='POOL_ROOT'"
};
ApplicationMgr.ExtSvc += { "TagCollectionSvc/EvtTupleSvc" };
FileCatalog.Catalogs = { "xmlcatalog_file:$PATHTOINPUT/INPUT.xml" } ;
Python
MyGaudiPythonStart.py (from Angelo and stefano perazzini)
Official selection
/afs/cern.ch/lhcb/software/releases/ANALYSIS/ANALYSIS_v1r12/PhysSel/B2uds/v2r6p2/options/DVSelB2HH.opts
--
AlessioSarti - 05 Jun 2008