|
ATLAS Offline Software
|
Go to the documentation of this file.
26 return StatusCode::SUCCESS;
40 std::vector<const xAOD::IParticle*> AssociatedParticles;
45 ATH_MSG_VERBOSE(
"Found " << AssociatedParticles.size() <<
" associated particles");
46 if(AssociatedParticles.empty())
decorate =
false;
60 std::vector<fastjet::PseudoJet> pjs;
61 pjs.reserve(iparticles.size());
62 for (
const auto *iparticle : iparticles)
63 pjs.emplace_back(iparticle->p4());
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
#define ATH_MSG_VERBOSE(x)
def decorate(hto4l_controller, decorator, **kwargs)
::StatusCode StatusCode
StatusCode definition for legacy code.
std::string join(const std::vector< std::string > &v, const char c=',')
static PseudoJetVector constituentPseudoJets(const xAOD::Jet &jet, bool ignoreGhosts=true, bool requireJetStructure=false)
Returns the jet's constituents as a vector of PseudoJet if ignoreGhosts==true, ghost constituents are...
#define ATH_MSG_WARNING(x)