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.2 by kukartse, Wed Dec 2 19:42:47 2009 UTC vs.
Revision 1.3 by kukartse, Sun Dec 6 21:06:12 2009 UTC

# Line 42 | Line 42 | private:
42    virtual void analyze(const edm::Event&, const edm::EventSetup&);
43    virtual void endJob() ;
44  
45 +  void init_leaves(void) ;
46 +
47    TTree * _tree;
48    Int_t ievent, ilumi, irun;
49    Int_t njets;
50    Double_t jet1_pt, jet1_eta, jet1_phi;
51 +  std::vector<double> jet_pt, jet_eta, jet_phi;
52 +  std::vector<double> track_pt, track_eta, track_phi;
53   };
54  
55   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines