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.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 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 +    bool   skipCharged_;
84   };
85  
86  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines