[go: nahoru, domu]

Skip to content

Commit

Permalink
at passZjets(gen_jets, ~), there are no 'pass_Zjets = true' events
Browse files Browse the repository at this point in the history
  • Loading branch information
jang00777 authored and watson-ij committed Nov 27, 2017
1 parent 7bb0786 commit a702b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1-AnalyseJets/analysis.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ int main(int argc, char *argv[])
else // no pileup mode
nPriVtxs = 1;

pass_Zjets = passZjets(gen_jets, muons, electrons, nGoodJets);
pass_Zjets = passZjets(jets, muons, electrons, nGoodJets);

std::vector<const GenParticle*> hardGen;
for (unsigned k = 0; k < particles->GetEntries(); ++k) {
Expand Down

0 comments on commit a702b5b

Please sign in to comment.