ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/HbbAnalysis/src/Candidate.cc
Revision: 1.1
Committed: Tue Oct 25 13:26:51 2011 UTC (13 years, 6 months ago) by agilbert
Content type: text/plain
Branch: MAIN
CVS Tags: v01-00-00
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

# User Rev Content
1 agilbert 1.1 #include "UserCode/HbbAnalysis/interface/Candidate.hh"
2    
3     namespace HbbAnalysis {
4    
5     //Constructors
6     Candidate::Candidate() {
7     }
8    
9     //Functions
10     void Candidate::Clear() {
11     fourVec_.Clear();
12     }
13    
14     }