Skip to content

Commit

Permalink
init jetIdx
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-komm authored and matt-komm committed Nov 16, 2020
1 parent 1c1462e commit 8b455ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions DataFormats/interface/LLPLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class LLPLabel {
LLPLabel():
type(Type::isUndefined),
tauDecay(TauDecay::NO_TAU),
jetIdx(-1),
partonFlavor(0),
hadronFlavor(0),
llpId(0),
Expand Down
2 changes: 0 additions & 2 deletions NANOProducer/plugins/NANOProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ NANOProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSetup)

globalFillerList.push_back(features.jet_features);
csvFillerList.push_back(features.tag_info_features);

}

auto muonTable = std::make_unique<nanoaod::FlatTable>(nmu_total, "muon", false, false);
Expand Down Expand Up @@ -512,7 +511,6 @@ NANOProducer::produce(edm::Event& iEvent, const edm::EventSetup& iSetup)
for (unsigned int i = 0; i < ncpf; i++)
{
cpf_jetIdx.push_back(jetIdx);

cpfFillerList.push_back(cpf.at(i));
}

Expand Down

0 comments on commit 8b455ef

Please sign in to comment.