|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef XAODHIEVENT_VERSIONS_HIEVENTSHAPE_V1_H
6 #define XAODHIEVENT_VERSIONS_HIEVENTSHAPE_V1_H
16 #include "AthLinks/ElementLink.h"
38 const std::vector<float>&
Et_cos()
const;
41 const std::vector<float>&
Et_sin()
const;
67 return (std::vector<float>&) acc(*
this);
76 #endif // XAODEVENTINFO_VERSIONS_EVENTINFO_V1_H
SG_BASE(xAOD::HIEventShape_v1, SG::AuxElement)
Helper class to provide type-safe access to aux data.
Base class for elements of a container that can have aux data.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
void setEt_cos(const std::vector< float > &value)
std::vector< float > & Et_cos()
const std::vector< float > & Et_cos() const
std::vector< float > & Et_sin()
void setEt_sin(const std::vector< float > &value)
const std::vector< float > & Et_sin() const
An STL vector of pointers that by default owns its pointed-to elements.
HIEventShape_v1()
Default constructor.
Base class for elements of a container that can have aux data.