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