Introduction of Secondary Vertexing Class for Tagging Beauty Electron
MinJung Kweon Physikalisches Institut, Universität Heidelberg
03 Jun 2009, HFE Meeting, GSI
Introduction of Secondary Vertexing Class for Tagging Beauty - - PowerPoint PPT Presentation
Introduction of Secondary Vertexing Class for Tagging Beauty Electron MinJung Kweon Physikalisches Institut, Universitt Heidelberg 03 Jun 2009, HFE Meeting, GSI Beauty Tagging using Secondary Vertexing decay length of B hadron
MinJung Kweon Physikalisches Institut, Universität Heidelberg
03 Jun 2009, HFE Meeting, GSI
03 June 2009 MinJung Kweon
e-e veto
and apply tagging condition
2
d0 decay length of B hadron primary vertex secondary vertex impact parameter e h1 h2 h3 h4 h5 e, h1, .., hi, .., hn calculate χ2 e, h1, .., hn recalculate χ2 e, ha, hb e, ha
OR
remove maximum χ2 contributor (using KF class) apply tagging condition
which is based on:
03 June 2009 MinJung Kweon 3
d0 primary vertex impact parameter e h1 ha hb h4 h5 pe+h r
secondary vertexing class
03 June 2009 MinJung Kweon
e-e veto(not yet imp.)
and apply tagging condition
separately stored in dedicated tree
4
// instantiate fSECVTX = new AliHFEsecVtx; ... // single track loop for(Int_t itrack = 0; itrack < fESD->GetNumberOfTracks(); itrack++){ if(!fPID->IsSelected(track)) continue; // start pair analysis if (fEnableSECVTX) { ... for(Int_t jtrack = 0; jtrack < fESD->GetNumberOfTracks(); jtrack++){ htrack = fESD->GetTrack(jtrack); ... // single track cut if(!fSECVTX->SingleTrackCut(htrack)) continue; // now you make a e-h pair and store partner info as private member // if it pass a certain cut fSECVTX->AnaPair(track, htrack); } // run secondary vertexing algorithm based on the above e and hadron tracks, // and apply tagging cut fSECVTX->RunSECVTX(track); } }
03 June 2009 MinJung Kweon 5
2 4 6 8 10 12 14 1 10
2
10
3
10
4
10
right tagged electron wrong tagged electron beauty passed ESD single track cuts
(mc) (GeV/c)
T
p 2 4 6 8 10 12 14 |<0.9) ! |<0.9 + cut)/input b elec.(| !
0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1
right tagged electron wrong tagged electron beauty passed ESD single track cuts p+p @10 TeV beauty electron triggered event v4-16-Rev-08
have to understand single track efficiency first
03 June 2009 MinJung Kweon
primary vertex due to those tracks?
6