25 declareInterface<IJetDecorator>(
this);
31 ATH_MSG_ERROR(
"JetVoronoiMomentsTool needs to have its input jet container name configured!");
32 return StatusCode::FAILURE;
39 return StatusCode::SUCCESS;
47 Diagram voro (
"VoronoiDiagram");
65 return StatusCode::SUCCESS;
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_WARNING(x)
Handle class for adding a decoration to an object.
Handle class for adding a decoration to an object.
std::vector< Polygon > PolygonList
List of polygons.
double coord
Type of coordination system.
Jet_v1 Jet
Definition of the current "jet version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Tool for calculating and storing diagram.
float getCellArea(const coord x, const coord y) const
StatusCode createVoronoiDiagram()
StatusCode initialize()
Dummy implementation of the initialisation function.
Default object of 2D space.
List of points in 2D space.
void Add(coord x, coord y)
Straight line in 2D space.