Skip to content
Snippets Groups Projects

Jets daughters

Merged Davide Zuliani requested to merge jets_daughters into run2-patches
Compare and
4 files
+ 288
60
Compare changes
  • Side-by-side
  • Inline
Files
4
/*****************************************************************************\
* (c) Copyright 2000-2019 CERN for the benefit of the LHCb Collaboration *
* (c) Copyright 2000-2022 CERN for the benefit of the LHCb Collaboration *
* *
* This software is distributed under the terms of the GNU General Public *
* Licence version 3 (GPL Version 3), copied verbatim in the file "COPYING". *
@@ -29,6 +29,7 @@ TupleToolJets::TupleToolJets( const std::string& type, const std::string& name,
{
declareInterface<IParticleTupleTool>( this );
declareProperty( "withJetConstituents", m_withJetConstituents = false, "Save jets constituents?" );
}
//=============================================================================
Loading