9#ifndef VORONOIWEIGHTTOOL_VORONOIWEIGHTTOOL_H
10#define VORONOIWEIGHTTOOL_VORONOIWEIGHTTOOL_H 1
24#include "fastjet/PseudoJet.hh"
46 StatusCode
makeVoronoiParticles(std::vector<fastjet::PseudoJet>& particles, std::vector< std::pair<fastjet::PseudoJet,std::vector<float> > >&)
const;
47 void spreadPt(std::vector< std::pair< fastjet::PseudoJet,std::vector<float> > >& correctedptvec,
float spreadr=0.4,
float alpha=2)
const;
JetConstituentModifierBase(const std::string &name)
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.