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.2 by yilmaz, Tue Sep 20 21:00:42 2011 UTC vs.
Revision 1.4 by yjlee, Thu Jun 7 09:18:44 2012 UTC

# Line 16 | Line 16
16   #include "DataFormats/Math/interface/LorentzVector.h"
17   #include <vector>
18  
19 < const Int_t MAXPARTICLE = 100000;
19 > const Int_t MAXPARTICLE = 10000;
20   //
21   // DiJet ana Event Data Tree definition
22   //
# Line 80 | Line 80 | class HiPFCandAnalyzer : public edm::EDA
80  
81      bool   doJets_;
82      bool   doMC_;
83 <
83 >    bool   skipCharged_;
84   };
85  
86  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines