diff --git a/Generators/HepMCAnalysis_i/src/LeptonJetAnalysis.cxx b/Generators/HepMCAnalysis_i/src/LeptonJetAnalysis.cxx index f1028ac5cabfaf31964db6fff74dc198f5a6ee02..8d14cc24c19879b31a29d9cccdbe1a30859ab6c4 100644 --- a/Generators/HepMCAnalysis_i/src/LeptonJetAnalysis.cxx +++ b/Generators/HepMCAnalysis_i/src/LeptonJetAnalysis.cxx @@ -1,5 +1,5 @@ /* - Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration + Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration */ // ---------------------------------------------------------------------- @@ -755,13 +755,5 @@ int LeptonJetAnalysis::Process(HepMC::GenEvent *event) } - selected_jets.empty(); - no_cuts_jets.empty(); - forward_jets.empty(); - unsorted_leptons.empty(); - leptons.empty(); - unsorted_tight_leptons.empty(); - tight_leptons.empty(); - return true; }