ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/interface/L1AnalysisRecoTrackBase.h
Revision: 1.1
Committed: Mon Apr 19 08:00:46 2010 UTC (15 years ago) by econte
Content type: text/plain
Branch: MAIN
CVS Tags: V01-01-00, jimb4Jan2013, V01-00-00, hi44X_02, L1CorrectionsStudy_13_09_11, CMSSW_4_2_3_patch2, L1TriggerAnalysis_3_6_1patch4, HEAD
Branch point for: oldformat_06072010
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 econte 1.1 #ifndef __L1Analysis_L1AnalysisRecoTrackBase_H__
2     #define __L1Analysis_L1AnalysisRecoTrackBase_H__
3    
4    
5     namespace L1Analysis
6     {
7     class L1AnalysisRecoTrackBase
8     {
9     public :
10     unsigned nTrk;
11     unsigned nHighPurity;
12     double fHighPurity;
13     };
14     }
15     #endif
16    
17