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.3 by amagnan, Mon Oct 25 11:03:44 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;
# Line 56 | 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines