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