# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |