Skip to content

Commit

Permalink
reduce number of jets
Browse files Browse the repository at this point in the history
  • Loading branch information
capalmer85 committed Oct 15, 2015
1 parent f9e4f26 commit fa1762c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ PCCNTupler::PCCNTupler(edm::ParameterSet const& iConfig):

if(includeJets){
hltjetsToken_=consumes<reco::CaloJetCollection >(edm::InputTag("ak4CaloJets"));
const int kMaxJetCal = 10000;
const int kMaxJetCal = 100;
jhcalpt = new float[kMaxJetCal];
jhcalphi = new float[kMaxJetCal];
jhcaleta = new float[kMaxJetCal];
Expand Down

0 comments on commit fa1762c

Please sign in to comment.