|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef JETMOMENTTOOLS_JETVORONOIMOMENTSTOOL_H
8 #define JETMOMENTTOOLS_JETVORONOIMOMENTSTOOL_H
46 Gaudi::Property<float>
m_x_min{
this,
"AreaXmin", -10,
47 "Minimum x-value for Voronoi diagram"};
48 Gaudi::Property<float>
m_x_max{
this,
"AreaXmax", 10,
49 "Maximum x-value for Voronoi diagram"};
50 Gaudi::Property<float>
m_y_min{
this,
"AreaYmin", -4,
51 "Minimum y-value for Voronoi diagram"};
52 Gaudi::Property<float>
m_y_max{
this,
"AreaYmax", 4,
53 "Maximum y-value for Voronoi diagram"};
55 "SG key for the input jet container"};
58 "SG key for Voronoi area decoration (not including jet container name)"};
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
Interface for adding a decoration to a jet container.
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
::StatusCode StatusCode
StatusCode definition for legacy code.