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

Comparing UserCode/LJMet/Utils/interface/PlotReco.h (file contents):
Revision 1.1 by kukartse, Tue Nov 10 22:29:35 2009 UTC vs.
Revision 1.2 by kukartse, Wed Dec 2 19:42:47 2009 UTC

# Line 21 | Line 21
21  
22  
23   #include <memory>
24 + #include "TTree.h"
25 + #include "Rtypes.h"
26   #include "FWCore/Framework/interface/Frameworkfwd.h"
27   #include "FWCore/Framework/interface/EDAnalyzer.h"
28   #include "FWCore/Framework/interface/Event.h"
# Line 39 | Line 41 | private:
41    virtual void beginJob() ;
42    virtual void analyze(const edm::Event&, const edm::EventSetup&);
43    virtual void endJob() ;
44 +
45 +  TTree * _tree;
46 +  Int_t ievent, ilumi, irun;
47 +  Int_t njets;
48 +  Double_t jet1_pt, jet1_eta, jet1_phi;
49   };
50  
51   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines