D0root version v9.1



Change Log

v00-09-50 (02-04-2004) [Ariel]

Fix bug in constrained track parameters of VertexKalmanFitter class. This affects V0Finder mass resolution.

v00-09-47 (01-15-2004) [Ariel]

Put back MUON branch in BphysicsAnalysis::Process_diMuons method. The branch was removed -by mistake- by going from v9.0 to v9.1.

v00-09-45 (01-14-2004) [Xiaojian, Ralf]

Bug fix in BphysicsAnalysis::Process_diMuons method. The maximum number of Jpsi's was 50 instead of 5, leading to a crash.

Vertexing


Instructions (TMBTree)

The following script installs, compiles, and runs a test of the code.

In order to run the script, you first need to create a new release area:


//Create release area
//----------------------------------

kinit

newrel -t p14.05.02 mydir
cd mydir
d0setwa
source Maked0root_v9.1.csh

Run analysis code

from mydir directory:
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, X state, and B->J/Psi K+ vertices, do:

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