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

Comparing UserCode/L1TriggerDPG/interface/L1AnalysisSimulation.h (file contents):
Revision 1.2 by econte, Thu Jun 17 20:34:32 2010 UTC vs.
Revision 1.3 by gflouris, Mon Oct 29 10:16:19 2012 UTC

# Line 8 | Line 8
8   // Original code : UserCode/L1TriggerDPG/L1NtupleProducer
9   //-------------------------------------------------------------------------------
10  
11 <
11 > #include "FWCore/Framework/interface/Event.h"
12   #include "L1AnalysisSimulationDataFormat.h"
13  
14   namespace L1Analysis
# Line 18 | Line 18 | namespace L1Analysis
18    public:
19      L1AnalysisSimulation();
20      ~L1AnalysisSimulation();
21 <    void Set();
21 >    void Reset() {sim_.Reset();}
22 >    void Set(const edm::Event& e);
23      L1AnalysisSimulationDataFormat * getData() {return &sim_;}
24    private :
25      L1AnalysisSimulationDataFormat sim_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines