Revision: | 1.2 |
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 |
Changes since 1.1: | +10 -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. |
# | User | Rev | Content |
---|---|---|---|
1 | amagnan | 1.1 | #include "UserCode/HbbAnalysis/interface/GenJet.hh" |
2 | agilbert | 1.2 | #include "UserCode/HbbAnalysis/interface/Candidate.hh" |
3 | amagnan | 1.1 | |
4 | namespace HbbAnalysis { | ||
5 | |||
6 | agilbert | 1.2 | GenJet::GenJet(){ |
7 | } | ||
8 | |||
9 | void GenJet::Clear() { | ||
10 | Candidate::Clear(); | ||
11 | genJetVars_.Clear(); | ||
12 | constituents_.clear(); | ||
13 | } | ||
14 | |||
15 | amagnan | 1.1 | } |