ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/src/Vertex.cc
Revision: 1.2
Committed: Tue Oct 25 13:26:52 2011 UTC (13 years, 6 months ago) by agilbert
Content type: text/plain
Branch: MAIN
CVS Tags: v01-00-00, HEAD
Changes since 1.1: +4 -0 lines
Log Message:
Significant code re-write.  Compiles under 4_2_4 but may not work as expected.  Files marked as broken may need to be fixed in the future.

File Contents

# Content
1 #include "UserCode/HbbAnalysis/interface/Vertex.hh"
2
3 namespace HbbAnalysis {
4
5 void Vertex::Clear() {
6 vtx_.Clear();
7 }
8
9 }