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

Comparing UserCode/CmsHi/JetAnalysis/interface/HiPFCandAnalyzer.h (file contents):
Revision 1.1 by yilmaz, Tue Sep 20 19:45:05 2011 UTC vs.
Revision 1.2 by yilmaz, Tue Sep 20 21:00:42 2011 UTC

# Line 29 | Line 29 | class TreePFCandEventData
29    void SetTree(TTree * t) { tree_=t; }
30    void SetBranches();
31    void Clear();
32 +  bool doJets;
33 +  bool doMC;
34  
35    Float_t                 jdphi_;
36    // -- particle info --
# Line 76 | Line 78 | class HiPFCandAnalyzer : public edm::EDA
78     // debug
79      Int_t         verbosity_;
80  
81 +    bool   doJets_;
82 +    bool   doMC_;
83 +
84   };
85  
86  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines