ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/interface/Vertex.hh
(Generate patch)

Comparing UserCode/HbbAnalysis/interface/Vertex.hh (file contents):
Revision 1.2 by amagnan, Thu Feb 18 17:27:34 2010 UTC vs.
Revision 1.4 by agilbert, Thu May 5 15:09:04 2011 UTC

# Line 36 | Line 36 | namespace HbbAnalysis {
36  
37      inline void Clear(){
38        vtx_.trackWeights.clear();
39 +      vtx_.trackpT.clear();
40        vtx_.chi2 = 0;
41        vtx_.ndof = 0;
42        vtx_.x = 0;
43        vtx_.y = 0;
44        vtx_.z = 0;
45 +      vtx_.rho = 0;
46        vtx_.xError = 0;
47        vtx_.yError = 0;
48        vtx_.zError = 0;
# Line 55 | Line 57 | namespace HbbAnalysis {
57            << "================== Print Vertex ==================" << std::endl
58            << "=======================================================" << std::endl
59            << "====== size of trackWeights = " <<  vtx_.trackWeights.size() << std::endl
60 +          << "====== size of trackpT = " <<  vtx_.trackpT.size() << std::endl
61            << "====== chi2 = " <<  vtx_.chi2 << std::endl
62            << "====== ndof = " <<  vtx_.ndof << std::endl
63            << "====== x = " <<  vtx_.x << std::endl
64            << "====== y = " <<  vtx_.y << std::endl
65            << "====== z = " <<  vtx_.z << std::endl
66 +          << "====== rho = " <<  vtx_.rho << std::endl
67            << "====== xError = " <<  vtx_.xError << std::endl
68            << "====== yError = " <<  vtx_.yError << std::endl
69            << "====== zError = " <<  vtx_.zError << std::endl

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines