8#ifndef XAODEVENTSHAPE_VERSIONS_EVENTSHAPE_V1_H
9#define XAODEVENTSHAPE_VERSIONS_EVENTSHAPE_V1_H
Base class for elements of a container that can have aux data.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Base class for elements of a container that can have aux data.
Data class for event shapes.
EventShapeID
Event shape variable types.
bool setShape(EventShapeID id, double v)
Set a shape variable on the object.
EventDensityID
Event density variable types.
bool setDensity(EventDensityID id, double v)
Set a density variable on the object.
bool getDensity(EventDensityID id, double &v) const
Get a density variable from the object.
bool getShape(EventShapeID id, double &v) const
Get a shape variable from the object.
EventShape_v1()
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.