|
ATLAS Offline Software
|
Go to the documentation of this file.
24 declareInterface<DerivationFramework::JetMatchingTool>(
this);
46 return StatusCode::SUCCESS;
50 return StatusCode::SUCCESS;
67 std::map<const xAOD::Jet*, std::vector<xAOD::TruthParticleContainer::const_iterator>> particleMatch;
100 float dr =
jet->p4().DeltaR((*hadron)->p4());
113 particleMatch[holder].push_back(
hadron);
120 return particleMatch;
Const iterator class for DataVector/DataList.
::StatusCode StatusCode
StatusCode definition for legacy code.
const_iterator end() const noexcept
Return a const_iterator pointing past the end of the collection.
const_iterator begin() const noexcept
Return a const_iterator pointing at the beginning of the collection.