d0root version v6.1



Change Log


Instructions (TMBTree)


//Create release area
//----------------------------------
newrel -t pXX.XX.XX mydir
cd mydir
d0setwa


//Install packages
//----------------------------------
addpkg d0root_analysis v00-06-16
addpkg d0root_btag v00-06-16

addpkg jetcorr v04-00-01
addpkg em_util v00-02-69                

//Compile jetcorr package
//----------------------------------
cd jetcorr
root MkRootLib.C 
.q
cd ../

//Compile em_util package
//----------------------------------
gmake em_util.all EMUTIL_SHARED=1


//Compile d0root packages
//----------------------------------
gmake d0root_analysis.all
gmake d0root_btag.all


Run analysis code

cd d0root_btag
root runBphysicsAnalysis_TMBtree.C

This command will create an instance of the class BphysicsAnalysis called "b". To see the list of available methods please look at d0root_btag/analysis/BphysicsAnalysis.h

To create a B-rtuple with information about J/Psi, Phi and B vertices, do:

    b->Process_diMuons("myOutputFileName", all_muons, muon_pt, muon_quality);
where

To open the ROOT tuple and plot the invariant J/Psi invariant mass and lifetime do:

 root myOutputFileName.root
 tree->Draw("PSI.mass","PSI.mass>2 && PSI.mass<4")
 tree->Draw("PSI.lifetime","PSI.lifetime!=0 && PSI.mass>2.8 && PSI.mass<3.3")

Back to Vertex fitting and finding in ROOT page


Results


di-muon Invariant mass (opposite sign charged tracks)


di-muon Invariant mass (opposite sign charged tracks)


Lifetime (correction factor = 0.73)


B -> JPsi K candidates


Known Problems


Back to Vertex fitting and finding in ROOT page


Last updated: 01-11-2003
Ariel Schwartzman