ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/L1TriggerDPG/interface/L1AnalysisGenerator.h
(Generate patch)

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisGenerator.h (file contents):
Revision 1.1 by econte, Thu Apr 8 09:43:58 2010 UTC vs.
Revision 1.2 by econte, Thu Jun 17 20:34:32 2010 UTC

# Line 8 | Line 8
8   // Original code : UserCode/L1TriggerDPG/L1NtupleProducer
9   //-------------------------------------------------------------------------------
10  
11 < #include <vector>
12 <
11 > #include "UserCode/L1TriggerDPG/interface/L1AnalysisGeneratorDataFormat.h"
12  
13   namespace L1Analysis
14   {
15 <  class L1AnalysisGenerator
15 >  class L1AnalysisGenerator
16    {
17    public:
18      L1AnalysisGenerator();
19      ~L1AnalysisGenerator();
20 <    
22 <    void Reset();
20 >    void Reset() {generator_.Reset();}
21      void Set();
22 <                  
23 <    // ---- L1AnalysisGenerator information.
24 <    
25 <    float weight;
28 <    float pthat;
22 >    L1AnalysisGeneratorDataFormat * getData(){return &generator_;}
23 >  
24 >  private :
25 >    L1AnalysisGeneratorDataFormat generator_;            
26      
27    };
28   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines